summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data/fillContextStroke.svg
blob: a5288889c63e80886235f9e967513dc7f6e6e36e (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-stroke" />
    </marker>
</defs>
<line x1="10" y1="10" x2="90" y2="90" fill="red" stroke="red" marker-end="url(#triangle)" />
</svg>