summaryrefslogtreecommitdiff
path: root/test/svg/color.5.foreground-linear-alpha.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/color.5.foreground-linear-alpha.svg')
-rw-r--r--test/svg/color.5.foreground-linear-alpha.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/svg/color.5.foreground-linear-alpha.svg b/test/svg/color.5.foreground-linear-alpha.svg
new file mode 100644
index 000000000..a3c453ad3
--- /dev/null
+++ b/test/svg/color.5.foreground-linear-alpha.svg
@@ -0,0 +1,10 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <linearGradient id="grad" x1="33%" x21="66%">
+ <stop offset="0%" stop-color="currentColor" stop-opacity="0.3" />
+ <stop offset="100%" stop-color="red" stop-opacity="0.3" />
+ </linearGradient>
+ </defs>
+ <rect x="100" y="-900" width="800" height="800" fill="url(#grad)" />
+</svg>
+