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.
|
- How to associate css file from JAVA? Dudka Tetyana
- Re: How to associate css file from JAVA? Thomas DeWeese
- Re: How to associate css file from JAVA? Måns Rullgård
- How to associate css file from JAVA? Dudka Tetyana
- Re: How to associate css file from JAVA? Thomas DeWeese
- Re: How to associate css file from JAVA? Dudka Tetyana
- Re: How to associate css file from JAVA? Thomas DeWeese