summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/api/stylesheet.svg
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg/tests/fixtures/api/stylesheet.svg')
-rw-r--r--rsvg/tests/fixtures/api/stylesheet.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsvg/tests/fixtures/api/stylesheet.svg b/rsvg/tests/fixtures/api/stylesheet.svg
new file mode 100644
index 00000000..118ff2fb
--- /dev/null
+++ b/rsvg/tests/fixtures/api/stylesheet.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This gets styled with stylesheet.css -->
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
+ <rect id="foo" x="10" y="20" width="30" height="40" fill="black"/>
+</svg>