aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/testdata/svg/last_dash.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg-flatten/testdata/svg/last_dash.svg')
-rw-r--r--svg-flatten/testdata/svg/last_dash.svg21
1 files changed, 21 insertions, 0 deletions
diff --git a/svg-flatten/testdata/svg/last_dash.svg b/svg-flatten/testdata/svg/last_dash.svg
new file mode 100644
index 0000000..6d2eaa7
--- /dev/null
+++ b/svg-flatten/testdata/svg/last_dash.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ width="50mm"
+ height="50mm"
+ viewBox="0 0 50 50"
+ version="1.1"
+ id="svg8">
+ <rect width="100%" height="100%" fill="white"/>
+ <ellipse
+ style="fill:none;stroke:#000000;stroke-width:12;stroke-dasharray:18,8"
+ id="path850"
+ cx="25"
+ cy="25"
+ rx="15"
+ ry="15" />
+</svg>