summaryrefslogtreecommitdiffstats
path: root/ksvg/test/amflag.svg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit47d455dd55be855e4cc691c32f687f723d9247ee (patch)
tree52e236aaa2576bdb3840ebede26619692fed6d7d /ksvg/test/amflag.svg
downloadtdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz
tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksvg/test/amflag.svg')
-rw-r--r--ksvg/test/amflag.svg54
1 files changed, 54 insertions, 0 deletions
diff --git a/ksvg/test/amflag.svg b/ksvg/test/amflag.svg
new file mode 100644
index 00000000..83e6dddb
--- /dev/null
+++ b/ksvg/test/amflag.svg
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<svg viewBox="0 0 2000 600" width="10cm" height="5cm">
+<g transform="translate(10 60)">
+ <defs>
+ <rect id="r" width="900" height="40" style="fill:#dd0000"/>
+ <rect id="w" width="900" height="40" style="fill:white"/>
+ <polygon id="s" style="fill:white;fill-rule:nonzero;"
+ points="0,-14 8.229,11.326 -13.315,-4.326 13.315,-4.326 -8.229,11.326">
+ <animateTransform attributeName="transform" type="rotate" values="0;360" dur="3s" repeatDur="indefinite" />
+ </polygon>
+ <g id="6">
+ <use xlink:href="#s" x="20"/>
+ <use xlink:href="#s" x="90"/>
+ <use xlink:href="#s" x="150"/>
+ <use xlink:href="#s" x="210"/>
+ <use xlink:href="#s" x="270"/>
+ <use xlink:href="#s" x="330"/>
+ </g>
+ <g id="5">
+ <use xlink:href="#s" x="60"/>
+ <use xlink:href="#s" x="120"/>
+ <use xlink:href="#s" x="180"/>
+ <use xlink:href="#s" x="240"/>
+ <use xlink:href="#s" x="300"/>
+ </g>
+ </defs>
+ <use xlink:href="#r"/>
+ <use xlink:href="#w" y="40"/>
+ <use xlink:href="#r" y="80"/>
+ <use xlink:href="#w" y="120"/>
+ <use xlink:href="#r" y="160"/>
+ <use xlink:href="#w" y="200"/>
+ <use xlink:href="#r" y="240"/>
+ <use xlink:href="#w" y="280"/>
+ <use xlink:href="#r" y="320"/>
+ <use xlink:href="#w" y="360"/>
+ <use xlink:href="#r" y="400"/>
+ <use xlink:href="#w" y="440"/>
+ <use xlink:href="#r" y="480"/>
+ <rect id="b" width="360" height="280" style="fill:#000088"/>
+ <rect id="border" width="900" height="520" style="fill:none;stroke:black;stroke-width:0.85"/>
+ <g transform="translate(4.5 0)">
+ <use xlink:href="#6" y="20"/>
+ <use xlink:href="#5" y="50"/>
+ <use xlink:href="#6" y="80"/>
+ <use xlink:href="#5" y="110"/>
+ <use xlink:href="#6" y="140"/>
+ <use xlink:href="#5" y="170"/>
+ <use xlink:href="#6" y="200"/>
+ <use xlink:href="#5" y="230"/>
+ <use xlink:href="#6" y="260"/>
+ </g>
+</g>
+</svg>