aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/testdata/svg/last_dash.svg
blob: 6d2eaa70511f3c7961676a7ad0eec35d71d290e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>