Skip to content

Group should take the class (or attributes) if its children share it. #154

Open
@DmitryBaranovskiy

Description

@DmitryBaranovskiy
<g>
    <circle class="cls-1"/>
    <rect class="cls-1"/>
</g>

Should be

<g class="cls-1">
    <circle/>
    <rect/>
</g>

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions