summaryrefslogtreecommitdiff
path: root/result/SVG/circle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'result/SVG/circle.xml')
-rw-r--r--result/SVG/circle.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/result/SVG/circle.xml b/result/SVG/circle.xml
deleted file mode 100644
index ae7d545..0000000
--- a/result/SVG/circle.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
-<svg width="4in" height="3in">
- <desc>This is a blue circle with a red outline
- </desc>
- <g>
- <circle style="fill: blue; stroke: red" cx="200" cy="200" r="100"/>
- </g>
-</svg>