multiple markers drawn
Bug #452629 reported by
Thomas Holder
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Medium
|
Unassigned |
Bug Description
if both 'marker' and any of 'marker-end', 'marker-mid', 'marker-start' are given for some shape, both markers are drawn on top of eath other. Actually the 'marker' attribute is a shortcut to define all three (end/mid/start) at once, so should override their values.
tested on OS X 10.5.8:
1) Batik 1.7, Firefox 3.5.3, Safari 4.0.3 and Inkscape 0.46-2 render 'marker-start', 'marker-mid' and 'marker-end' and ignore 'marker' (diamond) for all nodes
2) Amaya 11.2 and Inkscape 0.46+devel r22467 render 'marker-start', 'marker-mid' and 'marker-end' and on top 'marker' (diamond) for all nodes.
Is there an SVG viewer that lets 'marker' override 'marker-start', 'marker-mid' and 'marker-end'?