summaryrefslogtreecommitdiff
path: root/test/svg/stroke.4.current-color.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/stroke.4.current-color.svg')
-rw-r--r--test/svg/stroke.4.current-color.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/svg/stroke.4.current-color.svg b/test/svg/stroke.4.current-color.svg
new file mode 100644
index 000000000..9d645b881
--- /dev/null
+++ b/test/svg/stroke.4.current-color.svg
@@ -0,0 +1,6 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <line x1="100" y1="-500" x2="900" y2="-500"
+ fill="none"
+ stroke-width="100"
+ stroke="currentColor" />
+</svg>