Description
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.