summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/api/example.svg
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2023-03-31 03:41:42 +0200
committerSophie Herold <sophie@hemio.de>2023-03-31 05:29:47 +0200
commit724c958dbece640ae8025fbca4050ee5cee2f266 (patch)
treed45fd40f9fd54fcdb68897f04379461dd8adf2dc /rsvg/tests/fixtures/api/example.svg
parentd597831ff93b09cc41ce4768a833bc6407c95184 (diff)
downloadlibrsvg-724c958dbece640ae8025fbca4050ee5cee2f266.tar.gz
meta: Move lib and bins into separate crates
Closes #950 Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
Diffstat (limited to 'rsvg/tests/fixtures/api/example.svg')
-rw-r--r--rsvg/tests/fixtures/api/example.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsvg/tests/fixtures/api/example.svg b/rsvg/tests/fixtures/api/example.svg
new file mode 100644
index 00000000..850fba3e
--- /dev/null
+++ b/rsvg/tests/fixtures/api/example.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="400" viewBox="0 0 100 400">
+ <rect id="one" x="0" y="0" width="100" height="200" fill="rgb(0,255,0)"/>
+ <rect id="two" x="0" y="200" width="100" height="200" fill="rgb(0,0,255)"/>
+</svg>