summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/contextFill.svg
blob: 399d3c16b09edb9c4af6b77fb672028e14a6ea67 (plain)
1
2
3
4
5
6
7
8
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<defs>
    <marker id="triangle" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="6" markerHeight="6" orient="auto">
	<path d="M 0 0 L 10 5 L 0 10 z" fill="context-fill" />
    </marker>
</defs>
<line x1="10" y1="10" x2="90" y2="90" fill="red" stroke="red" marker-end="url(#triangle)" />
</svg>