web reimplementation of Sigmar's Garden
https://bits.ondrovo.com/sigmar/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.4 KiB
101 lines
2.4 KiB
5 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
version="1.1"
|
||
|
viewBox="0 0 100 100"
|
||
|
height="100"
|
||
|
width="100">
|
||
|
<defs>
|
||
|
<linearGradient
|
||
|
id="linGradOrbDark">
|
||
|
<stop
|
||
|
style="stop-color:#000000;stop-opacity:0;"
|
||
|
offset="0" />
|
||
|
<stop
|
||
|
style="stop-color:#000000;stop-opacity:1"
|
||
|
offset="1" />
|
||
|
</linearGradient>
|
||
|
<linearGradient
|
||
|
id="linGradOrbBottom">
|
||
|
<stop
|
||
|
style="stop-color:#ffffff;stop-opacity:0.85"
|
||
|
offset="0" />
|
||
|
<stop
|
||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||
|
offset="1" />
|
||
|
</linearGradient>
|
||
|
<linearGradient
|
||
|
id="linGradOrbTop">
|
||
|
<stop
|
||
|
offset="0"
|
||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||
|
<stop
|
||
|
offset="1"
|
||
|
style="stop-color:#ffffff;stop-opacity:0;" />
|
||
|
</linearGradient>
|
||
|
<radialGradient
|
||
|
gradientUnits="userSpaceOnUse"
|
||
|
gradientTransform="matrix(1.1,0,0,0.7627688,-0.9,47)"
|
||
|
r="33"
|
||
|
fy="-96"
|
||
|
fx="0"
|
||
|
cy="-96"
|
||
|
cx="0"
|
||
|
id="radGradOrbTop"
|
||
|
xlink:href="#linGradOrbTop" />
|
||
|
<radialGradient
|
||
|
r="33"
|
||
|
fy="11"
|
||
|
fx="0"
|
||
|
cy="11"
|
||
|
cx="0"
|
||
|
gradientTransform="matrix(0.72177816,0,0,0.38047885,0.55112178,40.171783)"
|
||
|
gradientUnits="userSpaceOnUse"
|
||
|
id="radGradOrbBottom"
|
||
|
xlink:href="#linGradOrbBottom" />
|
||
|
<radialGradient
|
||
|
gradientTransform="matrix(1.1755206,0,0,1.8030383,0,-18.355162)"
|
||
|
gradientUnits="userSpaceOnUse"
|
||
|
r="50"
|
||
|
fy="19"
|
||
|
fx="0"
|
||
|
cy="19"
|
||
|
cx="0"
|
||
|
id="radGradOrbDark"
|
||
|
xlink:href="#linGradOrbDark" />
|
||
|
</defs>
|
||
|
<g
|
||
|
transform="translate(50,50)"
|
||
|
id="orb">
|
||
|
<circle
|
||
|
r="50"
|
||
|
cy="0"
|
||
|
cx="0"
|
||
|
fill="red"
|
||
|
fill-opacity="0.80" />
|
||
|
<circle
|
||
|
cx="0"
|
||
|
cy="0"
|
||
|
r="50"
|
||
|
fill="url(#radGradOrbDark)" />
|
||
|
<ellipse
|
||
|
cx="0"
|
||
|
cy="36.5"
|
||
|
fill="url(#radGradOrbBottom)"
|
||
|
rx="28"
|
||
|
ry="13" />
|
||
|
<ellipse
|
||
|
ry="24"
|
||
|
rx="35"
|
||
|
cy="-23"
|
||
|
cx="0"
|
||
|
fill="url(#radGradOrbTop)"
|
||
|
/>
|
||
|
</g>
|
||
|
</svg>
|