diff options
Diffstat (limited to 'svg-flatten/testdata/svg/circle_simple.svg')
-rw-r--r-- | svg-flatten/testdata/svg/circle_simple.svg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/svg-flatten/testdata/svg/circle_simple.svg b/svg-flatten/testdata/svg/circle_simple.svg new file mode 100644 index 0000000..1396eb6 --- /dev/null +++ b/svg-flatten/testdata/svg/circle_simple.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:5" + id="path850" + cx="25" + cy="25" + rx="20" + ry="20" /> +</svg> |