Add flight instruments to setup tab

pull/3/head
Richard Birkby 10 years ago
parent 34d72feb69
commit f89aaa1011

@ -12,7 +12,7 @@
"options_improve_configurator": { "options_improve_configurator": {
"message": "Send anonymous usage data to the developer team" "message": "Send anonymous usage data to the developer team"
}, },
"connect": { "connect": {
"message": "Connect" "message": "Connect"
}, },
@ -41,7 +41,7 @@
"backupFileIncompatible": { "backupFileIncompatible": {
"message": "Backup file provided was generated for previous version of the configurator and is incompatible with this version of configurator. Sorry" "message": "Backup file provided was generated for previous version of the configurator and is incompatible with this version of configurator. Sorry"
}, },
"backupFileUnmigratable": { "backupFileUnmigratable": {
"message": "Backup file provided was generated by a previous version of the configurator and is not migratable. Sorry." "message": "Backup file provided was generated by a previous version of the configurator and is not migratable. Sorry."
}, },
@ -109,7 +109,7 @@
"tabAuxiliary": { "tabAuxiliary": {
"message": "Modes" "message": "Modes"
}, },
"serialPortOpened": { "serialPortOpened": {
"message": "Serial port <span style=\"color: green\">successfully</span> opened with ID: $1" "message": "Serial port <span style=\"color: green\">successfully</span> opened with ID: $1"
}, },
@ -122,21 +122,21 @@
"serialPortClosedFail": { "serialPortClosedFail": {
"message": "<span style=\"color: red\">Failed</span> to close serial port" "message": "<span style=\"color: red\">Failed</span> to close serial port"
}, },
"noConfigurationReceived": { "noConfigurationReceived": {
"message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>" "message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
}, },
"firmwareVersionNotSupported": { "firmwareVersionNotSupported": {
"message": "This firmware version is <span style=\"color: red\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention." "message": "This firmware version is <span style=\"color: red\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention."
}, },
"tabSwitchConnectionRequired": { "tabSwitchConnectionRequired": {
"message": "You need to <strong>connect</strong> before you can view any of the tabs." "message": "You need to <strong>connect</strong> before you can view any of the tabs."
}, },
"tabSwitchWaitForOperation": { "tabSwitchWaitForOperation": {
"message": "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..." "message": "You <span style=\"color: red\">can't</span> do this right now, please wait for current operation to finish ..."
}, },
"tabSwitchUpgradeRequired": { "tabSwitchUpgradeRequired": {
"message": "You need to <strong>upgrade</strong> your firmware before you can use the $1 tab." "message": "You need to <strong>upgrade</strong> your firmware before you can use the $1 tab."
}, },
@ -352,6 +352,9 @@
"initialSetupGPSHead": { "initialSetupGPSHead": {
"message": "GPS" "message": "GPS"
}, },
"initialSetupInstrumentsHead": {
"message": "Instruments"
},
"initialSetupButtonSave": { "initialSetupButtonSave": {
"message": "Save" "message": "Save"
}, },
@ -402,7 +405,7 @@
}, },
"configurationFailsafe": { "configurationFailsafe": {
"message": "Receiver failsafe" "message": "Receiver failsafe"
}, },
"configurationRSSI": { "configurationRSSI": {
"message": "RSSI (Signal Strength)" "message": "RSSI (Signal Strength)"
}, },
@ -412,7 +415,7 @@
"configurationFeaturesHelp": { "configurationFeaturesHelp": {
"message": "<strong>Note:</strong> Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled.<br /><strong>Note:</strong> Configure serial ports <span style=\"color: red\">before</span> enabling the features that will use the ports." "message": "<strong>Note:</strong> Not all combinations of features are valid. When the flight controller firmware detects invalid feature combinations conflicting features will be disabled.<br /><strong>Note:</strong> Configure serial ports <span style=\"color: red\">before</span> enabling the features that will use the ports."
}, },
"configurationBoardAlignment": { "configurationBoardAlignment": {
"message": "Board Alignment" "message": "Board Alignment"
}, },
@ -703,7 +706,7 @@
"adjustmentsEepromSaved": { "adjustmentsEepromSaved": {
"message": "EEPROM <span style=\"color: green\">saved</span>" "message": "EEPROM <span style=\"color: green\">saved</span>"
}, },
"servosModel": { "servosModel": {
"message": "Model:" "message": "Model:"
@ -843,7 +846,7 @@
"message": "Automatically loaded previous log file: <strong>$1</strong>" "message": "Automatically loaded previous log file: <strong>$1</strong>"
}, },
"firmwareFlasherReleaseSummaryHead": { "firmwareFlasherReleaseSummaryHead": {
"message": "Release info" "message": "Release info"
}, },
"firmwareFlasherReleaseName": { "firmwareFlasherReleaseName": {
@ -876,7 +879,7 @@
"firmwareFlasherTargetWarning": { "firmwareFlasherTargetWarning": {
"message": "<span style=\"color: red\">IMPORTANT</span>: Ensure you flash a file appropriate for your target. Flashing a binary for the wrong target can cause <span style=\"color: red\">bad</span> things to happen." "message": "<span style=\"color: red\">IMPORTANT</span>: Ensure you flash a file appropriate for your target. Flashing a binary for the wrong target can cause <span style=\"color: red\">bad</span> things to happen."
}, },
"firmwareFlasherPath": { "firmwareFlasherPath": {
"message": "Path:" "message": "Path:"
}, },
@ -976,7 +979,7 @@
"firmwareFlasherFailedToLoadOnlineFirmware": { "firmwareFlasherFailedToLoadOnlineFirmware": {
"message": "Failed to load remote firmware" "message": "Failed to load remote firmware"
}, },
"ledStripHelp": { "ledStripHelp": {
"message": "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions." "message": "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions."
}, },

@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<circle fill="#232323" cx="200.333" cy="200" r="161"/>
<g>
<text transform="matrix(1 0 0 1 289.6499 203.833)" fill="#FFFFFF" font-family="sans-serif" font-size="11">990</text>
<text transform="matrix(0.9848 0.1736 -0.1736 0.9848 287.627 219.2837)" fill="#FFFFFF" font-family="sans-serif" font-size="11">985</text>
<text transform="matrix(0.9397 0.342 -0.342 0.9397 282.9517 234.1489)" fill="#FFFFFF" font-family="sans-serif" font-size="11">980</text>
<text transform="matrix(0.9848 -0.1736 0.1736 0.9848 288.959 188.2651)" fill="#FFFFFF" font-family="sans-serif" font-size="11">995</text>
<text transform="matrix(0.9397 -0.342 0.342 0.9397 280.3481 174.9556)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1000</text>
<text transform="matrix(0.866 -0.5 0.5 0.866 274.7842 161.4429)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1005</text>
<text transform="matrix(0.766 -0.6428 0.6428 0.766 266.9575 149.1006)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1010</text>
<text transform="matrix(0.6428 -0.766 0.766 0.6428 257.1064 138.3047)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1015</text>
<text transform="matrix(0.5 -0.866 0.866 0.5 245.5322 129.3848)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1020</text>
<text transform="matrix(0.342 -0.9397 0.9397 0.342 232.583 122.6084)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1025</text>
<text transform="matrix(0.1736 -0.9848 0.9848 0.1736 218.6543 118.1841)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1030</text>
<text transform="matrix(2.980232e-008 -1 1 2.980232e-008 204.168 116.2451)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1035</text>
<g>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="313.562" y1="200.333" x2="324.167" y2="200.333"/>
</g>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.803" y1="196.3" x2="321.803" y2="196.091"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.604" y1="192.273" x2="321.592" y2="191.854"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.264" y1="188.255" x2="321.234" y2="187.628"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="314.784" y1="184.251" x2="320.729" y2="183.417"/>
<g>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="311.784" y1="219.989" x2="322.227" y2="221.83"/>
</g>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="314.691" y1="216.407" x2="320.636" y2="217.243"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.194" y1="212.406" x2="321.165" y2="213.034"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.557" y1="208.391" x2="321.545" y2="208.81"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="315.78" y1="204.364" x2="321.78" y2="204.574"/>
<g>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="306.619" y1="239.038" x2="316.584" y2="242.665"/>
</g>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="310.104" y1="236.016" x2="315.814" y2="237.871"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="311.293" y1="232.162" x2="317.065" y2="233.818"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="312.349" y1="228.271" x2="318.173" y2="229.724"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="313.268" y1="224.345" x2="319.14" y2="225.594"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="302.182" y1="254.529" x2="307.483" y2="257.349"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="304.022" y1="250.941" x2="309.418" y2="253.574"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="305.737" y1="247.293" x2="311.221" y2="249.734"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="307.325" y1="243.586" x2="312.89" y2="245.835"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="314.165" y1="180.267" x2="320.078" y2="179.225"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="313.407" y1="176.307" x2="319.28" y2="175.059"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="312.51" y1="172.375" x2="318.337" y2="170.923"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="311.478" y1="168.478" x2="317.25" y2="166.823"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="310.311" y1="164.619" x2="316.022" y2="162.764"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="309.009" y1="160.802" x2="314.652" y2="158.75"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="307.575" y1="157.034" x2="313.143" y2="154.786"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="306.01" y1="153.317" x2="311.497" y2="150.876"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="304.317" y1="149.658" x2="309.715" y2="147.027"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="302.497" y1="146.06" x2="307.8" y2="143.242"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="300.552" y1="142.528" x2="305.754" y2="139.526"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="298.486" y1="139.065" x2="303.58" y2="135.885"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="296.299" y1="135.677" x2="301.279" y2="132.321"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="293.996" y1="132.368" x2="298.855" y2="128.839"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="291.579" y1="129.141" x2="296.312" y2="125.445"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="289.05" y1="126" x2="293.652" y2="122.141"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="286.414" y1="122.949" x2="290.878" y2="118.932"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="283.672" y1="119.992" x2="287.994" y2="115.821"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="280.83" y1="117.133" x2="285.002" y2="112.813"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="277.889" y1="114.375" x2="281.908" y2="109.912"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="274.854" y1="111.72" x2="278.714" y2="107.121"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="271.728" y1="109.173" x2="275.425" y2="104.442"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="268.515" y1="106.737" x2="272.044" y2="101.88"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="265.219" y1="104.415" x2="268.577" y2="99.438"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="261.844" y1="102.209" x2="265.026" y2="97.118"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="258.394" y1="100.123" x2="261.396" y2="94.923"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="254.873" y1="98.158" x2="257.692" y2="92.856"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="251.286" y1="96.316" x2="253.917" y2="90.92"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="247.636" y1="94.602" x2="250.078" y2="89.117"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="243.929" y1="93.016" x2="246.178" y2="87.449"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="240.169" y1="91.56" x2="242.222" y2="85.918"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="236.361" y1="90.236" x2="238.215" y2="84.526"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="232.508" y1="89.045" x2="234.163" y2="83.275"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="228.617" y1="87.991" x2="230.069" y2="82.166"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="224.691" y1="87.072" x2="225.939" y2="81.2"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="220.735" y1="86.291" x2="221.778" y2="80.379"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="216.754" y1="85.648" x2="217.59" y2="79.704"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="212.753" y1="85.146" x2="213.381" y2="79.175"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="208.738" y1="84.783" x2="209.157" y2="78.794"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="204.711" y1="84.56" x2="204.921" y2="78.561"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="196.648" y1="84.534" x2="196.439" y2="78.535"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="192.621" y1="84.734" x2="192.203" y2="78.746"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="188.603" y1="85.074" x2="187.976" y2="79.103"/>
<line fill="none" stroke="#FFFFFF" stroke-miterlimit="10" x1="184.599" y1="85.554" x2="183.764" y2="79.609"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="311.9" y1="180.666" x2="322.343" y2="178.824"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="306.847" y1="161.586" x2="316.812" y2="157.959"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="298.559" y1="143.674" x2="307.743" y2="138.372"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="287.286" y1="127.474" x2="295.41" y2="120.657"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="273.371" y1="113.477" x2="280.187" y2="105.353"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="257.236" y1="102.108" x2="262.539" y2="92.924"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="239.373" y1="93.715" x2="243" y2="83.75"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="220.324" y1="88.55" x2="222.165" y2="78.107"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="200.667" y1="86.772" x2="200.667" y2="76.168"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<path fill="#232323" filter="url(#AI_Shadow_1)" d="M200.333,47c-84.497,0-153,68.503-153,153s68.503,153,153,153
s153-68.503,153-153S284.831,47,200.333,47z M275.85,221.422c1.929-6.813,2.984-13.992,2.984-21.422
c0-7.397-1.045-14.546-2.958-21.332l49.113-13.869c3.155,11.193,4.846,23,4.846,35.201c0,12.256-1.704,24.114-4.886,35.351
L275.85,221.422z"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.333" y1="49.902" x2="200.333" y2="73.334"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="288.559" y1="78.569" x2="274.786" y2="97.525"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="343.084" y1="153.619" x2="320.799" y2="160.859"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="320.799" y1="239.144" x2="343.083" y2="246.385"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="288.556" y1="321.434" x2="274.784" y2="302.477"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.331" y1="350.1" x2="200.331" y2="326.667"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="112.105" y1="321.433" x2="125.878" y2="302.476"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="57.579" y1="246.383" x2="79.864" y2="239.143"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="57.58" y1="153.617" x2="79.864" y2="160.857"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="112.106" y1="78.568" x2="125.879" y2="97.523"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="219.147" y1="51.091" x2="217.147" y2="66.943"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="237.662" y1="54.623" x2="233.691" y2="70.101"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="255.588" y1="60.448" x2="249.709" y2="75.307"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="272.643" y1="68.475" x2="264.948" y2="82.479"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="303.079" y1="90.591" x2="292.145" y2="102.24"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.981" y1="104.331" x2="303.672" y2="114.519"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="327.059" y1="119.58" x2="313.571" y2="128.145"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="336.139" y1="136.098" x2="321.684" y2="142.903"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="350.125" y1="190.58" x2="334.18" y2="191.587"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="347.763" y1="171.88" x2="332.07" y2="174.878"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="350.125" y1="209.429" x2="334.179" y2="208.429"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="347.762" y1="228.129" x2="332.067" y2="225.138"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="336.135" y1="263.91" x2="321.676" y2="257.109"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="327.054" y1="280.427" x2="313.562" y2="271.868"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.975" y1="295.675" x2="303.663" y2="285.493"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="303.073" y1="309.415" x2="292.132" y2="297.77"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="272.635" y1="331.528" x2="264.934" y2="317.527"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="255.58" y1="339.554" x2="249.694" y2="324.697"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="237.654" y1="345.378" x2="233.676" y2="329.9"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="219.139" y1="348.909" x2="217.133" y2="333.056"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="181.515" y1="348.907" x2="183.516" y2="333.054"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="163" y1="345.375" x2="166.972" y2="329.896"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="145.074" y1="339.55" x2="150.955" y2="324.691"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="128.02" y1="331.523" x2="135.717" y2="317.52"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="97.583" y1="309.409" x2="108.521" y2="297.758"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="84.68" y1="295.669" x2="96.992" y2="285.479"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="73.602" y1="280.42" x2="87.094" y2="271.854"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="64.521" y1="263.902" x2="78.981" y2="257.095"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.896" y1="228.12" x2="68.595" y2="225.123"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.534" y1="209.42" x2="66.485" y2="208.414"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.535" y1="190.571" x2="66.486" y2="191.572"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.897" y1="171.871" x2="68.598" y2="174.863"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="64.524" y1="136.089" x2="78.988" y2="142.892"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="73.605" y1="119.571" x2="87.103" y2="128.134"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="84.685" y1="104.322" x2="97.003" y2="114.51"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="97.589" y1="90.582" x2="108.533" y2="102.233"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="128.027" y1="68.468" x2="135.73" y2="82.476"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="145.083" y1="60.442" x2="150.969" y2="75.306"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="163.01" y1="54.618" x2="166.987" y2="70.103"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="181.525" y1="51.087" x2="183.53" y2="66.948"/>
<text transform="matrix(1 0 0 1 193.5479 98.8154)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">0</text>
<text transform="matrix(1 0 0 1 176.6558 162.5869)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="25">ALT</text>
<text transform="matrix(1 0 0 1 257.1592 120.9824)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">1</text>
<text transform="matrix(1 0 0 1 299.4922 160.877)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">2</text>
<text transform="matrix(1 0 0 1 299.4922 256.7627)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">3</text>
<text transform="matrix(1 0 0 1 258.9092 295.2324)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">4</text>
<text transform="matrix(1 0 0 1 193.6592 318.4824)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">5</text>
<text transform="matrix(1 0 0 1 127.02 296.2324)" display="none" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">6</text>
<text transform="matrix(1 0 0 1 89.1592 242.7627)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">7</text>
<text transform="matrix(1 0 0 1 87.1592 175.2324)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">8</text>
<text transform="matrix(1 0 0 1 129.9092 119.9824)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">9</text>
<g>
<path fill="none" d="M174.243,243.809l61.533,38.566c3.073-1.324,6.051-2.824,8.936-4.471l-66.101-41.43L174.243,243.809z"/>
<path fill="none" d="M165.159,259.06l47.482,29.761c4.114-0.565,8.138-1.413,12.055-2.517l-55.169-34.578L165.159,259.06z"/>
<path fill="none" d="M214.732,238.17c-3.751,1.431-7.764,2.328-11.956,2.578l34.692,21.744l-9.571-16.07L214.732,238.17z"/>
<path fill="none" d="M156.076,274.312l18.447,11.562c7.001,2.103,14.36,3.375,21.967,3.696l-36.045-22.592L156.076,274.312z"/>
<path fill="#FFFFFF" d="M154.451,277.04c6.239,3.724,12.973,6.701,20.072,8.833l-18.447-11.562L154.451,277.04z"/>
<path fill="#FFFFFF" d="M160.444,266.978l36.045,22.592c1.275,0.054,2.555,0.09,3.844,0.09c4.176,0,8.285-0.286,12.308-0.839
l-47.482-29.761L160.444,266.978z"/>
<path fill="#FFFFFF" d="M169.527,251.726l55.169,34.578c3.801-1.072,7.5-2.386,11.079-3.929l-61.533-38.566L169.527,251.726z"/>
<path fill="#FFFFFF" d="M200.333,240.833c-7.636,0-14.773-2.12-20.868-5.794l-0.855,1.437l66.101,41.43
c0.482-0.275,0.967-0.544,1.443-0.828l-8.686-14.584l-34.692-21.744C201.967,240.797,201.155,240.833,200.333,240.833z"/>
<path fill="#FFFFFF" d="M221.14,235.076c-2.025,1.216-4.173,2.242-6.408,3.095l13.165,8.252L221.14,235.076z"/>
</g>
<text transform="matrix(1 0 0 1 209.8882 81.333)" fill="#FFFFFF" font-family="sans-serif" font-size="11">FEET</text>
<text transform="matrix(1 0 0 1 174.3154 81.333)" fill="#FFFFFF" font-family="sans-serif" font-size="11">100</text>
<text transform="matrix(1 0 0 1 175.376 137.582)" fill="#FFFFFF" font-family="sans-serif" font-size="11">1000 FEET</text>
<text transform="matrix(1 0 0 1 104.334 191.915)"><tspan x="0" y="0" fill="#FFFFFF" font-family="sans-serif" font-size="12">CALIBRATED</tspan><tspan x="24.453" y="12" fill="#FFFFFF" font-family="sans-serif" font-size="12">TO</tspan><tspan x="1.936" y="24" fill="#FFFFFF" font-family="sans-serif" font-size="12">25 000 FEET</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<path fill="#110F0F" d="M387.667,375c0,6.627-5.373,12-12,12h-350c-6.627,0-12-5.373-12-12V25c0-6.627,5.373-12,12-12h350
c6.627,0,12,5.373,12,12V375z"/>
<path fill="none" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" d="M387.667,375c0,6.627-5.373,12-12,12h-350
c-6.627,0-12-5.373-12-12V25c0-6.627,5.373-12,12-12h350c6.627,0,12,5.373,12,12V375z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<path fill="#232323" d="M200.333,33.5c-91.956,0-166.5,74.544-166.5,166.5s74.544,166.5,166.5,166.5
c91.957,0,166.5-74.544,166.5-166.5S292.29,33.5,200.333,33.5z M200.667,350.099c-82.714,0-149.767-67.053-149.767-149.767
c0-82.713,67.053-149.767,149.767-149.767s149.767,67.053,149.767,149.767C350.433,283.046,283.38,350.099,200.667,350.099z"/>
<path fill="none" stroke="#353535" stroke-width="1.3" stroke-miterlimit="10" d="M200.333,33.5
c-91.956,0-166.5,74.544-166.5,166.5s74.544,166.5,166.5,166.5c91.957,0,166.5-74.544,166.5-166.5S292.29,33.5,200.333,33.5z
M200.667,350.099c-82.714,0-149.767-67.053-149.767-149.767c0-82.713,67.053-149.767,149.767-149.767
s149.767,67.053,149.767,149.767C350.433,283.046,283.38,350.099,200.667,350.099z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" stroke="#B2B2B2" stroke-width="0.5" stroke-miterlimit="10" points="76.445,196.417 68.082,200
76.423,203.583 184.334,203.583 184.334,196.417 "/>
<path fill="#232323" stroke="#353535" stroke-width="0.5" stroke-miterlimit="10" d="M239.042,196.417
c-3.563-3.563-8.918,0-13.063,0c-0.787,0-3.148,0-3.148,0h-11.969c-1.51-4.271-5.573-7.337-10.362-7.337s-8.852,3.065-10.362,7.337
h-5.804v7.167h5.745c1.464,4.355,5.572,7.496,10.42,7.496s8.956-3.141,10.42-7.496h12.036c0,0,2.314,0,3.085,0
c3.874,0,9.458,3.542,13,0C241.124,201.501,241.25,198.625,239.042,196.417z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" points="211.838,160.802 200.343,132.368 200.338,132.386 200.333,132.368 188.838,160.802 200.333,207
200.338,206.977 200.343,207 "/>
<polygon fill="none" stroke="#B2B2B2" stroke-width="0.5" stroke-miterlimit="10" points="211.838,160.802 200.343,132.368
200.338,132.386 200.333,132.368 188.838,160.802 200.333,207 200.338,206.977 200.343,207 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<path fill="#232323" d="M200.331,196.091c0,0-9.492,18.192-9.331,24.818c0.062,2.56,1.828,4.228,9.331,4.228
s9.114-1.709,9.146-4.228c0.083-6.507-8.809-24.493-8.809-24.493"/>
<path fill="none" stroke="#353535" stroke-width="0.5" stroke-miterlimit="10" d="M200.331,196.091c0,0-9.492,18.192-9.331,24.818
c0.062,2.56,1.828,4.228,9.331,4.228s9.114-1.709,9.146-4.228c0.083-6.507-8.809-24.493-8.809-24.493"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
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"
width="537.94183"
height="539.90863"
id="svg6534"
preserveAspectRatio="X200Y200 meet"
>
<g
transform="translate(-78,33), scale(0.8)"
id="layer3"
style="display:inline">
<path
d="m 435.64988,289.47018 c -12.33394,0 -22.41326,9.69394 -23.03125,21.875 l -121.9375,-0.22694 c -4.43702,0.0318 -5.34776,6.2322 -0.5,7.0625 l 126.375,7.25819 c 4.14867,6.10563 11.15189,10.125 19.09375,10.125 7.92634,0 14.91358,-4.00188 19.0625,-10.09375 l 126.9375,-7.28944 c 4.84776,-0.8303 3.93702,-7.0307 -0.5,-7.0625 l -122.46875,0.25819 c -0.6019,-12.19506 -10.68685,-21.90625 -23.03125,-21.90625 z"
id="path7134"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
<path
d="m 382.64058,303.11984 c 4.38251,0.0518 102.16734,0.0518 106.54985,0 4.38251,-0.0518 5.82754,-6.6971 -0.25253,-7.17567 l -44.44671,-2.12492 c -3.68642,-0.66946 -4.02856,-2.28053 -4.29315,-4.3671 l -0.50508,-25.22318 c 0,-3.88798 -7.42864,-3.96105 -7.42864,0 l -0.50508,25.22318 c -0.26459,2.08657 -0.60673,3.69764 -4.29315,4.3671 l -44.57298,2.12492 c -6.08007,0.47857 -4.63504,7.12387 -0.25253,7.17567 z"
id="path7318"
style="fill:#000000;fill-opacity:0.60301508;stroke:none;filter:url(#filter7320)" />
<path
d="m 382.64058,299.50149 c 4.38251,0.0518 102.16734,0.0518 106.54985,0 4.38251,-0.0518 5.82754,-6.6971 -0.25253,-7.17567 l -44.44671,-2.12492 c -3.68642,-0.66946 -4.02856,-2.28053 -4.29315,-4.3671 l -0.50508,-25.22318 c 0,-3.88798 -7.42864,-3.96105 -7.42864,0 l -0.50508,25.22318 c -0.26459,2.08657 -0.60673,3.69764 -4.29315,4.3671 l -44.57298,2.12492 c -6.08007,0.47857 -4.63504,7.12387 -0.25253,7.17567 z"
id="path7169"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<path fill="none" stroke="#FF2A00" stroke-width="3" stroke-miterlimit="10" d="M200.38,81.417c0,0-7.042,11.625-11.292,24.75
s-7.125,51.375-7.125,51.375l-54.213,39.3c0,0-13.543,8.502-16.3,15.598c-0.958,2.468-1.491,5.852-1.612,7.852
c-0.222,3.681,0,13.749,0,13.75c0.125,2.125,1.5,3.875,6,2.375s69.5-23.125,69.5-23.125l2.75,54.25c0,0-16.723,12.949-21.875,17.75
c-1.232,1.148-3.054,2.765-4.063,4.875c-1.045,2.187-1.161,5.537-1.188,7.25c-0.038,2.437-0.131,8.147,0.188,9.063
c0.5,1.438,1.063,1.918,3.135,1.918c2.625,0,12.928-5.73,12.928-5.73l18.75-9.25l4.333,12.25l-4.333-12.25l4.333,12.25h0.168
l4.333-12.25l18.75,9.25c0,0,10.303,5.73,12.928,5.73c2.072,0,2.635-0.48,3.135-1.918c0.318-0.916,0.226-6.625,0.188-9.063
c-0.027-1.713-0.143-5.063-1.188-7.25c-1.008-2.11-2.83-3.727-4.063-4.875c-5.152-4.801-21.875-17.75-21.875-17.75l2.75-54.25
c0,0,65,21.625,69.5,23.125s5.875-0.25,6-2.375c0-0.001,0.222-10.069,0-13.75c-0.121-2-0.653-5.384-1.612-7.852
c-2.756-7.096-16.3-15.598-16.3-15.598l-54.213-39.3c0,0-2.875-38.25-7.125-51.375S200.38,81.417,200.38,81.417V61"/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FF2A00" points="200.381,332.311 194.542,344.439 206.542,344.439 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" points="294.272,294.239 298.743,307.01 307.272,298.481 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" points="105.938,294.771 94.146,298.898 102.02,306.771 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FF2A00" points="68.291,200.382 56.291,194.604 56.291,206.477 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" points="106.001,106.041 101.801,94.041 93.787,102.055 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FFFFFF" points="294.731,105.894 306.519,101.767 298.646,93.894 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FF2A00" points="332.311,200.285 344.44,206.125 344.441,194.125 "/>
</g>
<g filter="url(#AI_Shadow_1)">
<polygon fill="#FF2A00" points="200.619,68.022 206.458,55.893 194.458,55.892 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

@ -0,0 +1,205 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<circle fill="#232323" cx="200.333" cy="200" r="161"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="200.333" y1="350.099" x2="200.333" y2="326.667"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="213.416" y1="349.528" x2="212.023" y2="333.609"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="239.182" y1="344.985" x2="235.046" y2="329.55"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="263.768" y1="336.036" x2="257.015" y2="321.554"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="286.427" y1="322.955" x2="277.261" y2="309.865"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="306.47" y1="306.137" x2="295.17" y2="294.837"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="323.289" y1="286.094" x2="310.198" y2="276.929"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="336.371" y1="263.436" x2="321.887" y2="256.683"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="345.32" y1="238.85" x2="329.883" y2="234.714"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="349.864" y1="213.083" x2="333.943" y2="211.691"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="349.864" y1="186.918" x2="333.944" y2="188.313"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="345.321" y1="161.151" x2="329.885" y2="165.289"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="336.373" y1="136.565" x2="321.89" y2="143.32"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="323.291" y1="113.906" x2="310.202" y2="123.073"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="306.472" y1="93.863" x2="295.174" y2="105.163"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="286.429" y1="77.045" x2="277.265" y2="90.135"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="263.771" y1="63.962" x2="257.019" y2="78.446"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="239.185" y1="55.013" x2="235.05" y2="70.449"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="213.418" y1="50.469" x2="212.027" y2="66.389"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="187.254" y1="50.469" x2="188.648" y2="66.388"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="161.488" y1="55.012" x2="165.625" y2="70.447"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="136.901" y1="63.96" x2="143.656" y2="78.443"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="114.242" y1="77.042" x2="123.409" y2="90.131"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="94.199" y1="93.86" x2="105.499" y2="105.159"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="77.38" y1="113.903" x2="90.47" y2="123.067"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="64.298" y1="136.562" x2="78.781" y2="143.314"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="55.349" y1="161.148" x2="70.785" y2="165.283"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.805" y1="186.915" x2="66.724" y2="188.306"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.804" y1="213.079" x2="66.723" y2="211.685"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="55.347" y1="238.845" x2="70.783" y2="234.709"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="64.295" y1="263.432" x2="78.778" y2="256.678"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="77.376" y1="286.091" x2="90.466" y2="276.925"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="94.194" y1="306.135" x2="105.494" y2="294.834"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="114.237" y1="322.954" x2="123.402" y2="309.863"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="136.895" y1="336.037" x2="143.648" y2="321.553"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="161.481" y1="344.986" x2="165.617" y2="329.549"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="187.248" y1="349.53" x2="188.64" y2="333.61"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="226.398" y1="347.819" x2="222.33" y2="324.742"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="251.67" y1="341.047" x2="243.657" y2="319.028"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="275.383" y1="329.99" x2="263.667" y2="309.697"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="296.816" y1="314.983" x2="281.754" y2="297.033"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.317" y1="296.483" x2="297.367" y2="281.42"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="330.324" y1="275.05" x2="310.031" y2="263.333"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="341.381" y1="251.337" x2="319.363" y2="243.323"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="348.153" y1="226.065" x2="325.078" y2="221.996"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="350.433" y1="200" x2="327.001" y2="200"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="348.153" y1="173.936" x2="325.078" y2="178.004"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="341.381" y1="148.664" x2="319.363" y2="156.677"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="330.324" y1="124.951" x2="310.032" y2="136.667"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.317" y1="103.519" x2="297.368" y2="118.58"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="296.816" y1="85.018" x2="281.755" y2="102.967"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="275.384" y1="70.011" x2="263.668" y2="90.303"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="251.672" y1="58.954" x2="243.658" y2="80.971"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="226.4" y1="52.182" x2="222.331" y2="75.256"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="200.335" y1="49.901" x2="200.334" y2="73.332"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="174.271" y1="52.181" x2="178.339" y2="75.256"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="148.999" y1="58.953" x2="157.012" y2="80.971"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="125.286" y1="70.01" x2="137.001" y2="90.302"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="103.853" y1="85.017" x2="118.915" y2="102.966"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="85.352" y1="103.517" x2="103.302" y2="118.579"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="70.345" y1="124.949" x2="90.638" y2="136.665"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="59.288" y1="148.662" x2="81.307" y2="156.676"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.515" y1="173.934" x2="75.592" y2="178.002"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.235" y1="199.999" x2="73.667" y2="199.998"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.515" y1="226.063" x2="75.591" y2="221.993"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="59.287" y1="251.335" x2="81.306" y2="243.32"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="70.343" y1="275.048" x2="90.637" y2="263.331"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="85.35" y1="296.481" x2="103.301" y2="281.417"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="103.851" y1="314.982" x2="118.914" y2="297.03"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="125.284" y1="329.989" x2="137" y2="309.695"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="148.997" y1="341.047" x2="157.01" y2="319.026"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="174.269" y1="347.819" x2="178.337" y2="324.741"/>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M192.637,101.333V79.786h0.469l14.341,16.518V79.786h2.124v21.548
h-0.483l-14.224-16.316v16.316H192.637z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M135.018,109.119l-1.585,0.916
c-0.452-1.449-0.468-2.755-0.05-3.919c0.419-1.162,1.186-2.064,2.299-2.708c0.811-0.468,1.674-0.719,2.588-0.754
c0.915-0.035,1.746,0.15,2.492,0.556c0.746,0.406,1.316,0.95,1.711,1.634c0.773,1.339,0.72,2.784-0.161,4.336
c0.923-0.128,1.792-0.038,2.608,0.27c1.153,0.434,2.024,1.162,2.614,2.184c0.509,0.882,0.762,1.856,0.759,2.925
c-0.004,1.068-0.281,2.053-0.832,2.954c-0.552,0.9-1.324,1.638-2.317,2.211c-1.34,0.773-2.68,1.032-4.02,0.778
c-1.341-0.256-2.579-1.051-3.718-2.387l1.522-0.879c0.851,0.854,1.655,1.362,2.416,1.523c0.971,0.201,1.953,0.014,2.946-0.56
c1.128-0.651,1.838-1.512,2.131-2.584c0.293-1.07,0.178-2.061-0.347-2.97c-0.351-0.606-0.849-1.075-1.496-1.406
s-1.335-0.465-2.063-0.401c-0.729,0.064-1.715,0.412-2.957,1.044l-0.823-1.427c0.712-0.411,1.287-0.91,1.729-1.498
c0.44-0.588,0.681-1.152,0.721-1.692c0.041-0.54-0.07-1.039-0.335-1.498c-0.391-0.676-0.998-1.105-1.822-1.288
c-0.824-0.182-1.648-0.034-2.473,0.441c-0.67,0.387-1.139,0.909-1.408,1.566C134.879,107.144,134.836,108.021,135.018,109.119z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M147.018,102.192l-1.586,0.915
c-0.452-1.449-0.469-2.755-0.05-3.918c0.419-1.163,1.185-2.065,2.298-2.708c0.811-0.468,1.674-0.719,2.588-0.754
c0.916-0.034,1.746,0.151,2.492,0.556c0.747,0.406,1.317,0.95,1.712,1.633c0.773,1.34,0.72,2.785-0.161,4.336
c0.922-0.128,1.791-0.038,2.608,0.27c1.153,0.434,2.024,1.162,2.614,2.184c0.509,0.881,0.762,1.856,0.758,2.924
c-0.003,1.068-0.28,2.053-0.832,2.954c-0.551,0.9-1.323,1.638-2.317,2.212c-1.339,0.773-2.679,1.032-4.019,0.777
c-1.342-0.256-2.58-1.05-3.718-2.386l1.522-0.879c0.85,0.854,1.654,1.362,2.416,1.523c0.971,0.201,1.953,0.015,2.947-0.56
c1.127-0.65,1.838-1.512,2.131-2.583c0.292-1.071,0.177-2.061-0.349-2.97c-0.35-0.606-0.849-1.075-1.495-1.406
s-1.335-0.465-2.064-0.401c-0.729,0.064-1.714,0.412-2.955,1.044l-0.824-1.427c0.711-0.411,1.287-0.91,1.729-1.498
c0.439-0.588,0.681-1.152,0.721-1.692c0.041-0.54-0.071-1.039-0.336-1.498c-0.391-0.676-0.998-1.105-1.821-1.288
c-0.824-0.182-1.648-0.035-2.474,0.441c-0.669,0.387-1.138,0.909-1.406,1.566C146.877,100.216,146.834,101.094,147.018,102.192z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M98.427,152.854l-0.915,1.585
c-1.116-1.029-1.783-2.152-2.003-3.369c-0.218-1.216-0.006-2.381,0.637-3.495c0.468-0.81,1.09-1.459,1.864-1.947
c0.775-0.487,1.587-0.742,2.436-0.764c0.85-0.022,1.615,0.165,2.299,0.559c1.34,0.773,2.016,2.052,2.029,3.835
c0.734-0.572,1.532-0.928,2.394-1.07c1.215-0.2,2.334-0.006,3.355,0.584c0.882,0.509,1.588,1.227,2.119,2.154
s0.783,1.918,0.757,2.974c-0.027,1.056-0.328,2.08-0.901,3.074c-0.773,1.339-1.805,2.233-3.092,2.683
c-1.29,0.45-2.76,0.38-4.413-0.208l0.879-1.522c1.163,0.314,2.114,0.352,2.854,0.111c0.941-0.312,1.699-0.965,2.273-1.958
c0.65-1.127,0.835-2.229,0.553-3.303c-0.281-1.074-0.877-1.875-1.786-2.399c-0.606-0.35-1.272-0.507-1.998-0.47
c-0.726,0.037-1.388,0.265-1.988,0.685c-0.599,0.42-1.278,1.214-2.038,2.382l-1.427-0.824c0.411-0.712,0.66-1.433,0.748-2.162
c0.087-0.729,0.014-1.338-0.222-1.826c-0.234-0.488-0.581-0.864-1.04-1.129c-0.676-0.391-1.417-0.458-2.222-0.205
c-0.805,0.255-1.444,0.794-1.921,1.619c-0.387,0.67-0.531,1.356-0.436,2.06C97.319,151.214,97.72,151.996,98.427,152.854z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M108.273,145.444c-2.051-1.184-3.509-2.319-4.376-3.407
c-0.866-1.087-1.355-2.199-1.471-3.336c-0.113-1.137,0.116-2.203,0.69-3.196c0.581-1.008,1.399-1.752,2.452-2.235
c1.054-0.481,2.299-0.625,3.736-0.429c1.438,0.196,3.137,0.859,5.096,1.991c1.952,1.127,3.371,2.259,4.256,3.395
c0.886,1.136,1.385,2.286,1.497,3.451s-0.122,2.25-0.704,3.258c-0.574,0.993-1.377,1.724-2.407,2.19
c-1.03,0.467-2.24,0.598-3.63,0.392S110.31,146.62,108.273,145.444z M109.148,143.99c1.757,1.014,3.175,1.624,4.255,1.83
c1.08,0.205,2.03,0.136,2.85-0.209c0.82-0.344,1.427-0.858,1.821-1.542c0.398-0.691,0.544-1.467,0.435-2.329
c-0.108-0.861-0.529-1.71-1.26-2.546c-0.884-1.027-2.104-1.99-3.663-2.89c-1.566-0.904-2.948-1.471-4.146-1.703
c-1.197-0.23-2.203-0.175-3.017,0.168c-0.814,0.342-1.417,0.852-1.808,1.529c-0.398,0.691-0.542,1.473-0.43,2.345
c0.112,0.874,0.526,1.728,1.243,2.564C106.145,142.044,107.385,142.972,109.148,143.99z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M109.917,264.448l0.86,1.49c-1.558,0.843-3.112,1.057-4.665,0.643
c-1.552-0.414-2.745-1.344-3.579-2.789c-0.826-1.431-1.033-2.855-0.619-4.272c0.412-1.418,1.246-2.489,2.501-3.214
c0.882-0.509,1.83-0.775,2.846-0.799c1.016-0.025,2.534,0.191,4.554,0.646l6.408,1.466l-4.143-7.175l1.502-0.866l6.097,10.561
l-9.851-2.234c-1.987-0.459-3.397-0.69-4.23-0.693c-0.834-0.002-1.597,0.196-2.288,0.596c-0.874,0.504-1.439,1.265-1.694,2.281
s-0.109,1.997,0.436,2.941c0.574,0.993,1.383,1.628,2.425,1.905C107.52,265.209,108.667,265.047,109.917,264.448z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M93.859,248.767l-0.182-0.315l10.846-6.262l-1.086-1.882
l1.48-0.854l1.086,1.882l3.616-2.087l0.891,1.543l-3.616,2.088l4.297,7.441L93.859,248.767z M105.415,243.733l-6.531,3.771
l9.191,0.836L105.415,243.733z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M153.804,300.688l1.491,0.86c-0.928,1.509-2.167,2.472-3.72,2.889
c-1.551,0.417-3.049,0.208-4.494-0.626c-1.431-0.826-2.322-1.955-2.673-3.391c-0.352-1.434-0.165-2.778,0.56-4.033
c0.509-0.882,1.198-1.586,2.065-2.115s2.29-1.102,4.267-1.718l6.282-1.935l-7.174-4.142l0.867-1.502l10.561,6.098l-9.648,2.991
c-1.951,0.595-3.288,1.1-4.011,1.514c-0.723,0.415-1.284,0.969-1.683,1.66c-0.505,0.873-0.614,1.815-0.326,2.823
c0.287,1.007,0.903,1.784,1.847,2.329c0.994,0.573,2.012,0.719,3.053,0.438C152.109,302.546,153.021,301.833,153.804,300.688z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M137.497,297.756l-3.055-1.764l8.978-15.551l1.543,0.891
l-8.1,14.029l2.442,1.409L137.497,297.756z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M265.364,296.643l-3.056,1.764l-8.979-15.551l1.544-0.892
l8.099,14.029l2.442-1.41L265.364,296.643z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M248.674,306.278l-0.854-1.479l5.525-3.19l-1.67-4.689
c-0.562,0.588-1.112,1.038-1.655,1.352c-1.415,0.817-2.855,1.017-4.321,0.6c-1.466-0.418-2.627-1.366-3.481-2.847
c-0.59-1.021-0.895-2.096-0.915-3.221c-0.021-1.126,0.242-2.148,0.787-3.069c0.544-0.921,1.345-1.686,2.402-2.296
c1.262-0.729,2.548-0.957,3.86-0.686c1.313,0.272,2.408,0.971,3.285,2.1l-1.597,0.922c-0.466-0.53-0.949-0.899-1.45-1.108
c-0.501-0.209-1.055-0.291-1.664-0.245c-0.607,0.046-1.172,0.219-1.693,0.52c-1.021,0.59-1.676,1.484-1.963,2.681
c-0.285,1.198-0.093,2.376,0.578,3.538c0.604,1.048,1.428,1.709,2.468,1.981c1.041,0.272,2.114,0.089,3.221-0.55
c0.916-0.529,1.865-1.449,2.848-2.758l3.024,8.558L248.674,306.278z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M305.018,250.334l-1.765,3.056l-15.551-8.979l0.892-1.543
l14.028,8.099l1.41-2.442L305.018,250.334z"/>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M295.219,256.076l0.86-1.49c1.509,0.928,2.472,2.167,2.889,3.719
c0.417,1.551,0.209,3.05-0.626,4.495c-0.825,1.431-1.955,2.322-3.391,2.672c-1.434,0.352-2.778,0.165-4.033-0.56
c-0.881-0.509-1.586-1.197-2.115-2.064c-0.528-0.868-1.102-2.29-1.718-4.267l-1.935-6.282l-4.142,7.174l-1.501-0.867l6.097-10.561
l2.991,9.648c0.595,1.95,1.1,3.287,1.514,4.011c0.416,0.724,0.969,1.284,1.66,1.684c0.874,0.505,1.815,0.614,2.823,0.326
c1.008-0.287,1.784-0.903,2.329-1.848c0.574-0.993,0.719-2.012,0.438-3.053C297.078,257.771,296.364,256.859,295.219,256.076z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M302.287,142.898l-0.097,1.762l-8.791-0.532
c0.516,0.455,0.916,0.929,1.201,1.423c0.713,1.235,0.873,2.541,0.479,3.917c-0.395,1.376-1.244,2.44-2.547,3.193
c-0.896,0.517-1.824,0.775-2.787,0.776s-1.879-0.259-2.747-0.778c-0.868-0.519-1.557-1.22-2.066-2.102
c-0.493-0.854-0.744-1.765-0.753-2.733c-0.01-0.968,0.239-1.876,0.746-2.724s1.187-1.518,2.039-2.01
c0.635-0.366,1.376-0.623,2.227-0.77c0.85-0.147,1.96-0.174,3.33-0.08L302.287,142.898z M293.023,145.97
c-0.522-0.903-1.286-1.491-2.292-1.762c-1.007-0.27-1.964-0.143-2.874,0.383c-0.902,0.521-1.488,1.284-1.757,2.291
c-0.269,1.008-0.142,1.963,0.379,2.866s1.286,1.491,2.292,1.762c1.007,0.271,1.961,0.146,2.863-0.376
c0.909-0.524,1.498-1.291,1.767-2.298S293.545,146.873,293.023,145.97z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M252.478,100.756l-1.585-0.915
c1.029-1.116,2.152-1.783,3.369-2.003c1.216-0.218,2.381-0.006,3.495,0.637c0.81,0.468,1.459,1.09,1.947,1.864
c0.487,0.775,0.742,1.587,0.764,2.436c0.022,0.85-0.165,1.615-0.559,2.299c-0.773,1.34-2.052,2.016-3.835,2.029
c0.572,0.734,0.928,1.532,1.07,2.394c0.2,1.215,0.006,2.334-0.584,3.355c-0.509,0.882-1.227,1.588-2.154,2.119
s-1.918,0.783-2.974,0.757c-1.056-0.027-2.08-0.328-3.074-0.901c-1.339-0.773-2.233-1.805-2.683-3.092
c-0.45-1.29-0.38-2.76,0.208-4.413l1.522,0.879c-0.314,1.163-0.352,2.114-0.111,2.854c0.312,0.941,0.965,1.699,1.958,2.273
c1.127,0.65,2.229,0.835,3.303,0.553c1.074-0.281,1.875-0.877,2.399-1.786c0.35-0.606,0.507-1.272,0.47-1.998
c-0.037-0.726-0.265-1.388-0.685-1.988c-0.42-0.599-1.214-1.278-2.382-2.038l0.824-1.427c0.712,0.411,1.433,0.66,2.162,0.748
c0.729,0.087,1.338,0.014,1.826-0.222c0.488-0.234,0.864-0.581,1.129-1.04c0.391-0.676,0.458-1.417,0.205-2.222
c-0.255-0.805-0.794-1.444-1.619-1.921c-0.67-0.387-1.356-0.531-2.06-0.436C254.118,99.647,253.336,100.049,252.478,100.756z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M80.119,212.927v-2.212l15.527-4.402l-15.527-6.177v-0.447
l15.527-6.105l-15.527-4.477v-2.195l21.548,6.191v0.4l-16.304,6.394l16.304,6.519v0.402L80.119,212.927z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M206.271,302.679l-1.831,1.099
c-1.289-2.373-2.778-3.56-4.468-3.56c-0.723,0-1.401,0.168-2.036,0.505s-1.118,0.789-1.45,1.355s-0.498,1.167-0.498,1.802
c0,0.723,0.244,1.431,0.732,2.124c0.674,0.957,1.904,2.109,3.691,3.457c1.797,1.357,2.915,2.339,3.354,2.944
c0.762,1.016,1.143,2.114,1.143,3.296c0,0.938-0.225,1.792-0.674,2.563s-1.082,1.379-1.897,1.824s-1.702,0.667-2.659,0.667
c-1.016,0-1.965-0.251-2.849-0.754s-1.819-1.428-2.805-2.776l1.758-1.333c0.811,1.074,1.501,1.782,2.073,2.124
s1.194,0.513,1.868,0.513c0.869,0,1.58-0.264,2.131-0.791s0.828-1.177,0.828-1.948c0-0.469-0.098-0.923-0.293-1.362
s-0.552-0.918-1.069-1.436c-0.283-0.273-1.211-0.991-2.783-2.153c-1.865-1.377-3.145-2.603-3.838-3.677s-1.04-2.153-1.04-3.237
c0-1.563,0.593-2.92,1.78-4.072s2.629-1.729,4.329-1.729c1.309,0,2.495,0.349,3.56,1.047S205.373,301.039,206.271,302.679z"/>
</g>
<g>
<path fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" d="M320.547,193.303v12.349h-2.109v-10.195h-6.753v10.107h-2.109
v-10.107h-8.467v10.107H299v-12.261H320.547z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<linearGradient id="backHorizon_1_" gradientUnits="userSpaceOnUse" x1="200.667" y1="350.0991" x2="200.667" y2="50.5659">
<stop offset="0.4999" style="stop-color:#503723"/>
<stop offset="0.5001" style="stop-color:#558EBB"/>
</linearGradient>
<circle id="backHorizon" fill="url(#backHorizon_1_)" cx="200.667" cy="200.333" r="149.767"/>
</svg>

After

Width:  |  Height:  |  Size: 737 B

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g filter="url(#AI_Shadow_1)">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="200.333" y1="276.3325" x2="200.333" y2="124.3325">
<stop offset="0" style="stop-color:#3D2618"/>
<stop offset="0.4999" style="stop-color:#503723"/>
<stop offset="0.5001" style="stop-color:#9CCBE5"/>
<stop offset="1" style="stop-color:#558EBB"/>
</linearGradient>
<path fill="url(#SVGID_1_)" d="M301.333,200.333c0,41.936-33.963,75.938-75.885,76c-0.038,0-50.076,0-50.114,0
c-41.974,0-76-34.026-76-76s34.026-76,76-76c0.027,0,50.056,0,50.083,0C267.352,124.377,301.333,158.387,301.333,200.333z"/>
</g>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="99.667" y1="200.457" x2="301.667" y2="200.457"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="187.979" y1="187.374" x2="212.979" y2="187.374"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="188.167" y1="213.499" x2="213.167" y2="213.499"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="188.026" y1="241.42" x2="213.026" y2="241.42"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="188.167" y1="159.374" x2="213.167" y2="159.374"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="180.042" y1="173.405" x2="220.042" y2="173.405"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="180.042" y1="227.499" x2="220.042" y2="227.499"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="170.042" y1="255.332" x2="230.042" y2="255.332"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="170.042" y1="145.333" x2="230.042" y2="145.333"/>
<g>
<path fill="#FFFFFF" d="M166.644,169.224h2.25v7.901h-1.493v-6.488h-1.627L166.644,169.224z"/>
<path fill="#FFFFFF" d="M172.84,169.025c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C171.259,169.383,171.952,169.025,172.84,169.025z M172.875,170.454
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S173.247,170.454,172.875,170.454z"/>
</g>
<g>
<path fill="#FFFFFF" d="M155.584,143.883h-1.466c0.04-0.852,0.307-1.523,0.803-2.011c0.496-0.489,1.133-0.733,1.91-0.733
c0.48,0,0.903,0.101,1.27,0.304c0.367,0.202,0.661,0.494,0.881,0.875c0.221,0.382,0.331,0.769,0.331,1.163
c0,0.469-0.133,0.974-0.4,1.515s-0.755,1.18-1.464,1.917l-0.887,0.935h2.816v1.391h-5.473v-0.72l2.444-2.492
c0.591-0.598,0.984-1.079,1.179-1.442c0.195-0.363,0.292-0.692,0.292-0.985c0-0.304-0.101-0.556-0.303-0.755
c-0.203-0.198-0.463-0.298-0.782-0.298c-0.322,0-0.591,0.12-0.806,0.36S155.599,143.471,155.584,143.883z"/>
<path fill="#FFFFFF" d="M162.884,141.138c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C161.303,141.496,161.996,141.138,162.884,141.138z M162.918,142.567
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S163.291,142.567,162.918,142.567z"/>
</g>
<g>
<path fill="#FFFFFF" d="M234.958,143.784h-1.466c0.04-0.852,0.307-1.523,0.803-2.011c0.496-0.489,1.133-0.733,1.91-0.733
c0.48,0,0.903,0.101,1.27,0.304c0.367,0.202,0.661,0.494,0.881,0.875c0.221,0.382,0.331,0.769,0.331,1.163
c0,0.469-0.133,0.974-0.4,1.515s-0.755,1.18-1.464,1.917l-0.887,0.935h2.816v1.391h-5.473v-0.72l2.444-2.492
c0.591-0.598,0.984-1.079,1.179-1.442c0.195-0.363,0.292-0.692,0.292-0.985c0-0.304-0.101-0.556-0.303-0.755
c-0.203-0.198-0.463-0.298-0.782-0.298c-0.322,0-0.591,0.12-0.806,0.36S234.973,143.372,234.958,143.784z"/>
<path fill="#FFFFFF" d="M242.258,141.039c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C240.677,141.397,241.37,141.039,242.258,141.039z M242.292,142.468
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S242.665,142.468,242.292,142.468z"/>
</g>
<g>
<path fill="#FFFFFF" d="M224.341,169.224h2.25v7.901h-1.493v-6.488h-1.627L224.341,169.224z"/>
<path fill="#FFFFFF" d="M230.538,169.025c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C228.957,169.383,229.649,169.025,230.538,169.025z M230.572,170.454
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S230.944,170.454,230.572,170.454z"/>
</g>
<g>
<path fill="#FFFFFF" d="M166.644,223.224h2.25v7.901h-1.493v-6.488h-1.627L166.644,223.224z"/>
<path fill="#FFFFFF" d="M172.84,223.025c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C171.259,223.383,171.952,223.025,172.84,223.025z M172.875,224.454
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S173.247,224.454,172.875,224.454z"/>
</g>
<g>
<path fill="#FFFFFF" d="M224.341,223.224h2.25v7.901h-1.493v-6.488h-1.627L224.341,223.224z"/>
<path fill="#FFFFFF" d="M230.538,223.025c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C228.957,223.383,229.649,223.025,230.538,223.025z M230.572,224.454
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S230.944,224.454,230.572,224.454z"/>
</g>
<g>
<path fill="#FFFFFF" d="M155.584,253.883h-1.466c0.04-0.852,0.307-1.523,0.803-2.011c0.496-0.489,1.133-0.733,1.91-0.733
c0.48,0,0.903,0.101,1.27,0.304c0.367,0.202,0.661,0.494,0.881,0.875c0.221,0.382,0.331,0.769,0.331,1.163
c0,0.469-0.133,0.974-0.4,1.515s-0.755,1.18-1.464,1.917l-0.887,0.935h2.816v1.391h-5.473v-0.72l2.444-2.492
c0.591-0.598,0.984-1.079,1.179-1.442c0.195-0.363,0.292-0.692,0.292-0.985c0-0.304-0.101-0.556-0.303-0.755
c-0.203-0.198-0.463-0.298-0.782-0.298c-0.322,0-0.591,0.12-0.806,0.36S155.599,253.471,155.584,253.883z"/>
<path fill="#FFFFFF" d="M162.884,251.138c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C161.303,251.496,161.996,251.138,162.884,251.138z M162.918,252.567
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S163.291,252.567,162.918,252.567z"/>
</g>
<g>
<path fill="#FFFFFF" d="M234.958,253.784h-1.466c0.04-0.852,0.307-1.523,0.803-2.011c0.496-0.489,1.133-0.733,1.91-0.733
c0.48,0,0.903,0.101,1.27,0.304c0.367,0.202,0.661,0.494,0.881,0.875c0.221,0.382,0.331,0.769,0.331,1.163
c0,0.469-0.133,0.974-0.4,1.515s-0.755,1.18-1.464,1.917l-0.887,0.935h2.816v1.391h-5.473v-0.72l2.444-2.492
c0.591-0.598,0.984-1.079,1.179-1.442c0.195-0.363,0.292-0.692,0.292-0.985c0-0.304-0.101-0.556-0.303-0.755
c-0.203-0.198-0.463-0.298-0.782-0.298c-0.322,0-0.591,0.12-0.806,0.36S234.973,253.372,234.958,253.784z"/>
<path fill="#FFFFFF" d="M242.258,251.039c0.577,0,1.073,0.142,1.491,0.424c0.417,0.283,0.739,0.715,0.967,1.297
c0.227,0.582,0.341,1.392,0.341,2.43c0,1.049-0.115,1.866-0.347,2.449c-0.23,0.583-0.542,1.012-0.932,1.287
c-0.39,0.273-0.883,0.411-1.477,0.411s-1.094-0.138-1.499-0.414s-0.722-0.695-0.951-1.257s-0.344-1.362-0.344-2.401
c0-1.45,0.224-2.501,0.671-3.153C240.677,251.397,241.37,251.039,242.258,251.039z M242.292,252.468
c-0.253,0-0.479,0.082-0.675,0.244c-0.196,0.163-0.347,0.443-0.45,0.841s-0.155,0.979-0.155,1.746
c0,0.999,0.119,1.689,0.356,2.071c0.238,0.381,0.546,0.572,0.924,0.572c0.365,0,0.654-0.181,0.869-0.542
c0.261-0.437,0.391-1.167,0.391-2.191c0-1.039-0.117-1.754-0.351-2.148S242.665,252.468,242.292,252.468z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<g id="Layer_2">
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="200.667" y1="349.9331" x2="200.667" y2="50.3999">
<stop offset="0.4999" style="stop-color:#503723"/>
<stop offset="0.5001" style="stop-color:#558EBB"/>
</linearGradient>
<path fill="url(#SVGID_2_)" filter="url(#AI_Shadow_1)" d="M200.667,50.4C117.953,50.4,50.9,117.453,50.9,200.167
s67.053,149.767,149.767,149.767s149.767-67.053,149.767-149.767S283.38,50.4,200.667,50.4z M200.667,300.5
c-55.413,0-100.334-44.921-100.334-100.334c0-55.412,44.921-100.333,100.334-100.333C256.079,99.833,301,144.753,301,200.166
C301,255.579,256.079,300.5,200.667,300.5z"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="50.667" y1="200.333" x2="100.333" y2="200.333"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="300.749" y1="200.333" x2="350.433" y2="200.333"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="78.415" y1="131.582" x2="112.082" y2="151.915"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="288.751" y1="151.915" x2="323.585" y2="131.582"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="149.418" y1="113.75" x2="129.418" y2="79.25"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="252.084" y1="113.75" x2="272.751" y2="79.25"/>
<polygon fill="#FFFFFF" points="185.918,60.085 215.251,60.085 200.585,98.918 "/>
<polygon fill="#FFFFFF" points="119.084,117.417 112.082,124.251 126.584,131.582 "/>
<polygon fill="#FFFFFF" points="274.084,131.582 281.251,117.417 288.751,124.5 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="130" y1="200.457" x2="176" y2="200.457"/>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="225" y1="200.457" x2="271" y2="200.457"/>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="200.534" y1="200.457" x2="200.534" y2="200.457"/>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="200.399" y1="103.417" x2="190.483" y2="130.583"/>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="190.483" y1="130.583" x2="210.316" y2="130.583"/>
<line fill="none" stroke="#FF7F00" stroke-width="5" stroke-linecap="round" stroke-miterlimit="10" x1="210.316" y1="130.583" x2="200.399" y2="103.417"/>
<g filter="url(#AI_Shadow_1)">
<path fill="#232323" d="M82.663,298.167c28.157,33.81,70.564,55.333,118.004,55.333s89.847-21.524,118.004-55.333H82.663z"/>
<path fill="none" stroke="#353535" stroke-width="1.3" stroke-miterlimit="10" d="M82.663,298.167
c28.157,33.81,70.564,55.333,118.004,55.333s89.847-21.524,118.004-55.333H82.663z"/>
</g>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.667" y1="298.667" x2="200.667" y2="329.167"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="254.667" y1="298.667" x2="254.667" y2="308.917"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="146.667" y1="298.667" x2="146.667" y2="308.917"/>
<g filter="url(#AI_Shadow_1)">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<circle fill="#232323" cx="200.333" cy="200" r="161"/>
<path fill="none" stroke="#F9FF00" stroke-width="10" stroke-miterlimit="10" d="M57.4,175.086
C43.974,251.226,91.471,314.98,149.825,336"/>
<path fill="none" stroke="#FF0000" stroke-width="10" stroke-miterlimit="10" d="M106.854,89.039
c-28.113,23.588-44.001,55.344-49.512,86.375"/>
<path fill="none" stroke="#007511" stroke-width="10" stroke-miterlimit="10" d="M151.628,336.661
c40.369,14.45,85.524,10.282,121.509-10.494c62.801-36.257,97.126-122.438,53.195-198.528"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="296.814" y1="85.02" x2="281.752" y2="102.968"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="310.03" y1="136.667" x2="330.321" y2="124.953"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="348.149" y1="173.938" x2="325.076" y2="178.006"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="348.149" y1="226.065" x2="325.076" y2="221.997"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="330.32" y1="275.05" x2="310.03" y2="263.336"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="296.812" y1="314.982" x2="281.752" y2="297.035"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="251.667" y1="341.046" x2="243.655" y2="319.031"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.331" y1="350.098" x2="200.332" y2="326.67"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="148.995" y1="341.045" x2="157.008" y2="319.03"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="103.85" y1="314.98" x2="118.911" y2="297.034"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="70.343" y1="275.047" x2="90.633" y2="263.334"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="52.515" y1="226.063" x2="75.588" y2="221.995"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="52.516" y1="173.934" x2="75.588" y2="178.004"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="70.346" y1="124.949" x2="90.635" y2="136.666"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="103.854" y1="85.018" x2="118.912" y2="102.967"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.313" y1="103.523" x2="303.075" y2="113.797"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="251.669" y1="58.956" x2="243.655" y2="80.973"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="275.381" y1="70.017" x2="267.395" y2="83.855"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.333" y1="49.904" x2="200.333" y2="73.334"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="226.398" y1="52.188" x2="223.626" y2="67.923"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="213.417" y1="50.478" x2="212.444" y2="61.619"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="239.182" y1="55.021" x2="236.289" y2="65.824"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="263.767" y1="63.969" x2="259.042" y2="74.105"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="286.424" y1="77.05" x2="280.01" y2="86.212"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="341.376" y1="148.667" x2="326.362" y2="154.136"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="350.427" y1="200.002" x2="334.448" y2="200.006"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="341.375" y1="251.337" x2="326.358" y2="245.876"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="315.312" y1="296.48" x2="303.067" y2="286.213"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="275.38" y1="329.987" x2="267.385" y2="316.15"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="226.396" y1="347.816" x2="223.615" y2="332.079"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="174.268" y1="347.816" x2="177.038" y2="332.077"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="125.284" y1="329.988" x2="133.27" y2="316.145"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="85.351" y1="296.481" x2="97.59" y2="286.203"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="59.287" y1="251.337" x2="74.303" y2="245.864"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.235" y1="200" x2="66.217" y2="199.994"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="59.287" y1="148.664" x2="74.307" y2="154.125"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="85.351" y1="103.52" x2="97.598" y2="113.788"/>
<text transform="matrix(1 0 0 1 257.6592 123.6489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">20</text>
<text transform="matrix(1 0 0 1 292.1592 187.1489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">40</text>
<text transform="matrix(1 0 0 1 267.3848 263.3359)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">60</text>
<text transform="matrix(1 0 0 1 225.0059 302.1489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">80</text>
<text transform="matrix(1 0 0 1 153.0015 302.1489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">100</text>
<text transform="matrix(1 0 0 1 107.1592 256.6489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">120</text>
<text transform="matrix(1 0 0 1 91.4746 184.6489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">140</text>
<text transform="matrix(1 0 0 1 125.2837 123.6489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">160</text>
<text transform="matrix(1 0 0 1 175.3799 242.1895)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="14">KNOTS</text>
<text transform="matrix(1 0 0 1 161.3086 165.1895)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="14">AIR SPEED</text>
<text transform="matrix(1 0 0 1 194.6592 99.6489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="20">0</text>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

@ -0,0 +1,382 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
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"
width="537.94183"
height="539.90863"
id="svg6534"
preserveAspectRatio="X200Y200 meet"
>
<defs
id="defs6536">
<linearGradient
id="linearGradient7398">
<stop
id="stop7400"
style="stop-color:#a8a8a8;stop-opacity:1"
offset="0" />
<stop
id="stop7402"
style="stop-color:#515151;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient7376">
<stop
id="stop7378"
style="stop-color:#1d1d1d;stop-opacity:1"
offset="0" />
<stop
id="stop7380"
style="stop-color:#acacac;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient7357">
<stop
id="stop7359"
style="stop-color:#222222;stop-opacity:1"
offset="0" />
<stop
id="stop7361"
style="stop-color:#888888;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient7280">
<stop
id="stop7282"
style="stop-color:#989898;stop-opacity:1"
offset="0" />
<stop
id="stop7284"
style="stop-color:#161616;stop-opacity:1"
offset="1" />
</linearGradient>
<filter
x="-0.012963847"
y="-0.21167447"
width="1.0259277"
height="1.4233489"
color-interpolation-filters="sRGB"
id="filter7272">
<feGaussianBlur
id="feGaussianBlur7274"
stdDeviation="1.3586542" />
</filter>
<filter
x="-0.012963847"
y="-0.21167447"
width="1.0259277"
height="1.4233489"
color-interpolation-filters="sRGB"
id="filter7276">
<feGaussianBlur
id="feGaussianBlur7278"
stdDeviation="1.3586542" />
</filter>
<filter
x="-0.025320208"
y="-0.4602949"
width="1.0506403"
height="1.9205898"
color-interpolation-filters="sRGB"
id="filter7296">
<feGaussianBlur
id="feGaussianBlur7298"
stdDeviation="2.5395566" />
</filter>
<filter
color-interpolation-filters="sRGB"
id="filter7320">
<feGaussianBlur
id="feGaussianBlur7322"
stdDeviation="1.560427" />
</filter>
<filter
x="-0.037216581"
y="-1.1012783"
width="1.0744332"
height="3.2025566"
color-interpolation-filters="sRGB"
id="filter7332">
<feGaussianBlur
id="feGaussianBlur7334"
stdDeviation="0.42103338" />
</filter>
<filter
x="-0.03657512"
y="-2.2894466"
width="1.0731502"
height="5.5788932"
color-interpolation-filters="sRGB"
id="filter7336">
<feGaussianBlur
id="feGaussianBlur7338"
stdDeviation="0.37260582" />
</filter>
<filter
color-interpolation-filters="sRGB"
id="filter7340">
<feGaussianBlur
id="feGaussianBlur7342"
stdDeviation="12.323861" />
</filter>
<filter
x="-1.5192107"
y="-0.16643283"
width="4.0384216"
height="1.3328657"
color-interpolation-filters="sRGB"
id="filter7344">
<feGaussianBlur
id="feGaussianBlur7346"
stdDeviation="2.4271454" />
</filter>
<filter
x="-0.15478399"
y="-0.095661767"
width="1.309568"
height="1.1913235"
color-interpolation-filters="sRGB"
id="filter7390">
<feGaussianBlur
id="feGaussianBlur7392"
stdDeviation="2.6718665" />
</filter>
<radialGradient
cx="436.2619"
cy="383.55603"
r="21.234371"
fx="436.2619"
fy="383.55603"
id="radialGradient7450"
xlink:href="#linearGradient7280"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99962961,0.03151084,-0.03165606,1.3463234,12.30346,-151.54305)" />
<linearGradient
x1="405.10495"
y1="100.92"
x2="429.60284"
y2="491.39627"
id="linearGradient7457"
xlink:href="#linearGradient7376"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0317265,0,0,1.0317265,-10.411468,-40.920085)" />
<linearGradient
x1="330.24167"
y1="125.12653"
x2="460.05554"
y2="575.40216"
id="linearGradient7460"
xlink:href="#linearGradient7357"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0046481,0,0,1.0046481,1.2957406,-32.018626)" />
<linearGradient
x1="346.57809"
y1="73.12307"
x2="545.03467"
y2="529.28961"
id="linearGradient7498"
xlink:href="#linearGradient7398"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99470475,0,0,0.99470475,2.5803031,1.3941645)" />
<filter
x="-0.027712595"
y="-0.1791476"
width="1.0554252"
height="1.3582952"
color-interpolation-filters="sRGB"
id="filter3669">
<feGaussianBlur
id="feGaussianBlur3671"
stdDeviation="3.4406603" />
</filter>
</defs>
<g
transform="translate(-78,33), scale(0.8)"
id="layer3"
style="display:inline">
<path
d="m 696.90144,298.23878 c 0,144.28485 -116.96598,261.25084 -261.25083,261.25084 -144.28485,0 -261.25084,-116.96599 -261.25084,-261.25084 0,-144.28486 116.96599,-261.250835 261.25084,-261.250835 144.28485,0 261.25083,116.965975 261.25083,261.250835 z m -10.10301,0 c 0,138.70511 -112.44272,251.14782 -251.14782,251.14782 -138.70511,0 -251.14782,-112.44271 -251.14782,-251.14782 0,-138.70511 112.44271,-251.147823 251.14782,-251.147823 138.7051,0 251.14782,112.442713 251.14782,251.147823 z"
id="path7394"
style="fill:url(#linearGradient7498);fill-opacity:1;fill-rule:evenodd;stroke:#262626;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 589.56061,345.52822 c 6.00401,3.72566 -12.18555,52.58809 -16.16244,60.14358 l -137.75312,32.10149 -131.52389,-28.06088 -15.27484,-62.04133 300.71429,-2.14286 z"
id="rect7294"
style="fill:#c1c2a9;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 462.49999,391.78574 a 20.714285,33.516418 0 1 1 -41.42857,0 20.714285,33.516418 0 1 1 41.42857,0 z"
transform="matrix(1.0344828,0,0,0.89344242,-15.393402,42.833118)"
id="path7384"
style="fill:#000000;fill-opacity:0.57213931;stroke:none;filter:url(#filter7390)" />
<path
d="m 558.84631,370.52822 c -47.33809,11.3318 -95.59887,14.35943 -144.50945,11.53893"
id="path7256"
style="opacity:0.7;fill:none;stroke:#fbf7d3;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7296)" />
<path
d="m 462.49999,391.78574 a 20.714285,33.516418 0 1 1 -41.42857,0 20.714285,33.516418 0 1 1 41.42857,0 z"
transform="matrix(1.0344828,0,0,0.89344242,-21.030537,41.561674)"
id="path7231"
style="fill:url(#radialGradient7450);fill-opacity:1;stroke:none" />
<path
d="m 422.49578,368.30507 0.89439,0.70614 c 8.83169,0.30103 17.41075,0.26525 25.80997,-0.0103 l 0.44698,-0.38853"
id="path7324"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.53266332;stroke-dasharray:none;filter:url(#filter7332)" />
<path
d="m 435.64988,123.75143 c -96.3635,0 -174.46875,78.1365 -174.46875,174.5 0,96.3635 78.10525,174.46875 174.46875,174.46875 96.3635,0 174.46875,-78.10525 174.46875,-174.46875 0,-96.3635 -78.10525,-174.5 -174.46875,-174.5 z m -127.75,230.28125 c 2.93053,-0.0399 6.74284,0.86595 10.84375,1.78125 38.73558,8.64556 91.06394,11.90625 116.90625,11.90625 25.84231,0 78.17067,-3.26069 116.90625,-11.90625 9.37351,-2.09211 17.16128,-4.12165 16.6875,5.0625 -0.8315,16.11858 1.45844,35.07601 -14.15625,40.40625 -36.57226,12.48432 -98.952,15.65625 -119.4375,15.65625 -20.4855,0 -82.86524,-3.17193 -119.4375,-15.65625 -15.61469,-5.33024 -13.32475,-24.28767 -14.15625,-40.40625 -0.2665,-5.16608 2.07592,-6.79242 5.84375,-6.84375 z"
id="path7226"
style="fill:#363636;fill-opacity:1;stroke:none" />
<path
d="m 678.82249,328.72943 a 246.47722,246.47722 0 1 1 -492.95443,0 246.47722,246.47722 0 1 1 492.95443,0 z"
transform="matrix(0.62780867,0,0,0.62780867,164.2205,91.859596)"
id="path7132"
style="fill:none;stroke:#000000;stroke-width:9.55705166;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7340)" />
<path
d="m 594.24456,298.23878 c 0,87.58902 -71.00493,158.59395 -158.59394,158.59395 -87.58902,0 -158.59395,-71.00493 -158.59395,-158.59395 0,-87.58902 71.00493,-158.59395 158.59395,-158.59395 87.58901,0 158.59394,71.00493 158.59394,158.59395 z m 70.71068,0 c 0,126.64145 -102.66318,229.30463 -229.30462,229.30463 -126.64145,0 -229.30463,-102.66318 -229.30463,-229.30463 0,-126.64145 102.66318,-229.304622 229.30463,-229.304622 126.64144,0 229.30462,102.663172 229.30462,229.304622 z"
id="path7313"
style="fill:#424242;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<text
x="420.61884"
y="497.78818"
transform="scale(1.0380938,0.9633041)"
id="text7174"
xml:space="preserve"
style="font-size:15.59156704px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="420.61884"
y="497.78818"
id="tspan7176">NO PITCH</tspan><tspan
x="420.61884"
y="513.37976"
id="tspan7178">INFORMATION</tspan></text>
<text
x="469.34506"
y="99.67215"
transform="scale(0.92836478,1.0771628)"
id="text7190"
xml:space="preserve"
style="font-size:20.08385086px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="469.34506"
y="99.67215"
id="tspan7194">D.C.</tspan><tspan
x="469.34506"
y="119.756"
id="tspan7198">ELEC.</tspan></text>
<text
x="426.44009"
y="362.39902"
transform="scale(1.0221773,0.97830385)"
id="text7200"
xml:space="preserve"
style="font-size:17.40028954px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="426.44009"
y="362.39902"
id="tspan7204">TURN COORDINATOR</tspan></text>
<rect
width="29.78681"
height="14.517226"
rx="2.1428571"
ry="2.1428571"
x="248.20827"
y="311.11826"
id="rect7208"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<rect
width="29.78681"
height="14.517226"
rx="2.1428571"
ry="2.1428571"
x="118.46992"
y="437.55161"
transform="matrix(0.93872509,-0.34466681,0.34466681,0.93872509,0,0)"
id="rect7210"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 458.52052,416.17411 c 1.89517,-16.28871 2.14229,-32.57742 0,-48.86613 m -45.73981,48.86613 c -1.89517,-16.28871 -2.14229,-32.57742 0,-48.86613"
id="path7223"
style="fill:none;stroke:#262626;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="M 565.45523,362.63603 C 481.61257,381.11769 397.76991,381.69222 313.92725,361.1208"
id="path7235"
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7272)" />
<text
x="384.96548"
y="501.12848"
transform="scale(1.1326938,0.88285112)"
id="text7237"
xml:space="preserve"
style="font-size:23.17900658px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="384.96548"
y="501.12848"
id="tspan7239">2 MIN.</tspan></text>
<text
x="575.61615"
y="425.35342"
id="text7241"
xml:space="preserve"
style="font-size:31.2352314px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="575.61615"
y="425.35342"
id="tspan7243">R</tspan></text>
<text
x="295.46774"
y="425.35342"
id="text7245"
xml:space="preserve"
style="font-size:31.20715141px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:semi-condensed;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Semi-Condensed"><tspan
x="295.46774"
y="425.35342"
id="tspan7247">L</tspan></text>
<rect
width="29.78681"
height="14.517226"
rx="2.1428571"
ry="2.1428571"
x="-622.44928"
y="311.11826"
transform="scale(-1,1)"
id="rect7249"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<rect
width="29.78681"
height="14.517226"
rx="2.1428571"
ry="2.1428571"
x="-698.83789"
y="137.46478"
transform="matrix(-0.93872509,-0.34466681,-0.34466681,0.93872509,0,0)"
id="rect7251"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="m 324.17807,362.166 c -2.80164,11.19048 -4.52044,23.80952 -3.57142,35"
id="path7258"
style="opacity:0.2;fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7344)" />
<path
d="m 565.45523,367.43425 c -83.84266,18.48166 -167.68532,19.05619 -251.52798,-1.51523"
id="path7233"
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7276)" />
<path
d="m 423.88521,415.22423 c 8.42293,0.54697 16.54539,0.493 24.44979,0.003"
id="path7330"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.53266332;stroke-dasharray:none;filter:url(#filter7336)" />
<path
d="m 678.82249,328.72943 a 246.47722,246.47722 0 1 1 -492.95443,0 246.47722,246.47722 0 1 1 492.95443,0 z"
transform="matrix(0.92001039,0,0,0.92001039,37.888468,-4.19571)"
id="path7348"
style="fill:none;stroke:#000000;stroke-width:6.52166557;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter7340)" />
<path
d="m 683.27347,298.23877 c 0,136.75834 -110.86454,247.62287 -247.62287,247.62287 -136.75833,0 -247.62287,-110.86453 -247.62287,-247.62287 0,-136.75833 110.86454,-247.622866 247.62287,-247.622866 136.75833,0 247.62287,110.864536 247.62287,247.622866 z m -20.86126,1e-5 c 0,125.23697 -101.52462,226.76161 -226.7616,226.76161 -125.23697,0 -226.7616,-101.52464 -226.7616,-226.76161 0,-125.23697 101.52463,-226.761603 226.7616,-226.761603 125.23698,0 226.7616,101.524633 226.7616,226.761603 z"
id="path7352"
style="fill:url(#linearGradient7460);fill-opacity:1;fill-rule:evenodd;stroke:#363636;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 689.94768,298.23878 c 0,140.4444 -113.85268,254.29708 -254.29707,254.29708 -140.44439,0 -254.29707,-113.85268 -254.29707,-254.29708 0,-140.4444 113.85268,-254.297077 254.29707,-254.297077 140.44439,0 254.29707,113.852677 254.29707,254.297077 z m -9.83409,0 c 0,135.01317 -109.44981,244.46298 -244.46298,244.46298 -135.01317,0 -244.46298,-109.44981 -244.46298,-244.46298 0,-135.01317 109.44981,-244.462978 244.46298,-244.462978 135.01317,0 244.46298,109.449808 244.46298,244.462978 z"
id="path7371"
style="fill:url(#linearGradient7457);fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400.667px" height="400.666px" viewBox="0 0 400.667 400.666" enable-background="new 0 0 400.667 400.666"
xml:space="preserve">
<filter filterUnits="objectBoundingBox" id="AI_Shadow_1">
<feGaussianBlur stdDeviation="5" result="blur" in="SourceAlpha"></feGaussianBlur>
<feOffset dy="0" dx="0" result="offsetBlurredAlpha" in="blur"></feOffset>
<feMerge>
<feMergeNode in="offsetBlurredAlpha"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
<circle fill="#232323" cx="200.333" cy="200" r="161"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="50.234" y1="200" x2="73.667" y2="200"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="94.197" y1="93.864" x2="110.767" y2="110.434"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.333" y1="49.902" x2="200.333" y2="73.334"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="306.468" y1="93.865" x2="289.9" y2="110.434"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="348.583" y1="223.481" x2="325.44" y2="219.814"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="348.583" y1="176.521" x2="325.44" y2="180.185"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="306.467" y1="306.137" x2="289.9" y2="289.566"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="200.332" y1="350.1" x2="200.333" y2="326.666"/>
<line fill="none" stroke="#FFFFFF" stroke-width="4" stroke-miterlimit="10" x1="94.196" y1="306.137" x2="110.767" y2="289.566"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.697" y1="188.224" x2="66.627" y2="189.477"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.082" y1="176.52" x2="67.865" y2="179.019"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="54.381" y1="164.96" x2="69.919" y2="168.689"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="57.581" y1="153.616" x2="72.777" y2="158.554"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="61.66" y1="142.559" x2="76.422" y2="148.674"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="66.594" y1="131.855" x2="80.831" y2="139.11"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="72.353" y1="121.572" x2="85.977" y2="129.922"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="78.9" y1="111.772" x2="91.827" y2="121.165"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="86.197" y1="102.517" x2="98.347" y2="112.895"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="50.697" y1="211.777" x2="66.627" y2="210.523"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="52.083" y1="223.481" x2="67.866" y2="220.98"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="54.382" y1="235.041" x2="69.92" y2="231.309"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="57.582" y1="246.384" x2="72.779" y2="241.444"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="61.661" y1="257.441" x2="76.423" y2="251.324"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="66.595" y1="268.144" x2="80.833" y2="260.887"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="72.354" y1="278.427" x2="85.978" y2="270.075"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="78.902" y1="288.226" x2="91.829" y2="278.831"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="86.199" y1="297.481" x2="98.348" y2="287.101"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="112.11" y1="321.432" x2="121.5" y2="308.502"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="132.192" y1="333.738" x2="139.444" y2="319.499"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="153.952" y1="342.751" x2="158.887" y2="327.553"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="176.853" y1="348.25" x2="179.351" y2="332.466"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="223.814" y1="348.25" x2="221.312" y2="332.467"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="246.716" y1="342.751" x2="241.776" y2="327.555"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="268.476" y1="333.738" x2="261.219" y2="319.501"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="288.558" y1="321.432" x2="279.164" y2="308.506"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="321.764" y1="288.227" x2="308.834" y2="278.836"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="334.071" y1="268.145" x2="319.832" y2="260.892"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="343.084" y1="246.385" x2="327.886" y2="241.449"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="343.085" y1="153.621" x2="327.888" y2="158.561"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="334.072" y1="131.861" x2="319.834" y2="139.117"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="321.765" y1="111.778" x2="308.838" y2="121.173"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="288.559" y1="78.572" x2="279.168" y2="91.502"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="268.477" y1="66.266" x2="261.225" y2="80.505"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="246.717" y1="57.253" x2="241.782" y2="72.451"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="223.815" y1="51.754" x2="221.318" y2="67.538"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="176.855" y1="51.754" x2="179.357" y2="67.537"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="153.953" y1="57.252" x2="158.893" y2="72.449"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="132.193" y1="66.266" x2="139.45" y2="80.502"/>
<line fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" x1="112.111" y1="78.572" x2="121.505" y2="91.498"/>
<g display="none" filter="url(#AI_Shadow_1)">
<path display="inline" fill="#232323" d="M200.333,33.5c-91.956,0-166.5,74.544-166.5,166.5s74.544,166.5,166.5,166.5
c91.957,0,166.5-74.544,166.5-166.5S292.29,33.5,200.333,33.5z M200.667,350.099c-82.714,0-149.767-67.053-149.767-149.767
c0-82.713,67.053-149.767,149.767-149.767s149.767,67.053,149.767,149.767C350.433,283.046,283.38,350.099,200.667,350.099z"/>
<path display="inline" fill="none" stroke="#353535" stroke-width="1.3" stroke-miterlimit="10" d="M200.333,33.5
c-91.956,0-166.5,74.544-166.5,166.5s74.544,166.5,166.5,166.5c91.957,0,166.5-74.544,166.5-166.5S292.29,33.5,200.333,33.5z
M200.667,350.099c-82.714,0-149.767-67.053-149.767-149.767c0-82.713,67.053-149.767,149.767-149.767
s149.767,67.053,149.767,149.767C350.433,283.046,283.38,350.099,200.667,350.099z"/>
</g>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" d="M337.011,178.353c0,0,3,8.314,3,21.98
c0,13.167-3,21.315-3,21.315"/>
<text transform="matrix(1 0 0 1 83.1968 208.1665)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">0</text>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" d="M121.417,181.292h-36.25
c0,0,0.342-4.491,2.306-11.307c1.694-5.881,3.944-10.068,3.944-10.068"/>
<polygon fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" points="92.042,158.554 88.167,160.792 92.813,162.73 "/>
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-miterlimit="10" d="M121.417,218.708h-36.25
c0,0,0.342,4.491,2.306,11.307c1.694,5.881,3.944,10.068,3.944,10.068"/>
<polygon fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" points="92.042,241.446 88.167,239.208 92.813,237.27 "/>
<text transform="matrix(1 0 0 1 125.0005 184.6665)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="10">UP</text>
<text transform="matrix(1 0 0 1 125.0005 222.6665)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="10">DOWN</text>
<text transform="matrix(1 0 0 1 193.6592 102.1489)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" font-family="sans-serif" font-size="25">1</text>
<text transform="matrix(1 0 0 1 192.6592 316.4985)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="1.5" stroke-miterlimit="10" font-family="sans-serif" font-size="25">1</text>
<text transform="matrix(1 0 0 1 112.1099 131.8608)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">.5</text>
<text transform="matrix(1 0 0 1 112.1108 283.5313)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">.5</text>
<text transform="matrix(1 0 0 1 258.8477 135.4829)"><tspan x="0" y="0" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25" letter-spacing="-3">1</tspan><tspan x="10.355" y="0" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">.5</tspan></text>
<text transform="matrix(1 0 0 1 261.2246 281.8164)"><tspan x="0" y="0" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25" letter-spacing="-3">1</tspan><tspan x="10.355" y="0" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25">.5</tspan></text>
<text transform="matrix(1 0 0 1 304.8989 208.5229)" fill="#FFFFFF" stroke="#FFFFFF" stroke-miterlimit="10" font-family="sans-serif" font-size="25" letter-spacing="-3">2</text>
<text transform="matrix(1 0 0 1 143.4497 165.6895)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="14">VERTICAL SPEED</text>
<text transform="matrix(1 0 0 1 146.4497 242.3579)" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="0.5" stroke-miterlimit="10" font-family="sans-serif" font-size="14">1000FT PER MIN</text>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@ -0,0 +1,52 @@
/*
* jQuery Flight Indicators plugin
* By Sébastien Matton (seb_matton@hotmail.com)
* Published under GPLv3 License.
*
* https://github.com/sebmatton/jQuery-Flight-Indicators
*/
/* Global block of an indicator*/
div.instrument {
width: 250px;
height: 250px;
position: relative;
display: inline-block;
overflow: hidden;
}
/* The box containing any element of an indicator */
div.instrument .box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Default transformations */
div.instrument.attitude div.roll {
transform: rotate(0deg);
}
div.instrument.attitude div.roll div.pitch {
top: 0%;
}
div.instrument.heading div.yaw {
transform: rotate(0deg);
}
div.instrument.vario div.vario {
transform: rotate(0deg);
}
div.instrument.speed div.airspeed {
transform: rotate(90deg);
}
div.instrument.altimeter div.pressure {
transform: rotate(40deg);
}
div.instrument.altimeter div.needle {
transform: rotate(90deg);
}
div.instrument.altimeter div.needleSmall {
transform: rotate(90deg);
}

@ -0,0 +1,173 @@
/*
* jQuery Flight Indicators plugin
* By Sébastien Matton (seb_matton@hotmail.com)
* Published under GPLv3 License.
*
* https://github.com/sebmatton/jQuery-Flight-Indicators
*/
(function($) {
function FlightIndicator( placeholder, type, options ) {
// Initial configuration
var attitude = this;
var settings = $.extend({
size : 200,
roll : 0,
pitch : 0,
turn : 0,
heading: 0,
vario: 0,
airspeed: 0,
altitude: 0,
pressure: 1000,
showBox : true,
img_directory : 'img/'
}, options );
var constants = {
pitch_bound:30,
vario_bound : 1.95,
airspeed_bound_l : 0,
airspeed_bound_h : 160
}
// Creation of the instrument
placeholder.each(function(){
switch(type){
case 'heading':
$(this).html('<div class="instrument heading"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><div class="heading box"><img src="' + settings.img_directory + 'heading_yaw.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'heading_mechanics.svg" class="box" alt="" /><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setHeading(settings.heading);
break;
case 'variometer':
$(this).html('<div class="instrument vario"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><img src="' + settings.img_directory + 'vertical_mechanics.svg" class="box" alt="" /><div class="vario box"><img src="' + settings.img_directory + 'fi_needle.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setVario(settings.vario);
break;
case 'turn_coordinator':
$(this).html('<div class="instrument turn_coordinator"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><img src="' + settings.img_directory + 'turn_coordinator.svg" class="box" alt="" /><div class="turn box"><img src="' + settings.img_directory + 'fi_tc_airplane.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setTurn(settings.turn);
break;
case 'airspeed':
$(this).html('<div class="instrument airspeed"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><img src="' + settings.img_directory + 'speed_mechanics.svg" class="box" alt="" /><div class="speed box"><img src="' + settings.img_directory + 'fi_needle.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setAirSpeed(settings.airspeed);
break
case 'altimeter':
$(this).html('<div class="instrument altimeter"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><div class="pressure box"><img src="' + settings.img_directory + 'altitude_pressure.svg" class="box" alt="" /></div><img src="' + settings.img_directory + 'altitude_ticks.svg" class="box" alt="" /><div class="needleSmall box"><img src="' + settings.img_directory + 'fi_needle_small.svg" class="box" alt="" /></div><div class="needle box"><img src="' + settings.img_directory + 'fi_needle.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setAltitude(settings.altitude);
_setPressure(settings.pressure);
break;
default:
$(this).html('<div class="instrument attitude"><img src="' + settings.img_directory + 'fi_box.svg" class="background box" alt="" /><div class="roll box"><img src="' + settings.img_directory + 'horizon_back.svg" class="box" alt="" /><div class="pitch box"><img src="' + settings.img_directory + 'horizon_ball.svg" class="box" alt="" /></div><img src="' + settings.img_directory + 'horizon_circle.svg" class="box" alt="" /></div><div class="mechanics box"><img src="' + settings.img_directory + 'horizon_mechanics.svg" class="box" alt="" /><img src="' + settings.img_directory + 'fi_circle.svg" class="box" alt="" /></div></div>');
_setRoll(settings.roll);
_setPitch(settings.pitch);
}
$(this).find('div.instrument').css({height : settings.size, width : settings.size});
$(this).find('div.instrument img.box.background').toggle(settings.showBox);
});
// Private methods
function _setRoll(roll){
placeholder.each(function(){
$(this).find('div.instrument.attitude div.roll').css('transform', 'rotate('+roll+'deg)');
});
}
function _setPitch(pitch){
// alert(pitch);
if(pitch>constants.pitch_bound){pitch = constants.pitch_bound;}
else if(pitch<-constants.pitch_bound){pitch = -constants.pitch_bound;}
placeholder.each(function(){
$(this).find('div.instrument.attitude div.roll div.pitch').css('top', pitch*0.7 + '%');
});
}
function _setHeading(heading){
placeholder.each(function(){
$(this).find('div.instrument.heading div.heading').css('transform', 'rotate(' + -heading + 'deg)');
});
}
function _setTurn(turn){
placeholder.each(function(){
$(this).find('div.instrument.turn_coordinator div.turn').css('transform', 'rotate('+turn+'deg)');
});
}
function _setVario(vario){
if(vario > constants.vario_bound){vario = constants.vario_bound;}
else if(vario < -constants.vario_bound){vario = -constants.vario_bound;}
vario = vario*90;
placeholder.each(function(){
$(this).find('div.instrument.vario div.vario').css('transform', 'rotate(' + vario + 'deg)');
});
}
function _setAirSpeed(speed){
if(speed > constants.airspeed_bound_h){speed = constants.airspeed_bound_h;}
else if(speed < constants.airspeed_bound_l){speed = constants.airspeed_bound_l;}
speed = 90+speed*2;
placeholder.each(function(){
$(this).find('div.instrument.airspeed div.speed').css('transform', 'rotate(' + speed + 'deg)');
});
}
function _setAltitude(altitude){
var needle = 90 + altitude%1000 * 360 / 1000;
var needleSmall = altitude / 10000 * 360;
placeholder.each(function(){
$(this).find('div.instrument.altimeter div.needle').css('transform', 'rotate(' + needle + 'deg)');
$(this).find('div.instrument.altimeter div.needleSmall').css('transform', 'rotate(' + needleSmall + 'deg)');
});
}
function _setPressure(pressure){
pressure = 2*pressure - 1980;
placeholder.each(function(){
$(this).find('div.instrument.altimeter div.pressure').css('transform', 'rotate(' + pressure + 'deg)');
});
}
function _resize(size){
placeholder.each(function(){
$(this).find('div.instrument').css({height : size, width : size});
});
}
function _showBox(){
placeholder.each(function(){
$(this).find('img.box.background').show();
});
}
function _hideBox(){
placeholder.each(function(){
$(this).find('img.box.background').hide();
});
}
// Public methods
this.setRoll = function(roll){_setRoll(roll);}
this.setPitch = function(pitch){_setPitch(pitch);}
this.setHeading = function(heading){_setHeading(heading);}
this.setTurn = function(turn){_setTurn(turn);}
this.setVario = function(vario){_setVario(vario);}
this.setAirSpeed = function(speed){_setAirSpeed(speed);}
this.setAltitude = function(altitude){_setAltitude(altitude);}
this.setPressure = function(pressure){_setPressure(pressure);}
this.resize = function(size){_resize(size);}
this.showBox = function(){_showBox();}
this.hideBox = function(){_hideBox();}
return attitude;
};
// Extension to jQuery
$.flightIndicator = function(placeholder, type, options){
var flightIndicator = new FlightIndicator($(placeholder), type, options)
return flightIndicator;
}
$.fn.flightIndicator = function(data, type, options){
return this.each(function(){
$.flightIndicator(this, type, options);
});
}
}( jQuery ));

@ -7,6 +7,7 @@
<link type="text/css" rel="stylesheet" href="./main.css" media="all" /> <link type="text/css" rel="stylesheet" href="./main.css" media="all" />
<link type="text/css" rel="stylesheet" href="./js/libraries/jquery.nouislider.min.css"> <link type="text/css" rel="stylesheet" href="./js/libraries/jquery.nouislider.min.css">
<link type="text/css" rel="stylesheet" href="./js/libraries/jquery.nouislider.pips.min.css"> <link type="text/css" rel="stylesheet" href="./js/libraries/jquery.nouislider.pips.min.css">
<link type="text/css" rel="stylesheet" href="./js/libraries/flightindicators.css">
<link type="text/css" rel="stylesheet" href="./tabs/landing.css" media="all" /> <link type="text/css" rel="stylesheet" href="./tabs/landing.css" media="all" />
<link type="text/css" rel="stylesheet" href="./tabs/setup.css" media="all" /> <link type="text/css" rel="stylesheet" href="./tabs/setup.css" media="all" />
@ -35,6 +36,7 @@
<script type="text/javascript" src="./js/libraries/three/three.min.js"></script> <script type="text/javascript" src="./js/libraries/three/three.min.js"></script>
<script type="text/javascript" src="./js/libraries/three/Projector.js"></script> <script type="text/javascript" src="./js/libraries/three/Projector.js"></script>
<script type="text/javascript" src="./js/libraries/three/CanvasRenderer.js"></script> <script type="text/javascript" src="./js/libraries/three/CanvasRenderer.js"></script>
<script type="text/javascript" src="./js/libraries/jquery.flightindicators.js"></script>
<script type="text/javascript" src="./js/port_handler.js"></script> <script type="text/javascript" src="./js/port_handler.js"></script>
<script type="text/javascript" src="./js/port_usage.js"></script> <script type="text/javascript" src="./js/port_usage.js"></script>
<script type="text/javascript" src="./js/serial.js"></script> <script type="text/javascript" src="./js/serial.js"></script>

@ -122,4 +122,4 @@
</tr> </tr>
</table> </table>
</div> </div>
</div> </div>

@ -10,4 +10,4 @@
<div class="buttons"> <div class="buttons">
<a class="update" href="#" i18n="auxiliaryButtonSave"></a> <a class="update" href="#" i18n="auxiliaryButtonSave"></a>
</div> </div>
</div> </div>

@ -49,7 +49,7 @@
<div class="clear-both"></div> <div class="clear-both"></div>
</div> </div>
</div> </div>
<div class="left motors"> <div class="left motors">
<div class="title">Motors</div> <div class="title">Motors</div>
<ul class="titles"> <ul class="titles">
@ -111,4 +111,4 @@
<div class="notice" i18n="motorsNotice"></div> <div class="notice" i18n="motorsNotice"></div>
<div class="cler-both"></div> <div class="cler-both"></div>
</div> </div>
</div> </div>

@ -22,7 +22,7 @@
border: 1px solid silver; border: 1px solid silver;
background-color: #ececec; background-color: #ececec;
white-space: nowrap; white-space: nowrap;
} }
.tab-setup .section a:hover { .tab-setup .section a:hover {
@ -156,6 +156,7 @@
} }
.tab-setup .block.gps { .tab-setup .block.gps {
width: 185px; width: 185px;
margin-bottom: 10px;
} }
.tab-setup .block.gps .fields { .tab-setup .block.gps .fields {
padding: 5px 5px 3px 5px; padding: 5px 5px 3px 5px;
@ -178,6 +179,9 @@
line-height: 20px; line-height: 20px;
} }
.tab-setup .block.instruments {
width: 185px;
}
.tab-setup .buttons { .tab-setup .buttons {
width: calc(100% - 20px); width: calc(100% - 20px);
@ -201,4 +205,4 @@
} }
.tab-setup .update:hover { .tab-setup .update:hover {
background-color: #dedcdc; background-color: #dedcdc;
} }

@ -50,5 +50,10 @@
</dl> </dl>
</div> </div>
</div> </div>
<div class="block instruments">
<span class="head" i18n="initialSetupInstrumentsHead"></span>
<span id="attitude"></span>
<span id="heading"></span>
</div>
</div> </div>
</div> </div>

@ -41,7 +41,7 @@ TABS.setup.initialize = function (callback) {
if (CONFIG.apiVersion < CONFIGURATOR.backupRestoreMinApiVersionAccepted) { if (CONFIG.apiVersion < CONFIGURATOR.backupRestoreMinApiVersionAccepted) {
$('#content .backup').addClass('disabled'); $('#content .backup').addClass('disabled');
$('#content .restore').addClass('disabled'); $('#content .restore').addClass('disabled');
GUI.log(chrome.i18n.getMessage('initialSetupBackupAndRestoreApiVersion', [CONFIG.apiVersion, CONFIGURATOR.backupRestoreMinApiVersionAccepted])); GUI.log(chrome.i18n.getMessage('initialSetupBackupAndRestoreApiVersion', [CONFIG.apiVersion, CONFIGURATOR.backupRestoreMinApiVersionAccepted]));
} }
// initialize 3D // initialize 3D
@ -55,6 +55,8 @@ TABS.setup.initialize = function (callback) {
$('a.calibrateMag').addClass('disabled'); $('a.calibrateMag').addClass('disabled');
} }
self.initializeInstruments();
// UI Hooks // UI Hooks
$('a.calibrateAccel').click(function () { $('a.calibrateAccel').click(function () {
var self = $(this); var self = $(this);
@ -153,7 +155,7 @@ TABS.setup.initialize = function (callback) {
function get_slow_data() { function get_slow_data() {
MSP.send_message(MSP_codes.MSP_STATUS); MSP.send_message(MSP_codes.MSP_STATUS);
MSP.send_message(MSP_codes.MSP_ANALOG, false, false, function () { MSP.send_message(MSP_codes.MSP_ANALOG, false, false, function () {
bat_voltage_e.text(chrome.i18n.getMessage('initialSetupBatteryValue', [ANALOG.voltage])); bat_voltage_e.text(chrome.i18n.getMessage('initialSetupBatteryValue', [ANALOG.voltage]));
bat_mah_drawn_e.text(chrome.i18n.getMessage('initialSetupBatteryMahValue', [ANALOG.mAhdrawn])); bat_mah_drawn_e.text(chrome.i18n.getMessage('initialSetupBatteryMahValue', [ANALOG.mAhdrawn]));
@ -174,6 +176,10 @@ TABS.setup.initialize = function (callback) {
heading_e.text(chrome.i18n.getMessage('initialSetupheading', [SENSOR_DATA.kinematics[2]])); heading_e.text(chrome.i18n.getMessage('initialSetupheading', [SENSOR_DATA.kinematics[2]]));
self.render3D(); self.render3D();
}); });
MSP.send_message(MSP_codes.MSP_RAW_IMU, false, false, function () {
self.updateInstruments();
});
} }
GUI.interval_add('setup_data_pull_fast', get_fast_data, 33, true); // 30 fps GUI.interval_add('setup_data_pull_fast', get_fast_data, 33, true); // 30 fps
@ -183,6 +189,18 @@ TABS.setup.initialize = function (callback) {
} }
}; };
TABS.setup.initializeInstruments = function() {
var options = {size:90, showBox : false, img_directory: 'images/flightindicators/'};
var attitude = $.flightIndicator('#attitude', 'attitude', options);
var heading = $.flightIndicator('#heading', 'heading', options);
this.updateInstruments = function() {
attitude.setRoll(SENSOR_DATA.kinematics[0]);
attitude.setPitch(SENSOR_DATA.kinematics[1]);
heading.setHeading(SENSOR_DATA.magnetometer[0] * 360);
};
};
TABS.setup.initialize3D = function (compatibility) { TABS.setup.initialize3D = function (compatibility) {
var self = this, var self = this,
loader, canvas, wrapper, renderer, camera, scene, light, light2, modelWrapper, model, model_file, loader, canvas, wrapper, renderer, camera, scene, light, light2, modelWrapper, model, model_file,
@ -199,7 +217,7 @@ TABS.setup.initialize3D = function (compatibility) {
renderer = new THREE.WebGLRenderer({canvas: canvas.get(0), alpha: true, antialias: true}); renderer = new THREE.WebGLRenderer({canvas: canvas.get(0), alpha: true, antialias: true});
useWebGlRenderer = true; useWebGlRenderer = true;
} else { } else {
renderer = new THREE.CanvasRenderer({canvas: canvas.get(0), alpha: true}); renderer = new THREE.CanvasRenderer({canvas: canvas.get(0), alpha: true});
} }
@ -212,7 +230,7 @@ TABS.setup.initialize3D = function (compatibility) {
} else { } else {
model_file = 'fallback' model_file = 'fallback'
} }
// Temporary workaround for 'custom' model until akfreak's custom model is merged. // Temporary workaround for 'custom' model until akfreak's custom model is merged.
var useLegacyCustomModel = false; var useLegacyCustomModel = false;
if (model_file == 'custom') { if (model_file == 'custom') {

Loading…
Cancel
Save