blob: 83e6dddb465edaae4c92ce3ec26eb397e0e38fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>
|