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
|
<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns:xlink="http://www.w3.org/1999/xlink/" version="1.2" width="342pt" height="189pt" viewBox="0 0 342 189" xml:space="preserve">
<style type="text/css">
<![CDATA[
.trans{fill:#000000;opacity:0.5;}
.sta{fill:url(#grda);}
.stb{fill:url(#grdb);}
.ste{fill:#F4DD38;font-family:'ArialMT';font-size:28;}
]]>
</style>
<defs>
<linearGradient id="grda" gradientUnits="userSpaceOnUse" x1="70" y1="24" x2="37" y2="79">
<stop offset="0" style="stop-color:#FDF06F"/>
<stop offset="1" style="stop-color:#FE9F34"/>
</linearGradient>
<linearGradient id="grdb" gradientUnits="userSpaceOnUse" x1="163" y1="34" x2="131" y2="71">
<stop offset="0" style="stop-color:#7FC1FF"/>
<stop offset="1" style="stop-color:#05005F"/>
</linearGradient>
</defs>
<g id="a" class="sta">
<path id="circle" d="M81.5,51.7C81.5,67.3,68.9,80,53.3,80C37.7,80,25,67.3,25,51.7c0-15.6,12.6-28.3,28.3-28.3c15.6,0,28.3,12.6,28.3,28.3z"/>
</g>
<g id="b" class="stb">
<path id="rect" d="M172.8,75.7h-50v-50h50v50z"/>
</g>
<g id="c" enable-background="new">
<use x="146.4" xlink:href="#b" />
<use comp-op="multiply" x="210.4" xlink:href="#a" />
</g>
<g id="e" class="ste">
<text id="Uluru" transform="matrix(1 0 0 1 21 141)"><tspan x="0" y="0">Uluru</tspan></text>
</g>
<image id="f" width="90" height="60" xlink:href="uluru.png" transform="matrix(1 0 0 1 104.5 103.75)"/>
<g id="g" enable-background="new">
<use x="124" xlink:href="#f" />
<use comp-op="multiply" x="219" y="-13" xlink:href="#e" />
</g>
</svg>
|