summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg')
-rw-r--r--testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg b/testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg
new file mode 100644
index 0000000000..c4ab1bd039
--- /dev/null
+++ b/testing/web-platform/tests/svg/shapes/ellipse-01-ref.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
+ <ellipse cx="50" cy="50" rx="40" ry="30" fill="none" stroke="blue" stroke-width="5"/>
+</svg>