summaryrefslogtreecommitdiff
path: root/rsvg_convert/tests/fixtures/bug677-partial-pixel.svg
diff options
context:
space:
mode:
authorMarge Bot <marge-bot@gnome.org>2023-05-09 16:17:32 +0000
committerMarge Bot <marge-bot@gnome.org>2023-05-09 16:17:32 +0000
commit46fd6e5f44a58f8756b8ba0e9e2be2bac772529a (patch)
treebe6ef56dfd78780f29dce49064e7d7dd6c47f681 /rsvg_convert/tests/fixtures/bug677-partial-pixel.svg
parent3ac8b7ca56524aac1d53b383935c8dfe03b12967 (diff)
parentc69d8919faf558deb00272efe6b123461e5a82c0 (diff)
downloadlibrsvg-46fd6e5f44a58f8756b8ba0e9e2be2bac772529a.tar.gz
Merge branch 'fix-rsvg-convert-paths' into 'main'
(#956): Rename rsvg-convert directory to rsvg_convert to avoid clashing with... Closes #956 See merge request GNOME/librsvg!829
Diffstat (limited to 'rsvg_convert/tests/fixtures/bug677-partial-pixel.svg')
-rw-r--r--rsvg_convert/tests/fixtures/bug677-partial-pixel.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/rsvg_convert/tests/fixtures/bug677-partial-pixel.svg b/rsvg_convert/tests/fixtures/bug677-partial-pixel.svg
new file mode 100644
index 00000000..aeac8c30
--- /dev/null
+++ b/rsvg_convert/tests/fixtures/bug677-partial-pixel.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="1.2" height="1.8">
+ <!-- Output should be an image 2x2 pixels in size, with partial coverage for the pixels
+ on the right and bottom.
+ -->
+ <rect x="0" y="0" width="1.2" height="1.8" fill="lime"/>
+</svg>