summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data/contextStrokeGradient.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/qa/cppunit/data/contextStrokeGradient.svg')
-rw-r--r--svgio/qa/cppunit/data/contextStrokeGradient.svg24
1 files changed, 24 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/contextStrokeGradient.svg b/svgio/qa/cppunit/data/contextStrokeGradient.svg
new file mode 100644
index 000000000000..7de3f70b6a0e
--- /dev/null
+++ b/svgio/qa/cppunit/data/contextStrokeGradient.svg
@@ -0,0 +1,24 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
+ <style>
+ path {
+ fill: none;
+ stroke-width: 4px;
+ marker: url(#diamond);
+ }
+ </style>
+ <defs>
+ <linearGradient
+ id="swatch7">
+ <stop
+ style="stop-color:#23a2b0;stop-opacity:1;"
+ offset="0"
+ id="stop7" />
+ </linearGradient>
+ </defs>
+
+ <path d="M 10,50 v -20 h 40 v -20" stroke="url(#swatch7)"/>
+
+ <marker id="diamond" markerWidth="12" markerHeight="12" refX="6" refY="6" markerUnits="userSpaceOnUse">
+ <circle cx="6" cy="6" r="3" fill="white" stroke="context-stroke" stroke-width="2"/>
+ </marker>
+</svg>