Hi. javaNoob: > is it really not implemented yet? i got an exception: > > Exception in thread "AWT-EventQueue-1" > java.lang.UnsupportedOperationException: SVGPathElement.getPathLength is not > implemented
Yes, it’s not implemented. Note though that getPathLength() returns an SVGAnimatedNumber representing the pathLength attribute on the element. getTotalLength() returns the computed length of the path. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
