summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/contextFill.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/qa/cppunit/data/contextFill.svg')
-rw-r--r--svgio/qa/cppunit/data/contextFill.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/contextFill.svg b/svgio/qa/cppunit/data/contextFill.svg
new file mode 100644
index 0000000000..399d3c16b0
--- /dev/null
+++ b/svgio/qa/cppunit/data/contextFill.svg
@@ -0,0 +1,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>