This SVG version has the same limitations visible inside Zinc. The arrow will be centered on the endpoint. This is needed to align the resulting marker.
Example 4.23. SVG marker from an Arrow
<marker id="Triangle" viewBox="0 0 10 10" refX="0" refY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="3" orient="auto"> <path d="M 0 0 L 10 5 L 0 10 z" /> </marker>
Currently, the generated markers are not reused. –They cannot be found inside the DOM-tree?