summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/19_02.svg
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-06-29 13:24:37 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-29 15:10:14 +0200
commitbf3c84f718454f84b2ffbfa7fd1c7998bb5b01c2 (patch)
tree22579e69f7c8eb345b7bf9b8a2ed76ec53d417c3 /tests/arthur/data/1.2/19_02.svg
parent03deed59ba31bd2e5ac1e799e0eb03cd4e8f5e41 (diff)
Cleaning up the QPainter/arthur testing stuff
This removes various remains of historical test tools, and the entire tests/arthur directory. The living parts are now: tests/auto/lancelot - including the suite of qps scripts. The script engine now lives here. tests/baselineserver - moved to toplevel since not arthur-specific. tests/manual/lance - for manual running and editing of qps scripts. Change-Id: I7c7f5df9197f4984a918dd1f9b31f42ee80d6152 Reviewed-on: http://codereview.qt.nokia.com/895 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'tests/arthur/data/1.2/19_02.svg')
-rw-r--r--tests/arthur/data/1.2/19_02.svg25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/arthur/data/1.2/19_02.svg b/tests/arthur/data/1.2/19_02.svg
deleted file mode 100644
index 69c55d90c6..0000000000
--- a/tests/arthur/data/1.2/19_02.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<svg width="5cm" height="3cm" viewBox="0 0 500 300"
- xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny"
- xmlns:xlink="http://www.w3.org/1999/xlink" >
- <desc>Example animMotion01 - demonstrate motion animation computations</desc>
- <rect x="1" y="1" width="498" height="298"
- fill="none" stroke="blue" stroke-width="2" />
- <!-- Draw the outline of the motion path in blue, along
- with three small circles at the start, middle and end. -->
- <path xml:id="path1" d="M100,250 C 100,50 400,50 400,250"
- fill="none" stroke="blue" stroke-width="7.06" />
- <circle cx="100" cy="250" r="17.64" fill="blue" />
- <circle cx="250" cy="100" r="17.64" fill="blue" />
- <circle cx="400" cy="250" r="17.64" fill="blue" />
- <!-- Here is a triangle which will be moved about the motion path.
- It is defined with an upright orientation with the base of
- the triangle centered horizontally just above the origin. -->
- <path d="M-25,-12.5 L25,-12.5 L 0,-87.5 z"
- fill="yellow" stroke="red" stroke-width="7.06" >
- <!-- Define the motion path animation -->
- <animateMotion dur="6s" repeatCount="indefinite" rotate="auto" >
- <mpath xlink:href="#path1"/>
- </animateMotion>
- </path>
-</svg>