summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-11 16:57:35 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-11 16:57:35 +0100
commit28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5 (patch)
treef98fc129944820f7f2ae6b5e78a16272545dbb8b /test
parenta2f58f7c8b0491fee6abd99ed19beae87887299c (diff)
downloadlibsvgtiny-28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5.tar.gz
libsvgtiny-28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5.tar.bz2
add polyline test case with floating point colour percentages
Diffstat (limited to 'test')
-rw-r--r--test/data/polyline.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/data/polyline.svg b/test/data/polyline.svg
new file mode 100644
index 0000000..2f37e44
--- /dev/null
+++ b/test/data/polyline.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<svg width="120" height="120"
+ viewPort="0 0 120 120" version="1.1"
+ xmlns="http://www.w3.org/2000/svg">
+
+ <polyline fill="none" stroke="rgb(50.5%,10.8%,100.0%)"
+ points="20,100 40,60 70,80 100,20"/>
+
+</svg>