Re: Path-Data from SVG not complete
Max Weis <[email protected]> Fri, 21 Mar 2014 06:20:58 -0700 (PDT)
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
thanks, done.
I should have discovering my mistake earlier.
The parse method is not iterated.
so I have just put together each path to a complete
// Get path data
String pathData = elm.getAttribute("d");
pp.parse(pathData);
Area area=new Area(ap.getShape());
mainArea.add(area);
--
View this message in context: http://batik.2283329.n4.nabble.com/Path-Data-from-SVG-not-complete-tp4655935p4655938.html
Sent from the Batik - Users mailing list archive at Nabble.com.