Short description of features for SVGGraphics2D #66
-
Hi, I am using batik to translate Graphics2D elements to SVG with the SVGGraphics2D Generator. I ve never tried CSS with an SVG before but I know the benefits in styling/animation. Does this project act as an additional level renderer if a CSS file will be provided? Something like a post processor through CSS? Could you provide a general short description of what we can possibly gain in front of the classic SVGGraphics2D Generator? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
With This project has no specific documentation about |
Beta Was this translation helpful? Give feedback.
-
Now there is a Wiki page about https://github.com/css4j/echosvg/wiki/SVG-Generator |
Beta Was this translation helpful? Give feedback.
With
SVGGraphics2D
you aren't using CSS as input: EchoSVG'sSVGGraphics2D
is almost the same as Batik's one, except for a few improvements like #16 or #17. Those fixes are one of the reasons why EchoSVG passes all of the Batik'ssvggen
unit tests while Batik itself doesn't.This project has no specific documentation about
SVGGraphics2D
currently, except for the Javadocs which are linked from the Wiki.