summaryrefslogtreecommitdiff
path: root/test/svg/shapes.5.polyline.svg
diff options
context:
space:
mode:
Diffstat (limited to 'test/svg/shapes.5.polyline.svg')
-rw-r--r--test/svg/shapes.5.polyline.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/svg/shapes.5.polyline.svg b/test/svg/shapes.5.polyline.svg
new file mode 100644
index 000000000..0cc5c383c
--- /dev/null
+++ b/test/svg/shapes.5.polyline.svg
@@ -0,0 +1,12 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
+ <polyline fill="none" stroke="black" stroke-width="20"
+ points="100, -100,
+ 300, -100,
+ 300, -300,
+ 500, -300,
+ 500, -500,
+ 700, -500
+ 700, -700
+ 900, -700
+ 900, -900" />
+</svg>