2812cc6321
- better aircraft marker symbol - aircraft symbol loaded from file, no longer hardcoded - marker as knockout component
11 lines
834 B
XML
11 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 500 500" preserveAspectRatio="xMinYMin meet">
|
|
<defs>
|
|
<filter id="aircraftShadow1749" x="0" y="0" width="200%" height="200%">
|
|
<feOffset result="offOut" in="SourceAlpha" dx="20" dy="20" />
|
|
<feGaussianBlur result="blurOut" in="offOut" stdDeviation="10" />
|
|
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
|
|
</filter>
|
|
</defs>
|
|
<path d="M250.2,59.002c11.001,0,20.176,9.165,20.176,20.777v122.24l171.12,95.954v42.779l-171.12-49.501v89.227l40.337,29.946v35.446l-60.52-20.18-60.502,20.166v-35.45l40.341-29.946v-89.227l-171.14,49.51v-42.779l171.14-95.954v-122.24c0-11.612,9.15-20.777,20.16-20.777z" fill="deeppink" stroke="black" stroke-width="5" filter="url(#aircraftShadow1749)"/>
|
|
</svg>
|