]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
Add test case image for broken behaviour of relative move.
authorMichael Drake <tlsa@netsurf-browser.org>
Fri, 10 Oct 2014 22:09:30 +0000 (23:09 +0100)
committerMichael Drake <tlsa@netsurf-browser.org>
Fri, 10 Oct 2014 22:09:30 +0000 (23:09 +0100)
test/data/move.svg [new file with mode: 0644]

diff --git a/test/data/move.svg b/test/data/move.svg
new file mode 100644 (file)
index 0000000..ef549b7
--- /dev/null
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg"
+     version="1.1" height="500" width="600">
+  <path d="M200 100 L300 100 L300 200 Z
+           M300 100 L400 100 L400 200 Z" />
+  <path d="M200 300 L300 300 L300 400 Z
+           m300 100 L400 300 L400 400 Z" />
+</svg>
+