Skip to content

stop-opacity on linearGradient stops are not rendered #37

@iocoker

Description

@iocoker

SVG files with stop-opacity inside a stop are not rendering correctly. EG:

<linearGradient> <stop stop-color="#3f2600" stop-opacity="0.6" offset="0" /> <stop stop-color="#3f2600" stop-opacity="0" offset="1" /> </linearGradient>

Will render a uniform opacity of 0.6

tux

So, something like the Tux SVG above renders like this:
Screenshot 2022-05-01 134104

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions