aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/testdata/svg/circle_simple.svg
blob: 1396eb6f276f8e7d15d8596989068e25d1a06239 (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:5"
     id="path850"
     cx="25"
     cy="25"
     rx="20"
     ry="20" />
</svg>