|| !SVG_PATH_TAG.equals(path.getLocalName())) {
throw new BridgeException
(ctx, element, ErrorConstants.ERR_URI_BAD_TARGET,
new Object[] { uri });
}
SVGOMPathElement pathElt = (SVGOMPathElement) path;
AWTPathProducer app = new AWTPathProducer();
SVGAnimatedPathDataSupport.handlePathSegList
(pathElt.getPathSegList(), app);
return (ExtendedGeneralPath) app.getShape();
}
n = n.getNextSibling();
}
String pathString = element.getAttributeNS(null, SVG_PATH_ATTRIBUTE);