Yes, ‘stylesheet.css' is in the same directory, otherwise I try to use an absolute URI, but result is the same.

I don’t load SVG document from anywhere, I  do this

 

DOMImplementation impl = SVGDOMImplementation.getDOMImplementation();

String svgNS = SVGDOMImplementation.SVG_NAMESPACE_URI;

Document doc = impl.createDocument(svgNS, "svg", null);

 

I need to do everything in JAVA application.

 

Reply via email to