javagraphicssvggraphics2d

SVG to Java Graphics2D


Can anyone suggest some good way to generate Graphics2D object form SVG data?

I've seen Apache Batic lib, but it seams that they use some JSVGCanvas that gets the URI etc… And I want a Graphics2D stuff instead of JComponent.

Thanks for any suggestions!


Solution

  • Try to look at SVG Salamander library. On this page there are some starting tips. It's a good thing if You want only to draw some svgs.