Kirill Grouchnikov created BATIK-1258:
-----------------------------------------
Summary: Missing support for <marker>'s orient attribute
Key: BATIK-1258
URL: https://issues.apache.org/jira/browse/BATIK-1258
Project: Batik
Issue Type: Bug
Components: Bridge
Affects Versions: 1.11
Reporter: Kirill Grouchnikov
Trying to load SVG from
[https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker] results in
this:
Stack trace:
org.apache.batik.bridge.BridgeException: For input string: "auto-start-reverse"
at
org.apache.batik.bridge.SVGMarkerElementBridge.createMarker(SVGMarkerElementBridge.java:134)
at org.apache.batik.bridge.PaintServer.convertMarker(PaintServer.java:137)
at org.apache.batik.bridge.PaintServer.convertMarkers(PaintServer.java:94)
at
org.apache.batik.bridge.SVGDecoratedShapeElementBridge.createMarkerPainter(SVGDecoratedShapeElementBridge.java:67)
at
org.apache.batik.bridge.SVGDecoratedShapeElementBridge.createShapePainter(SVGDecoratedShapeElementBridge.java:86)
at
org.apache.batik.bridge.SVGShapeElementBridge.buildGraphicsNode(SVGShapeElementBridge.java:91)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:224)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
at org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:82)
More documentation at https://www.w3.org/TR/svg-markers/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]