summaryrefslogtreecommitdiff
path: root/test/svg/path.1.curve.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/path.1.curve.svg')
-rw-r--r--test/svg/path.1.curve.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/svg/path.1.curve.svg b/test/svg/path.1.curve.svg
new file mode 100644
index 000000000..49c252ac8
--- /dev/null
+++ b/test/svg/path.1.curve.svg
@@ -0,0 +1,9 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <path fill="none" stroke="black" stroke-width="20"
+ d="M200,-400
+ C200,-200
+ 500,-200
+ 500,-400
+ S800,-600
+ 800,-400" />
+</svg>