aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/svg/data/painting/fill_color.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/svg/data/painting/fill_color.svg')
-rw-r--r--tests/manual/svg/data/painting/fill_color.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/svg/data/painting/fill_color.svg b/tests/manual/svg/data/painting/fill_color.svg
new file mode 100644
index 0000000000..7772839369
--- /dev/null
+++ b/tests/manual/svg/data/painting/fill_color.svg
@@ -0,0 +1,7 @@
+<svg viewBox="0 0 400 1000" xmlns="http://www.w3.org/2000/svg">
+ <g fill-opacity="0.3">
+ <rect width="300" height="300" fill="red"/>
+ </g>
+ <rect transform="translate(0, 350)" width="300" height="300" fill="red"/>
+ <rect transform="translate(0, 700)" width="300" height="300" fill="transparent" stroke="yellow" stroke-width="5"/>
+</svg>