Re: Need help converting an SVG file into Java (2D) objects
Thomas DeWeese <[email protected]>
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin, On Feb 18, 2012, at 12:51 PM, Kevin POCHAT <[email protected]> wrote: > Could you guide me towards such an API, or code example ? I really get lost in the tremendous amount of batik classes, and I hate the genericity of Node/NodeList/Element/Document type of classes. Sure the various parser implementations generally start with AWT since they produce geom elements from AWT. http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/parser/AWTPathProducer.html#createShape(java.io.Reader,%20int)