Skip to content

feBlend (Element only, no processing) #496

Open
@jonstelly

Description

@jonstelly

I've added an feBlend element but I haven't implemented the Process method. Primarily because there are tons of blend modes but also because I don't need them (I don't use the library for rendering images, only for generating SVG documents)

I can open a pull request for this if it's helpful but it seems like poor form to add an element that doesn't work for visual rendering. But if nothing else I figured I'd mention this here so others can either take this as a starting point if they're interested in implementing Process() or they could copy the classes and enum to their own projects if they have similar needs (SVG generation without rendering)

P.S. feBlend requires a new type of enum converter to give dashed-lower-case names, so had to add to the enum converter.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions