summaryrefslogtreecommitdiff
path: root/tests/auto/qsvgplugin/wide_size.svg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsvgplugin/wide_size.svg')
-rw-r--r--tests/auto/qsvgplugin/wide_size.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qsvgplugin/wide_size.svg b/tests/auto/qsvgplugin/wide_size.svg
new file mode 100644
index 0000000..e816154
--- /dev/null
+++ b/tests/auto/qsvgplugin/wide_size.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="200px" height="100px">
+ <ellipse cx="50" cy="25" rx="25" ry="12.5" fill="#00ff00" />
+</svg>