Is there an application to convert a svg drawing to Java's Path2d?
Is this method more efficient than using any SVG to Java toolkit? (with efficiency i refer to runtime speed).
Thanks.
|
If you just want to convert SVG path syntax to an AWT path object, you can use Batik's |
|||
|
|
Path2Dobjects. Those objects don't even represent color. And we're not even talking about line-style, fill-style, effects, ... here. – Joachim Sauer Mar 1 '10 at 16:21