Skip to content

Instantly share code, notes, and snippets.

@enjalot
Created September 10, 2013 06:10
Show Gist options
  • Save enjalot/6505578 to your computer and use it in GitHub Desktop.
Save enjalot/6505578 to your computer and use it in GitHub Desktop.
for gene
{"description":"for gene","endpoint":"","display":"svg","public":true,"require":[],"fileconfigs":{"inlet.js":{"default":true,"vim":false,"emacs":false,"fontSize":12},"sara.svg":{"default":true,"vim":false,"emacs":false,"fontSize":12},"_.md":{"default":true,"vim":false,"emacs":false,"fontSize":12},"config.json":{"default":true,"vim":false,"emacs":false,"fontSize":12}},"fullscreen":false,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"pingpong","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"thumbnail":"http://i.imgur.com/7h0fPDl.png"}
d3.select("#aircraft")
.attr({
width: "100%",
height: "100%"
})
var test = false;
var planebody = d3.select("#planebody")
.on("click", function() {
test = !test;
if(test) {
d3.select(this).style("fill", "#0f0")
} else {
d3.select(this).style("fill", "#fff")
}
})
var plane = d3.select("#plane")
var pos = { x: 0, y: 0 }
var drag = d3.behavior.drag()
.on("drag", function() {
pos.x += d3.event.dx;
pos.y += d3.event.dy;
plane.attr("transform", "translate(" + [ pos.x, pos.y] + ")");
})
drag.call(plane)
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.1.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="aircraft" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="49.546px" height="47.023px" viewBox="0 0 49.546 47.023" enable-background="new 0 0 49.546 47.023" xml:space="preserve">
<g id="plane">
<g id="collision">
<path id="rt_tail" d="M25.027,45.173l10.062,1.699v-1.838c0-0.16-0.049-0.195-0.209-0.278L34.5,44.598l-8.957-3.734L25.027,45.173
z"/>
<path id="lt_tail" d="M24.271,40.858l-8.967,3.739l-0.381,0.155c-0.16,0.084-0.207,0.119-0.207,0.279v1.838l10.066-1.7
L24.271,40.858z"/>
<path id="fuselage" d="M25.542,40.863c0.438-1.581,0.963-4.062,1.271-5.605c-0.021,0.233-0.047,0.413-0.069,0.523l1.407-1.001
l0.019-0.115l0.177-0.06c0.141-0.045,0.196-0.124,0.229-0.276l0.166-0.662c0.026-0.146,0.026-0.188-0.058-0.274l-0.279-0.234l0,0
l0.066-0.425l1.141,0.016c0-0.002,0.002-0.006,0.005-0.008c0.016-0.023,0.026-0.046,0.038-0.068l0,0
c0.392-0.704,0.535-1.637,0.603-2.128l0.119-3.597c-0.004-0.072-0.013-0.146-0.021-0.221l-2.062-7.014l-0.494-0.031l-0.203-0.016
L27.58,7.618c-0.041-5.936-2.037-7.499-2.671-7.494c-0.635-0.005-2.631,1.562-2.674,7.494l-0.01,12.048l-0.209,0.017V19.68
l-1.76,0.116l-0.793,6.929c-0.012,0.068-0.02,0.146-0.021,0.221l0.119,3.596c0.065,0.491,0.211,1.424,0.603,2.127H20.16
c0.014,0.025,0.027,0.054,0.042,0.075c0.001,0.001,0.001,0.002,0.001,0.003l1.141-0.016l0.065,0.424l0,0l-0.279,0.236
c-0.084,0.085-0.084,0.131-0.056,0.273l0.164,0.661c0.033,0.153,0.09,0.231,0.231,0.277l0.175,0.06l0,0l0.018,0.115l1.408,1
c-0.024-0.109-0.049-0.291-0.071-0.522c0.31,1.545,0.832,4.021,1.272,5.604l0.512,4.312v0.507c0,0.062,0.053,0.117,0.119,0.117
c0.065,0,0.125-0.055,0.125-0.117l0,0v-0.506L25.542,40.863z"/>
<path id="rt_wing" d="M30.351,26.723l19.031-3.131l-0.01-1.396l0.002,0.187c0.041,0,0.064-0.042,0.084-0.088l0.051-0.001
c0.02,0,0.035-0.016,0.033-0.035c0-0.02-0.018-0.033-0.033-0.033h-0.031c0.002-0.019,0.004-0.03,0.004-0.04
c-0.002-0.135-0.062-0.153-0.107-0.156l0.002,0.157h-0.002l-0.004-0.522c0-0.151,0.031-0.491-0.525-0.573l-20.553-1.373
L30.351,26.723z"/>
<path id="lt_wing" d="M20.254,19.797L0.975,21.086c-0.562,0.081-0.529,0.421-0.531,0.573l-0.002,0.522H0.439l0.002-0.158
c-0.045,0.003-0.106,0.022-0.107,0.157c0,0.009,0.001,0.021,0.004,0.038H0.309c-0.021-0.001-0.035,0.018-0.037,0.034
c0,0.021,0.017,0.036,0.037,0.036h0.049c0.017,0.047,0.043,0.088,0.084,0.088L0.434,23.59l19.028,3.132L20.254,19.797z"/>
</g>
<g id="silhouette_1_">
<path id="silhouette" d="M21.961,7.49l-0.012,12.048l-0.207,0.015l0,0l-1.76,0.117l-19.28,1.289
c-0.562,0.081-0.529,0.421-0.53,0.573l-0.003,0.522H0.168l0.001-0.158c-0.044,0.003-0.106,0.022-0.106,0.155
c0,0.011,0,0.022,0.004,0.04h-0.03c-0.021,0-0.036,0.018-0.037,0.035c0,0.021,0.016,0.036,0.036,0.036h0.049
c0.017,0.047,0.043,0.088,0.084,0.088l-0.008,1.213l19.028,3.13c-0.012,0.072-0.02,0.146-0.021,0.224l0.119,3.596
c0.063,0.492,0.21,1.424,0.603,2.128h-0.002c0.016,0.024,0.029,0.051,0.043,0.075l0.002,0.002l1.141-0.016l0.064,0.424l0,0
l-0.277,0.237c-0.086,0.085-0.086,0.13-0.058,0.272l0.164,0.662c0.034,0.152,0.091,0.231,0.231,0.276l0.175,0.06l0,0l0.019,0.115
l1.407,1.001c-0.022-0.11-0.048-0.291-0.071-0.524c0.311,1.546,0.832,4.021,1.272,5.604l-8.968,3.737l-0.379,0.156
c-0.161,0.085-0.209,0.119-0.209,0.279v1.838l10.066-1.7v0.506c0,0.064,0.053,0.118,0.119,0.118c0.064,0,0.125-0.053,0.125-0.118
l0,0v-0.504l10.06,1.698v-1.838c0-0.16-0.047-0.195-0.207-0.278l-0.381-0.157l-8.957-3.733c0.439-1.581,0.962-4.061,1.271-5.604
c-0.023,0.231-0.047,0.411-0.07,0.522l1.408-1.002l0.018-0.115l0.176-0.06c0.143-0.045,0.195-0.124,0.23-0.276l0.164-0.662
c0.027-0.146,0.027-0.188-0.057-0.272l-0.277-0.236l0,0l0.062-0.425l1.143,0.016c0.002-0.002,0.004-0.006,0.006-0.008
c0.014-0.022,0.025-0.046,0.039-0.067H29.38c0.391-0.705,0.535-1.638,0.602-2.128l0.119-3.598
c-0.004-0.072-0.012-0.146-0.021-0.221l19.031-3.132l-0.01-1.396v0.187c0.041,0,0.068-0.042,0.084-0.088l0.051-0.001
c0.021,0,0.035-0.016,0.035-0.035c0-0.019-0.016-0.032-0.035-0.032h-0.031c0.004-0.02,0.006-0.031,0.006-0.04
c-0.002-0.136-0.062-0.154-0.105-0.157v0.158l0,0L49.1,21.536c-0.002-0.153,0.03-0.492-0.529-0.574L28.023,19.59l-0.494-0.03
l-0.205-0.017L27.312,7.494C27.269,1.558,25.273-0.005,24.639,0C23.998-0.009,22.003,1.552,21.961,7.49z"/>
</g>
<g id="planebody">
<g id="Layer_1_61_">
<g id="Engine">
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M23.535,27.417L0.286,23.593l0.012-1.934
c0.002-0.152-0.03-0.491,0.529-0.573l22.331-1.492h3.207l22.33,1.492c0.561,0.081,0.527,0.421,0.529,0.573l0.012,1.934
l-23.248,3.824H23.535z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.707,42.344c-0.508-0.259-1.837-6.938-2.083-8.263
c-0.245-1.325-0.567-6.076-0.55-6.381c0.021-0.306,0.023-0.916-0.004-1.765l0.017-18.319c0.042-5.937,2.038-7.498,2.675-7.494
c0.636-0.004,2.632,1.561,2.675,7.494l0.016,18.319c-0.027,0.849-0.021,1.459-0.006,1.765c0.021,0.305-0.303,5.056-0.549,6.381
c-0.244,1.324-1.576,8.004-2.082,8.263H24.707L24.707,42.344z"/>
<g>
<g>
<g>
<path fill="#FFFFFF" d="M27.496,19.74l0.018,2.374l21.67-0.232c-0.002-0.136,0.197-0.609-0.57-0.741L27.496,19.74z"/>
<path fill="#D9D9D9" d="M27.496,19.74l0.006,0.837l21.541,0.966c-0.002-0.135-0.066-0.313-0.434-0.401L27.496,19.74z"/>
</g>
</g>
<g>
<g>
<path fill="#FFFFFF" d="M22.027,19.74l-0.016,2.374L0.343,21.882c0.001-0.136-0.2-0.609,0.569-0.741L22.027,19.74z"/>
<path fill="#D9D9D9" d="M22.027,19.74l-0.006,0.837L0.48,21.543c0-0.136,0.069-0.313,0.433-0.402L22.027,19.74z"/>
</g>
</g>
</g>
<g>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M26.99,3.542l-0.617,0.004c-0.277,0.002-0.561,0.105-0.531,0.388
l0.184,1.65c0.045,0.245,0.248,0.38,0.428,0.378l0.906-0.006"/>
<path d="M24.936,6.602l0.01,1.585c0,0.085-0.041,0.17,0.129,0.186c0.254,0.032,0.713,0.25,0.92,0.646
c0.118,0.169,0.397,0.142,0.521,0.07c0.312-0.121,0.868-0.583,0.864-0.974c0.021-0.312-0.157-0.881-0.467-1.082
c-0.397-0.251-1.231-0.602-1.829-0.598C24.984,6.44,24.934,6.525,24.936,6.602z"/>
<path d="M26.365,9.686l0.002,0.509c0.002,0.102,0.062,0.178,0.197,0.177l0.662-0.004c0.102-0.001,0.127-0.035,0.125-0.12
l-0.01-1.552c-0.002-0.067-0.035-0.075-0.068-0.017c-0.102,0.146-0.354,0.417-0.732,0.646
C26.363,9.465,26.363,9.549,26.365,9.686z"/>
<g>
<path fill="#666666" d="M27.349,7.831c-0.062-0.29-0.219-0.617-0.436-0.76c-0.4-0.252-1.234-0.604-1.831-0.599
c-0.103,0.001-0.151,0.085-0.151,0.16l0.01,1.335c0.583-0.004,1.925-0.014,1.925-0.014
C27.07,7.947,27.281,7.954,27.349,7.831z"/>
</g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M25.33,6.088l0.002,0.416c0.002,0.096,0.021,0.188,0.23,0.193
c0.312,0.015,1.02,0.229,1.311,0.499c0.053,0.051,0.104,0.017,0.104-0.021l-0.002-0.475c-0.002-0.076-0.248-0.312-0.453-0.421
C26.109,6.067,25.326,5.742,25.33,6.088z"/>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M22.531,3.542l0.619,0.004c0.281,0.002,0.56,0.105,0.533,0.388
L23.5,5.584c-0.044,0.245-0.249,0.38-0.428,0.378l-0.907-0.006"/>
<path d="M24.588,6.602l-0.012,1.585c0,0.085,0.043,0.17-0.127,0.186c-0.256,0.032-0.715,0.25-0.92,0.646
c-0.121,0.169-0.4,0.142-0.519,0.07c-0.313-0.121-0.87-0.583-0.866-0.974c-0.023-0.312,0.158-0.881,0.465-1.082
c0.4-0.251,1.234-0.602,1.828-0.598C24.538,6.44,24.59,6.525,24.588,6.602z"/>
<path d="M23.158,9.686l-0.002,0.509c-0.002,0.102-0.062,0.178-0.197,0.177l-0.661-0.004c-0.103-0.001-0.128-0.035-0.127-0.12
l0.013-1.552c0-0.067,0.034-0.075,0.066-0.017c0.102,0.146,0.354,0.417,0.732,0.646C23.16,9.465,23.16,9.549,23.158,9.686z"/>
<path d="M22.381,13.229c-0.156,0-0.216-0.127-0.216-0.284v-0.317c0-0.155,0.062-0.285,0.216-0.285
c0.156,0,0.354,0.13,0.354,0.285v0.317C22.734,13.101,22.538,13.229,22.381,13.229z"/>
<g>
<path d="M22.381,15.04c-0.156,0-0.216-0.128-0.216-0.285V14.44c0-0.157,0.062-0.284,0.216-0.284
c0.156,0,0.354,0.127,0.354,0.284v0.314C22.734,14.914,22.538,15.04,22.381,15.04z"/>
<path d="M22.381,16.709c-0.156,0-0.216-0.128-0.216-0.284v-0.315c0-0.156,0.062-0.284,0.216-0.284
c0.156,0,0.354,0.128,0.354,0.284v0.315C22.734,16.582,22.538,16.709,22.381,16.709z"/>
</g>
<path d="M22.381,18.341c-0.156,0-0.216-0.128-0.216-0.282v-0.316c0-0.157,0.062-0.284,0.216-0.284
c0.156,0,0.354,0.127,0.354,0.284v0.316C22.734,18.214,22.538,18.341,22.381,18.341z"/>
<path d="M22.381,20.008c-0.156,0-0.216-0.127-0.216-0.281v-0.317c0-0.157,0.062-0.284,0.216-0.284
c0.156,0,0.354,0.127,0.354,0.284v0.317C22.734,19.881,22.538,20.008,22.381,20.008z"/>
<path d="M22.381,21.631c-0.156,0-0.216-0.127-0.216-0.282v-0.316c0-0.157,0.062-0.284,0.216-0.284
c0.156,0,0.354,0.127,0.354,0.284v0.316C22.734,21.505,22.538,21.631,22.381,21.631z"/>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M22.082,13.644h0.811c0.16,0,0.289-0.13,0.289-0.288v-1.14
c0-0.156-0.129-0.286-0.289-0.286h-0.808"/>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M27.451,22.732h-0.396c-0.16,0-0.289,0.13-0.289,0.289v1.005
c0,0.159,0.129,0.289,0.289,0.289h0.396"/>
<line fill="none" stroke="#000000" stroke-width="0.25" x1="26.541" y1="2.129" x2="22.98" y2="2.129"/>
<g>
<path fill="#666666" d="M22.172,7.831c0.062-0.29,0.219-0.617,0.438-0.76c0.399-0.252,1.233-0.604,1.828-0.599
c0.102,0.001,0.15,0.085,0.149,0.16l-0.009,1.335c-0.586-0.004-1.926-0.014-1.926-0.014
C22.451,7.947,22.242,7.954,22.172,7.831z"/>
</g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.193,6.088l-0.002,0.416c-0.002,0.096-0.02,0.188-0.23,0.193
c-0.312,0.015-1.02,0.229-1.311,0.499c-0.051,0.051-0.102,0.017-0.102-0.021l0.003-0.475c0-0.076,0.249-0.312,0.452-0.421
C23.412,6.067,24.195,5.742,24.193,6.088z"/>
<g>
<path d="M27.138,13.229c0.156,0,0.217-0.127,0.217-0.284v-0.317c0-0.155-0.061-0.285-0.217-0.285s-0.352,0.13-0.352,0.285
v0.317C26.787,13.101,26.982,13.229,27.138,13.229z"/>
<g>
<path d="M27.138,15.04c0.156,0,0.217-0.128,0.217-0.285V14.44c0-0.157-0.061-0.284-0.217-0.284s-0.352,0.127-0.352,0.284
v0.314C26.787,14.914,26.982,15.04,27.138,15.04z"/>
<path d="M27.138,16.709c0.156,0,0.217-0.128,0.217-0.284v-0.315c0-0.156-0.061-0.284-0.217-0.284s-0.352,0.128-0.352,0.284
v0.315C26.787,16.582,26.982,16.709,27.138,16.709z"/>
</g>
<path d="M27.138,18.341c0.156,0,0.217-0.128,0.217-0.282v-0.316c0-0.157-0.061-0.284-0.217-0.284s-0.352,0.127-0.352,0.284
v0.316C26.787,18.214,26.982,18.341,27.138,18.341z"/>
<path d="M27.138,20.008c0.156,0,0.217-0.127,0.217-0.281v-0.317c0-0.157-0.061-0.284-0.217-0.284s-0.352,0.127-0.352,0.284
v0.317C26.787,19.881,26.982,20.008,27.138,20.008z"/>
<path d="M27.138,21.631c0.156,0,0.217-0.127,0.217-0.282v-0.316c0-0.157-0.061-0.284-0.217-0.284s-0.352,0.127-0.352,0.284
v0.316C26.787,21.505,26.982,21.631,27.138,21.631z"/>
</g>
</g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.742,45.155l-10.174,1.719v-1.838
c0-0.16,0.049-0.195,0.209-0.279l9.978-4.157l9.979,4.157c0.16,0.084,0.209,0.119,0.209,0.279v1.838l-10.175-1.719H24.742z"/>
<g>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="25.587,45.293 25.587,43.581 34.472,46.005
34.472,45.221 34.734,45.221 34.734,46.837 "/>
<line fill="none" stroke="#000000" stroke-width="0.25" x1="34.734" y1="46.398" x2="34.941" y2="46.398"/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="34.472,45.221 34.472,44.971 34.935,44.971 "/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="34.472,46.005 34.472,46.148 25.589,43.997 "/>
<g>
<polygon points="34.353,44.948 34.353,44.598 25.232,40.794 25.232,41.213 "/>
</g>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="23.924,45.293 23.924,43.581 15.039,46.005
15.039,45.221 14.777,45.221 14.777,46.837 "/>
<line fill="none" stroke="#000000" stroke-width="0.25" x1="14.777" y1="46.398" x2="14.57" y2="46.398"/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="15.039,45.221 15.039,44.971 14.576,44.971 "/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="15.039,46.005 15.039,46.148 23.922,43.997 "/>
<g>
<polygon points="15.158,44.948 15.158,44.598 24.281,40.794 24.281,41.213 "/>
</g>
</g>
<g>
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.762,33.711c-0.633,0-0.564,2.441-0.531,3.696l0.265,5.395
l0.146,0.202h0.246l0.145-0.202l0.263-5.395C25.326,36.153,25.394,33.711,24.762,33.711z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.762,40.358c-0.576,0-0.238,3.02,0,5.325
C24.998,43.377,25.337,40.358,24.762,40.358z"/>
<ellipse fill="#FF0000" cx="24.762" cy="42.766" rx="0.139" ry="0.313"/>
</g>
<g>
<rect x="24.638" y="44.448" fill="#FFFFFF" stroke="#000000" stroke-width="0.25" width="0.243" height="1.229"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M24.637,45.677c0,0.064,0.053,0.118,0.118,0.118
s0.125-0.053,0.125-0.118H24.637z"/>
</g>
</g>
<g>
<g>
<g>
<g>
<g>
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M49.363,22.292c0.021,0,0.035-0.017,0.035-0.036
c0-0.019-0.018-0.033-0.037-0.033H49.3c-0.021,0-0.035,0.017-0.035,0.033c0,0.021,0.016,0.036,0.035,0.035L49.363,22.292
L49.363,22.292z"/>
<path fill="#008837" d="M49.228,22.025c0.043,0.003,0.105,0.021,0.105,0.156l-0.105,0.002V22.025z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M49.335,22.181c0,0.04-0.027,0.196-0.105,0.197
l-0.002-0.196L49.335,22.181z"/>
</g>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="41.382,23.794 41.621,23.771 41.595,23.34
"/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="41.462,24.872 41.335,23.354 42.533,23.268
42.558,23.674 43.011,23.637 42.988,23.236 44.132,23.155 44.15,23.494 44.39,23.482 44.378,23.135 48.531,22.844
48.531,22.993 48.611,22.993 48.605,22.177 48.99,22.175 48.986,23.627 "/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="38.871,25.297 38.767,24.485 28.609,25.741
28.722,26.966 "/>
</g>
</g>
<g>
<g>
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M0.16,22.292c-0.02,0-0.035-0.017-0.035-0.036
c0-0.019,0.018-0.033,0.036-0.033l0.062,0.001c0.02,0,0.035,0.017,0.035,0.033c0,0.021-0.018,0.036-0.036,0.035H0.16z"/>
<path fill="#FF0000" d="M0.294,22.025c-0.044,0.003-0.104,0.021-0.106,0.156l0.105,0.002L0.294,22.025z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M0.188,22.181c0,0.04,0.027,0.196,0.105,0.197l0.001-0.196
L0.188,22.181z"/>
</g>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="8.139,23.794 7.902,23.771 7.928,23.34 "/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="8.061,24.872 8.188,23.354 6.988,23.268
6.963,23.674 6.512,23.637 6.535,23.236 5.391,23.155 5.371,23.494 5.133,23.482 5.145,23.135 0.992,22.844 0.99,22.993
0.911,22.993 0.916,22.177 0.531,22.175 0.536,23.627 "/>
<polyline fill="none" stroke="#000000" stroke-width="0.25" points="10.652,25.297 10.755,24.485 20.913,25.741
20.799,26.966 "/>
</g>
</g>
</g>
<g>
<polygon fill="none" stroke="#000000" stroke-width="0.25" points="36.746,23.986 36.738,23.891 36.564,23.907 36.572,24
36.443,24.01 36.435,23.914 36.191,23.936 36.199,24.033 36.083,24.042 36.07,23.897 35.671,23.93 35.683,24.078
35.568,24.087 35.56,23.99 35.316,24.01 35.324,24.109 35.195,24.121 35.187,24.027 35.013,24.041 35.021,24.135
34.794,24.155 34.826,24.505 36.931,24.323 36.902,23.971 "/>
<polygon fill="none" stroke="#000000" stroke-width="0.25" points="12.777,23.986 12.785,23.891 12.957,23.907 12.949,24
13.078,24.01 13.086,23.914 13.331,23.936 13.322,24.033 13.439,24.042 13.451,23.897 13.852,23.93 13.838,24.078
13.953,24.087 13.962,23.99 14.206,24.01 14.199,24.109 14.326,24.121 14.335,24.027 14.508,24.041 14.5,24.135
14.727,24.155 14.695,24.505 12.59,24.323 12.62,23.971 "/>
</g>
</g>
<g>
<g>
<g>
<polygon fill="#B3E3EE" points="1.012,21.411 1.016,21.076 21.867,19.679 21.863,20.382 "/>
</g>
</g>
<g>
<g>
<polygon fill="none" stroke="#000000" stroke-width="0.25" points="1.012,21.411 1.016,21.076 21.867,19.679
21.863,20.382 "/>
</g>
</g>
</g>
<g>
<g>
<g>
<polygon fill="#B3E3EE" points="48.509,21.411 48.505,21.076 27.652,19.679 27.658,20.382 "/>
</g>
</g>
<g>
<g>
<polygon fill="none" stroke="#000000" stroke-width="0.25" points="48.509,21.411 48.505,21.076 27.652,19.679
27.658,20.382 "/>
</g>
</g>
</g>
</g>
<g>
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M28.056,27.045l-0.85-0.064c-0.137,0-0.203,0.103-0.203,0.307
c0.018,0.646-0.188,7.479-0.406,8.497l1.408-1.001l0.354-2.289L28.056,27.045z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M28.294,25.925l1.492,0.034
c0.234,0.067,0.424,0.542,0.439,0.983l-0.119,3.596c-0.064,0.51-0.221,1.493-0.646,2.205l-1.172-0.017
c-0.34-0.543-0.438-1.662-0.459-2.238l0.021-3.479C27.921,26.487,28.107,25.925,28.294,25.925z"/>
<g>
<g>
<path fill="#333333" stroke="#000000" stroke-width="0.25" d="M28.294,32.729l1.17,0.016
c0.016-0.022,0.029-0.051,0.045-0.076l-1.271-0.037C28.255,32.666,28.275,32.698,28.294,32.729z"/>
</g>
<path fill="#B3E3EE" stroke="#000000" stroke-width="0.25" d="M29.787,25.96l-1.492-0.033c-0.1,0-0.193,0.155-0.275,0.383
l2.086,0.033C30.023,26.146,29.912,25.997,29.787,25.96z"/>
</g>
<g>
<g>
<path fill="#6D6D6D" d="M28.537,33.389l-0.277-0.234l-0.232,1.511l0.176-0.059c0.143-0.046,0.195-0.125,0.23-0.277
l0.164-0.662C28.623,33.521,28.623,33.475,28.537,33.389z"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M28.537,33.389l-0.277-0.234l-0.232,1.511l0.176-0.059
c0.143-0.046,0.195-0.125,0.23-0.277l0.164-0.662C28.623,33.521,28.623,33.475,28.537,33.389z"/>
</g>
</g>
</g>
<g>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M21.465,27.045l0.85-0.064c0.135,0,0.203,0.103,0.203,0.307
c-0.018,0.646,0.188,7.479,0.407,8.497l-1.407-1.001l-0.357-2.289L21.465,27.045z"/>
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.25" d="M21.229,25.925l-1.494,0.034
c-0.237,0.067-0.424,0.542-0.44,0.983l0.119,3.596c0.067,0.51,0.222,1.493,0.646,2.205l1.17-0.017
c0.34-0.543,0.44-1.662,0.459-2.238l-0.019-3.479C21.602,26.487,21.414,25.925,21.229,25.925z"/>
<g>
<g>
<path fill="#333333" stroke="#000000" stroke-width="0.25" d="M21.229,32.729l-1.17,0.016
c-0.017-0.022-0.031-0.051-0.045-0.076l1.27-0.037C21.266,32.666,21.246,32.698,21.229,32.729z"/>
</g>
<path fill="#B3E3EE" stroke="#000000" stroke-width="0.25" d="M19.736,25.96l1.492-0.033c0.099,0,0.197,0.155,0.278,0.383
l-2.087,0.033C19.499,26.146,19.609,25.997,19.736,25.96z"/>
</g>
<g>
<g>
<path fill="#6D6D6D" d="M20.984,33.389l0.278-0.234l0.234,1.511l-0.175-0.059c-0.141-0.046-0.197-0.125-0.23-0.277
l-0.164-0.662C20.9,33.521,20.9,33.475,20.984,33.389z"/>
</g>
<g>
<path fill="none" stroke="#000000" stroke-width="0.25" d="M20.984,33.389l0.278-0.234l0.234,1.511l-0.175-0.059
c-0.141-0.046-0.197-0.125-0.23-0.277l-0.164-0.662C20.9,33.521,20.9,33.475,20.984,33.389z"/>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
<g id="landing_gear">
<path id="main_landing_gear" fill="none" stroke="#000000" stroke-width="0.25" stroke-dasharray="0.0383,0.0383" d="
M24.715,5.967c-0.078,0-0.143-0.068-0.143-0.155V4.788c0-0.087,0.064-0.158,0.143-0.158h0.092c0.079,0,0.143,0.071,0.143,0.158
V5.81c0,0.087-0.062,0.155-0.143,0.155L24.715,5.967L24.715,5.967z"/>
<path id="rt_landing_gear" fill="none" stroke="#000000" stroke-width="0.25" stroke-dasharray="0.0383,0.0383" d="M32.507,24.414
c-0.137,0-0.248-0.093-0.248-0.207v-1.34c0-0.114,0.111-0.207,0.248-0.207h0.16c0.139,0,0.248,0.093,0.248,0.207v1.34
c0,0.114-0.109,0.207-0.248,0.207H32.507z"/>
<path id="lt_landing_gear" fill="none" stroke="#000000" stroke-width="0.25" stroke-dasharray="0.0383,0.0383" d="M17.016,24.414
c0.137,0,0.247-0.093,0.247-0.207v-1.34c0-0.114-0.11-0.207-0.247-0.207h-0.162c-0.137,0-0.248,0.093-0.248,0.207v1.34
c0,0.114,0.111,0.207,0.248,0.207H17.016z"/>
</g>
<g id="Rotation_dot_left">
<circle id="Rotation_dot_left_1_" fill="#FF0000" cx="16.695" cy="19.928" r="0.852"/>
</g>
<g id="Rotation_dot_right">
<circle id="Rotation_dot_right_1_" fill="#FF0000" cx="32.464" cy="19.858" r="0.852"/>
</g>
<g id="Grab_dot_front">
<circle id="Grab_dot_front_1_" onmouseover="ecmascript:evt.target.setAttribute('opacity','0.000001');" onmouseout="ecmascript:evt.target.setAttribute('opacity','1');" fill="#FF0000" cx="24.762" cy="5.306" r="2.208"/>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment