|
I want to use the 1.2 flowtext
functionality for better dynamic text support, that is, not to use tspan to break a paragraph. Although I’ve included the
relevant programs such as org.apache.batik.extension.svg
and I know ExtensibleSVGDOMImplementation.java is
called, I still got the following error: java.io.IOException: The current document is unable to create an element
of the requested type (namespace: http://www.w3.org/2000/svg, name: flowText). at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(SAXDocumentFactory.java:356) at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(SAXDocumentFactory.java:277) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(SAXSVGDocumentFactory.java:160) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(SAXSVGDocumentFactory.java:84) at org.apache.batik.bridge.DocumentLoader.loadDocument(DocumentLoader.java:92) at org.apache.batik.swing.svg.SVGDocumentLoader.run(SVGDocumentLoader.java:72) Could you help me to figure out what I missed to include? And
how could I set up to use the FlowText functionality?
Thanks a lot. With best regards, William |
- RE: Question about FlowText William Huang
- RE: Question about FlowText Thomas E Deweese
