Skip to content

Color keyword "none" not parsed correctly #100

@bsweeney

Description

@bsweeney

When an element is contained within a group element, the group element attributes override the attributes of its children.

<svg width="600" height="600" xmlns="http://www.w3.org/2000/svg">
    <g fill="none">
        <rect width="100" height="100" fill="orange" stroke="blue" stroke-width="20" />
    </g>
</svg>

Expected Rendering:
group-attr-expected

Actual Rendering:
group-attr-actual

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions