summaryrefslogtreecommitdiff
path: root/test/svg/fill.7.color.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/fill.7.color.svg')
-rw-r--r--test/svg/fill.7.color.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/svg/fill.7.color.svg b/test/svg/fill.7.color.svg
new file mode 100644
index 000000000..745b2e881
--- /dev/null
+++ b/test/svg/fill.7.color.svg
@@ -0,0 +1,5 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
+ color="green" >
+ <rect x="100" y="-750" width="800" height="500"
+ fill="currentColor" />
+</svg>