org.w3c.dom.DOMException: The "even-odd" identifier is not a valid value for the "fill-rule" property.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via openoffice.org by Unknown author, 1 year ago
via Stack Overflow by Mihir
, 2 years agovia xmlgraphics-batik-users by mihir, 1 year ago
via xmlgraphics-batik-users by mihir, 1 year ago
via Apache Bugzilla by mathieu.malaterre, 9 months ago
org.w3c.dom.DOMException: The "even-odd" identifier is not a valid value for the "fill-rule" property.
at org.apache.batik.css.engine.value.AbstractValueFactory.createInvalidIdentifierDOMException(AbstractValueFactory.java:52)
at org.apache.batik.css.engine.value.IdentifierManager.createValue(IdentifierManager.java:48)
at org.apache.batik.css.engine.CSSEngine$1.property(CSSEngine.java:746)
at org.apache.batik.css.engine.CSSEngine.getCascadedStyleMap(CSSEngine.java:770)
at org.apache.batik.css.engine.CSSEngine.getComputedStyle(CSSEngine.java:878)
at org.apache.batik.bridge.CSSUtilities.getComputedStyle(CSSUtilities.java:82)
at org.apache.batik.bridge.CSSUtilities.convertDisplay(CSSUtilities.java:564)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:199)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:164)
at org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:78)
at haui.xml.svg.SVGBuilder.completeLoading(SVGBuilder.java:79)
at haui.xml.svg.SVGBuilder.loadDocument(SVGBuilder.java:63)
at haui.xml.svg.SVGBuilder.loadDocument(SVGBuilder.java:55)
at haui.xml.svg.transformation.Main.convertFile(Main.java:88)
at haui.xml.svg.transformation.Main.main(Main.java:67)