summaryrefslogtreecommitdiff
path: root/tests/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/api/stylesheet-ref.svg4
-rw-r--r--tests/fixtures/api/stylesheet.svg5
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/fixtures/api/stylesheet-ref.svg b/tests/fixtures/api/stylesheet-ref.svg
new file mode 100644
index 00000000..5f54672d
--- /dev/null
+++ b/tests/fixtures/api/stylesheet-ref.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
+ <rect id="foo" x="10" y="20" width="30" height="40" fill="#00ff00"/>
+</svg>
diff --git a/tests/fixtures/api/stylesheet.svg b/tests/fixtures/api/stylesheet.svg
new file mode 100644
index 00000000..118ff2fb
--- /dev/null
+++ b/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>