summaryrefslogtreecommitdiffstats
path: root/tests/arthur/data/1.2/08_02.svg
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit38be0d13830efd2d98281c645c3a60afe05ffece (patch)
tree6ea73f3ec77f7d153333779883e8120f82820abe /tests/arthur/data/1.2/08_02.svg
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'tests/arthur/data/1.2/08_02.svg')
-rw-r--r--tests/arthur/data/1.2/08_02.svg26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/arthur/data/1.2/08_02.svg b/tests/arthur/data/1.2/08_02.svg
new file mode 100644
index 0000000000..7e3ae41074
--- /dev/null
+++ b/tests/arthur/data/1.2/08_02.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<svg width="5cm" height="4cm" viewBox="0 0 500 400"
+ xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
+ <title>Example cubic01- cubic Bézier commands in path data</title>
+ <desc>Picture showing a simple example of path data
+ using both a "C" and an "S" command,
+ along with annotations showing the control points
+ and end points</desc>
+ <rect fill="none" stroke="blue" stroke-width="1" x="1" y="1" width="498" height="398" />
+ <polyline fill="none" stroke="#888888" stroke-width="1" points="100,200 100,100" />
+ <polyline fill="none" stroke="#888888" stroke-width="1" points="250,100 250,200" />
+ <polyline fill="none" stroke="#888888" stroke-width="1" points="250,200 250,300" />
+ <polyline fill="none" stroke="#888888" stroke-width="1" points="400,300 400,200" />
+ <path fill="none" stroke="red" stroke-width="5" d="M100,200 C100,100 250,100 250,200
+ S400,300 400,200" />
+ <circle fill="#888888" stroke="none" stroke-width="2" cx="100" cy="200" r="10" />
+ <circle fill="#888888" stroke="none" stroke-width="2" cx="250" cy="200" r="10" />
+ <circle fill="#888888" stroke="none" stroke-width="2" cx="400" cy="200" r="10" />
+ <circle fill="#888888" stroke="none" cx="100" cy="100" r="10" />
+ <circle fill="#888888" stroke="none" cx="250" cy="100" r="10" />
+ <circle fill="#888888" stroke="none" cx="400" cy="300" r="10" />
+ <circle fill="none" stroke="blue" stroke-width="4" cx="250" cy="300" r="9" />
+ <text font-size="22" font-family="Verdana" x="25" y="70">M100,200 C100,100 250,100 250,200</text>
+ <text font-size="22" font-family="Verdana" x="325" y="350"
+ text-anchor="middle">S400,300 400,200</text>
+</svg>