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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to