summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/09_04.svg
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-04-17 14:06:06 (GMT)
commitf15b8a83e2e51955776a3f07cb85ebfc342dd8ef (patch)
treec5dc684986051654898db11ce73e03b9fec8db99 /tests/arthur/data/1.2/09_04.svg
downloadQt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.zip
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.gz
Qt-f15b8a83e2e51955776a3f07cb85ebfc342dd8ef.tar.bz2
Initial import of statemachine branch from the old kinetic repository
Diffstat (limited to 'tests/arthur/data/1.2/09_04.svg')
-rw-r--r--tests/arthur/data/1.2/09_04.svg15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/09_04.svg b/tests/arthur/data/1.2/09_04.svg
new file mode 100644
index 0000000..6929556
--- /dev/null
+++ b/tests/arthur/data/1.2/09_04.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
+ xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
+ <desc>Example ellipse01 - examples of ellipses</desc>
+ <!-- Show outline of canvas using 'rect' element -->
+ <rect x="1" y="1" width="1198" height="398"
+ fill="none" stroke="blue" stroke-width="2" />
+ <g transform="translate(300 200)">
+ <ellipse rx="250" ry="100"
+ fill="red" />
+ </g>
+ <ellipse transform="translate(900 200) rotate(-30)"
+ rx="250" ry="100"
+ fill="none" stroke="blue" stroke-width="20" />
+</svg>