jfree / jfreesvg

A fast, lightweight Java library for creating Scalable Vector Graphics (SVG) output.
http://www.jfree.org/jfreesvg
GNU General Public License v3.0
319 stars 58 forks source link

SVG filter effects support #23

Closed BuZZ-dEE closed 3 years ago

BuZZ-dEE commented 4 years ago

Please add support for SVG filters effects. I would be great if SVG Salamander could render the SVGram filter effects.

jfree commented 3 years ago

JFreeSVG is intended to support the features and approach defined by Java2D's Graphics2D API. These filter effects go beyond that - I'm not sure how it could be implemented within JFreeSVG without stretching the library a little bit out of shape.