summaryrefslogtreecommitdiff
path: root/test/data/arc-path.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/arc-path.svg')
-rw-r--r--test/data/arc-path.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/arc-path.svg b/test/data/arc-path.svg
new file mode 100644
index 0000000..6f0fd0b
--- /dev/null
+++ b/test/data/arc-path.svg
@@ -0,0 +1,14 @@
+<svg width="325" height="325" xmlns="http://www.w3.org/2000/svg">
+ <path d="M 80 80
+ A 45 45, 0, 0, 0, 125 125
+ L 125 80 Z" fill="green"/>
+ <path d="M 230 80
+ A 45 45, 0, 1, 0, 275 125
+ L 275 80 Z" fill="red"/>
+ <path d="M 80 230
+ A 45 45, 0, 0, 1, 125 275
+ L 125 230 Z" fill="purple"/>
+ <path d="M 230 230
+ A 45 45, 0, 1, 1, 275 275
+ L 275 230 Z" fill="blue"/>
+</svg>