Hi,
Given the following Java string :
String mypath = "<path d='M 100 100 L 300 100 L 200 300 z'/>";
What would be the shortest and most elegant way to have an org.apache.batik.dom.svg.SVGOMPathElement instance where I could take benefit from, say, getTotalLength() ?
Of course, any other shape may also be concerned.
Cheers,
p.b.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
