Files

ibom.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Interactive BOM for KiCAD</title> <style type="text/css"> :root { --pcb-edge-color: black; --pad-color: #878787; --pad-color-highlight: #D04040; --pin1-outline-color: #ffb629; --pin1-outline-color-highlight: #b4ff03; } html, body { margin: 0px; height: 100%; font-family: Verdana, sans-serif; } .dark { --pcb-edge-color: #eee; --pad-color: #808080; --pin1-outline-color: #ffa800; --pin1-outline-color-highlight: #ccff00; background-color: #252c30; color: #eee; } button { background-color: #eee; border: 1px solid #888; color: black; height: 44px; width: 44px; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; font-weight: bolder; } .dark button { /* This will be inverted */ background-color: #c3b7b5; } button.depressed { background-color: #0a0; color: white; } .dark button.depressed { /* This will be inverted */ background-color: #b3b; } button:focus { outline: 0; } button#tb-btn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.32 290.12h5.82M1.32 291.45h5.82' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 292.5v4.23M.26 292.63H8.2' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='1.35' y='295.73'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A"); background-size: 32px 32px; background-position: 5px 5px; background-repeat: no-repeat; } button#lr-btn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.06 290.12H3.7m-2.64 1.33H3.7m-2.64 1.32H3.7m-2.64 1.3H3.7m-2.64 1.33H3.7' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 288.8v7.94m0-4.11h3.96' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='5.11' y='291.96'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A"); background-size: 32px 32px; background-position: 5px 5px; background-repeat: no-repeat; } button#bom-btn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)' fill='none' stroke='%23000' stroke-width='.4'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' stroke-linejoin='round'/%3E%3Cpath d='M1.59 290.12h5.29M1.59 291.45h5.33M1.59 292.75h5.33M1.59 294.09h5.33M1.59 295.41h5.33'/%3E%3C/g%3E%3C/svg%3E"); background-size: 32px 32px; background-position: 5px 5px; background-repeat: no-repeat; } button#copy { background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3Cpath d='M32 2h-24c-2.21 0-4 1.79-4 4v28h4v-28h24v-4zm6 8h-22c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h22c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-22v-28h22v28z'/%3E%3C/svg%3E"); background-position: 6px 6px; background-repeat: no-repeat; background-size: 26px 26px; border-radius: 6px; height: 40px; width: 40px; margin: 10px 5px; } button#copy:active { box-shadow: inset 0px 0px 5px #6c6c6c; } textarea.clipboard-temp { position: fixed; top: 0; left: 0; width: 2em; height: 2em; padding: 0; border: None; outline: None; box-shadow: None; background: transparent; } .left-most-button { border-right: 0; border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .middle-button { border-right: 0; } .right-most-button { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .button-container { font-size: 0; } .dark .button-container { filter: invert(1); } @media print { .hideonprint { display: none; } } canvas { cursor: crosshair; } canvas:active { cursor: grabbing; } .fileinfo { width: 100%; max-width: 1000px; border: none; padding: 5px; } .fileinfo .title { font-size: 20pt; font-weight: bold; } .fileinfo td { overflow: hidden; white-space: nowrap; max-width: 1px; width: 50%; text-overflow: ellipsis; } .bom { border-collapse: collapse; font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace; font-size: 10pt; table-layout: fixed; width: 100%; margin-top: 1px; } .bom th, .bom td { border: 1px solid black; padding: 5px; word-wrap: break-word; text-align: center; position: relative; } .dark .bom th, .dark .bom td { border: 1px solid #777; } .bom th { background-color: #CCCCCC; background-clip: padding-box; } .dark .bom th { background-color: #3b4749; } .bom tr.highlighted:nth-child(n) { background-color: #cfc; } .dark .bom tr.highlighted:nth-child(n) { background-color: #226022; } .bom tr:nth-child(even) { background-color: #f2f2f2; } .dark .bom tr:nth-child(even) { background-color: #313b40; } .bom tr { transition: background-color 0.2s; } .bom .numCol { width: 25px; } .bom .Description { width: 10%; } .bom .Part { width: 10%; } .bom .Value { width: 15%; } .bom .Quantity { width: 65px; } .bom th .sortmark { position: absolute; right: 1px; top: 1px; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent #221 transparent; transform-origin: 50% 85%; transition: opacity 0.2s, transform 0.4s; } .dark .bom th .sortmark { filter: invert(1); } .bom th .sortmark.none { opacity: 0; } .bom th .sortmark.desc { transform: rotate(180deg); } .bom th:hover .sortmark.none { opacity: 0.5; } .bom .bom-checkbox { width: 30px; position: relative; user-select: none; -moz-user-select: none; } .bom .bom-checkbox:before { content: ""; position: absolute; border-width: 15px; border-style: solid; border-color: #51829f transparent transparent transparent; visibility: hidden; top: -15px; } .bom .bom-checkbox:after { content: "Double click to set/unset all"; position: absolute; color: white; top: -35px; left: -26px; background: #51829f; padding: 5px 15px; border-radius: 8px; white-space: nowrap; visibility: hidden; } .bom .bom-checkbox:hover:before, .bom .bom-checkbox:hover:after { visibility: visible; transition: visibility 0.2s linear 1s; } .split { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; overflow-x: hidden; } .split.split-horizontal, .gutter.gutter-horizontal { height: 100%; float: left; } .gutter { background-color: #ddd; background-repeat: no-repeat; background-position: 50%; transition: background-color 0.3s; } .dark .gutter { background-color: #777; } .gutter.gutter-horizontal { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg=='); cursor: ew-resize; width: 5px; } .gutter.gutter-vertical { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII='); cursor: ns-resize; height: 5px; } .searchbox { float: left; height: 40px; margin: 10px 5px; padding: 12px 32px; font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace; font-size: 18px; box-sizing: border-box; border: 1px solid #888; border-radius: 6px; outline: none; background-color: #eee; transition: background-color 0.2s, border 0.2s; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNklEQVQ4T8XSMUvDQBQH8P/LElFa/AIZHcTBQSz0I/gFstTBRR2KUC4ldDxw7h0Bl3RRUATxi4iiODgoiLNrbQYp5J6cpJJqomkX33Z37/14d/dIa33MzDuYI4johOI4XhyNRteO46zNYjDzAxE1yBZprVeZ+QbAUhXEGJMA2Ox2u4+fQIa0mPmsCgCgJYQ4t7lfgF0opQYAdv9ABkKI/UnOFCClXKjX61cA1osQY8x9kiRNKeV7IWA3oyhaSdP0FkAtjxhj3hzH2RBCPOf3pzqYHCilfAAX+URm9oMguPzeWSGQvUcMYC8rOBJCHBRdqxTo9/vbRHRqi8bj8XKv1xvODbiuW2u32/bvf0SlDv4XYOY7z/Mavu+nM1+BmQ+NMc0wDF/LprP0DbTWW0T00ul0nn4b7Q87+X4Qmfiq2wAAAABJRU5ErkJggg=='); background-position: 10px 10px; background-repeat: no-repeat; } .dark .searchbox { background-color: #111; color: #eee; } .searchbox::placeholder { color: #ccc; } .dark .searchbox::placeholder { color: #666; } .filter { width: calc(60% - 64px); } .reflookup { width: calc(40% - 10px); } input[type=text]:focus { background-color: white; border: 1px solid #333; } .dark input[type=text]:focus { background-color: #333; border: 1px solid #ccc; } mark.highlight { background-color: #5050ff; color: #fff; padding: 2px; border-radius: 6px; } .dark mark.highlight { background-color: #76a6da; color: #111; } .menubtn { background-color: white; font-size: 16px; border: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0V0z'/%3E%3Cpath d='M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z'/%3E%3C/svg%3E%0A"); background-position: center; background-repeat: no-repeat; } .dark .menubtn { filter: invert(1); } .menu { position: relative; display: inline-block; } .menu-content { display: none; position: absolute; background-color: white; right: 0; min-width: 300px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 100; padding: 8px; } .dark .menu-content { background-color: #111; } .menu:hover .menu-content { display: block; } .menu:hover .menubtn { background-color: #eee; } .dark .menu:hover .menubtn {} .menu-label { display: inline-block; padding: 8px; border: 1px solid #ccc; border-top: 0; width: calc(100% - 18px); } .menu-label-top { border-top: 1px solid #ccc; } .menu-textbox { float: left; height: 24px; margin: 10px 5px; padding: 5px 5px; font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace; font-size: 14px; box-sizing: border-box; border: 1px solid #888; border-radius: 4px; outline: none; background-color: #eee; transition: background-color 0.2s, border 0.2s; width: calc(100% - 10px); } .dark .menu-textbox { background-color: #222; color: #eee; } #topmostdiv { transition: background-color 0.3s; } #top { height: 78px; border-bottom: 2px solid black; } .dark #top { border-bottom: 2px solid #ccc; } #dbg { display: block; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #aaa; } ::-webkit-scrollbar-thumb { background: #666; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #555; } .slider { -webkit-appearance: none; width: 100%; margin: 3px 0; padding: 0; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; border-radius: 3px; } .slider:hover { opacity: 1; } .slider:focus { outline: none; } .slider::-webkit-slider-runnable-track { -webkit-appearance: none; width: 100%; height: 8px; background: #d3d3d3; border-radius: 3px; border: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #0a0; cursor: pointer; margin-top: -4px; } .dark .slider::-webkit-slider-thumb { background: #3d3; } .slider::-moz-range-thumb { width: 15px; height: 15px; border-radius: 50%; background: #0a0; cursor: pointer; } .slider::-moz-range-track { height: 8px; background: #d3d3d3; border-radius: 3px; } .dark .slider::-moz-range-thumb { background: #3d3; } .slider::-ms-track { width: 100%; height: 8px; border-width: 3px 0; background: transparent; border-color: transparent; color: transparent; transition: opacity .2s; } .slider::-ms-fill-lower { background: #d3d3d3; border: none; border-radius: 3px; } .slider::-ms-fill-upper { background: #d3d3d3; border: none; border-radius: 3px; } .slider::-ms-thumb { width: 15px; height: 15px; border-radius: 50%; background: #0a0; cursor: pointer; margin: 0; } .shameless-plug { font-size: 0.8em; text-align: center; display: block; } .shameless-plug a { color: #0278a4; } .dark .shameless-plug a { color: #00b9fd; } </style> <script type="text/javascript" > /////////////////////////////////////////////// /* Split.js - v1.3.5 MIT License https://github.com/nathancahill/Split.js */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Split=t()}(this,function(){"use strict";var e=window,t=e.document,n="addEventListener",i="removeEventListener",r="getBoundingClientRect",s=function(){return!1},o=e.attachEvent&&!e[n],a=["","-webkit-","-moz-","-o-"].filter(function(e){var n=t.createElement("div");return n.style.cssText="width:"+e+"calc(9px)",!!n.style.length}).shift()+"calc",l=function(e){return"string"==typeof e||e instanceof String?t.querySelector(e):e};return function(u,c){function z(e,t,n){var i=A(y,t,n);Object.keys(i).forEach(function(t){return e.style[t]=i[t]})}function h(e,t){var n=B(y,t);Object.keys(n).forEach(function(t){return e.style[t]=n[t]})}function f(e){var t=E[this.a],n=E[this.b],i=t.size+n.size;t.size=e/this.size*i,n.size=i-e/this.size*i,z(t.element,t.size,this.aGutterSize),z(n.element,n.size,this.bGutterSize)}function m(e){var t;this.dragging&&((t="touches"in e?e.touches[0][b]-this.start:e[b]-this.start)<=E[this.a].minSize+M+this.aGutterSize?t=E[this.a].minSize+this.aGutterSize:t>=this.size-(E[this.b].minSize+M+this.bGutterSize)&&(t=this.size-(E[this.b].minSize+this.bGutterSize)),f.call(this,t),c.onDrag&&c.onDrag())}function g(){var e=E[this.a].element,t=E[this.b].element;this.size=e[r]()[y]+t[r]()[y]+this.aGutterSize+this.bGutterSize,this.start=e[r]()[G]}function d(){var t=this,n=E[t.a].element,r=E[t.b].element;t.dragging&&c.onDragEnd&&c.onDragEnd(),t.dragging=!1,e[i]("mouseup",t.stop),e[i]("touchend",t.stop),e[i]("touchcancel",t.stop),t.parent[i]("mousemove",t.move),t.parent[i]("touchmove",t.move),delete t.stop,delete t.move,n[i]("selectstart",s),n[i]("dragstart",s),r[i]("selectstart",s),r[i]("dragstart",s),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",t.gutter.style.cursor="",t.parent.style.cursor=""}function S(t){var i=this,r=E[i.a].element,o=E[i.b].element;!i.dragging&&c.onDragStart&&c.onDragStart(),t.preventDefault(),i.dragging=!0,i.move=m.bind(i),i.stop=d.bind(i),e[n]("mouseup",i.stop),e[n]("touchend",i.stop),e[n]("touchcancel",i.stop),i.parent[n]("mousemove",i.move),i.parent[n]("touchmove",i.move),r[n]("selectstart",s),r[n]("dragstart",s),o[n]("selectstart",s),o[n]("dragstart",s),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",o.style.userSelect="none",o.style.webkitUserSelect="none",o.style.MozUserSelect="none",o.style.pointerEvents="none",i.gutter.style.cursor=j,i.parent.style.cursor=j,g.call(i)}function v(e){e.forEach(function(t,n){if(n>0){var i=F[n-1],r=E[i.a],s=E[i.b];r.size=e[n-1],s.size=t,z(r.element,r.size,i.aGutterSize),z(s.element,s.size,i.bGutterSize)}})}function p(){F.forEach(function(e){e.parent.removeChild(e.gutter),E[e.a].element.style[y]="",E[e.b].element.style[y]=""})}void 0===c&&(c={});var y,b,G,E,w=l(u[0]).parentNode,D=e.getComputedStyle(w).flexDirection,U=c.sizes||u.map(function(){return 100/u.length}),k=void 0!==c.minSize?c.minSize:100,x=Array.isArray(k)?k:u.map(function(){return k}),L=void 0!==c.gutterSize?c.gutterSize:10,M=void 0!==c.snapOffset?c.snapOffset:30,O=c.direction||"horizontal",j=c.cursor||("horizontal"===O?"ew-resize":"ns-resize"),C=c.gutter||function(e,n){var i=t.createElement("div");return i.className="gutter gutter-"+n,i},A=c.elementStyle||function(e,t,n){var i={};return"string"==typeof t||t instanceof String?i[e]=t:i[e]=o?t+"%":a+"("+t+"% - "+n+"px)",i},B=c.gutterStyle||function(e,t){return n={},n[e]=t+"px",n;var n};"horizontal"===O?(y="width","clientWidth",b="clientX",G="left","paddingLeft"):"vertical"===O&&(y="height","clientHeight",b="clientY",G="top","paddingTop");var F=[];return E=u.map(function(e,t){var i,s={element:l(e),size:U[t],minSize:x[t]};if(t>0&&(i={a:t-1,b:t,dragging:!1,isFirst:1===t,isLast:t===u.length-1,direction:O,parent:w},i.aGutterSize=L,i.bGutterSize=L,i.isFirst&&(i.aGutterSize=L/2),i.isLast&&(i.bGutterSize=L/2),"row-reverse"===D||"column-reverse"===D)){var a=i.a;i.a=i.b,i.b=a}if(!o&&t>0){var c=C(t,O);h(c,L),c[n]("mousedown",S.bind(i)),c[n]("touchstart",S.bind(i)),w.insertBefore(c,s.element),i.gutter=c}0===t||t===u.length-1?z(s.element,s.size,L/2):z(s.element,s.size,L);var f=s.element[r]()[y];return f<s.minSize&&(s.minSize=f),t>0&&F.push(i),s}),o?{setSizes:v,destroy:p}:{setSizes:v,getSizes:function(){return E.map(function(e){return e.size})},collapse:function(e){if(e===F.length){var t=F[e-1];g.call(t),o||f.call(t,t.size-t.bGutterSize)}else{var n=F[e];g.call(n),o||f.call(n,n.aGutterSize)}},destroy:p}}}); /////////////////////////////////////////////// /////////////////////////////////////////////// var config = {"redraw_on_drag": true, "highlight_pin1": false, "extra_fields": [], "dark_mode": false, "bom_view": "left-right", "board_rotation": 0.0, "checkboxes": "Sourced,Placed", "show_silkscreen": true, "layer_view": "FB"} /////////////////////////////////////////////// /////////////////////////////////////////////// var pcbdata = {"font_data": {"X": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.8095238095238095, -0.047619047619047616]], [[0.8095238095238095, -1.0476190476190474], [0.14285714285714285, -0.047619047619047616]]], "w": 0.9523809523809523}, " ": {"l": [], "w": 0.7619047619047619}, "+": {"l": [[[0.23809523809523814, -0.42857142857142855], [1.0, -0.42857142857142855]], [[0.6190476190476191, -0.047619047619047616], [0.6190476190476191, -0.8095238095238095]]], "w": 1.2380952380952381}, "-": {"l": [[[0.23809523809523814, -0.42857142857142855], [1.0, -0.42857142857142855]]], "w": 1.2380952380952381}, ",": {"l": [[[0.2857142857142857, -0.09523809523809523], [0.2857142857142857, -0.047619047619047616], [0.23809523809523808, 0.047619047619047616], [0.19047619047619047, 0.09523809523809523]]], "w": 0.47619047619047616}, "/": {"l": [[[0.9523809523809523, -1.0952380952380951], [0.09523809523809518, 0.19047619047619047]]], "w": 1.0476190476190474}, ".": {"l": [[[0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.23809523809523808, -0.047619047619047616]]], "w": 0.47619047619047616}, "1": {"l": [[[0.7619047619047619, -0.047619047619047616], [0.19047619047619047, -0.047619047619047616]], [[0.47619047619047616, -0.047619047619047616], [0.47619047619047616, -1.0476190476190474], [0.38095238095238093, -0.9047619047619047], [0.2857142857142857, -0.8095238095238095], [0.19047619047619047, -0.7619047619047619]]], "w": 0.9523809523809523}, "0": {"l": [[[0.42857142857142855, -1.0476190476190474], [0.5238095238095237, -1.0476190476190474], [0.6190476190476191, -1.0], [0.6666666666666666, -0.9523809523809523], [0.7142857142857142, -0.8571428571428571], [0.7619047619047619, -0.6666666666666666], [0.7619047619047619, -0.42857142857142855], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.42857142857142855, -0.047619047619047616], [0.3333333333333333, -0.09523809523809523], [0.2857142857142857, -0.14285714285714285], [0.23809523809523808, -0.23809523809523808], [0.19047619047619047, -0.42857142857142855], [0.19047619047619047, -0.6666666666666666], [0.23809523809523808, -0.8571428571428571], [0.2857142857142857, -0.9523809523809523], [0.3333333333333333, -1.0], [0.42857142857142855, -1.0476190476190474]]], "w": 0.9523809523809523}, "3": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.7619047619047619, -1.0476190476190474], [0.42857142857142855, -0.6666666666666666], [0.5714285714285714, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.23809523809523808], [0.7142857142857142, -0.14285714285714285], [0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.2857142857142857, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.14285714285714285, -0.14285714285714285]]], "w": 0.9523809523809523}, "\u00b2": {"l": [[[0.19047619047619047, -1.2857142857142856], [0.2857142857142857, -1.3333333333333333], [0.42857142857142855, -1.3333333333333333], [0.5238095238095237, -1.2857142857142856], [0.5714285714285714, -1.1904761904761905], [0.5714285714285714, -1.0952380952380951], [0.5238095238095237, -1.0], [0.19047619047619047, -0.6666666666666666], [0.5714285714285714, -0.6666666666666666]]], "w": 0.7619047619047619}, "5": {"l": [[[0.7142857142857142, -1.0476190476190474], [0.23809523809523808, -1.0476190476190474], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6190476190476191], [0.3333333333333333, -0.6666666666666666], [0.5714285714285714, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.23809523809523808], [0.7142857142857142, -0.14285714285714285], [0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.14285714285714285]]], "w": 0.9523809523809523}, "4": {"l": [[[0.6666666666666666, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]], [[0.42857142857142855, -1.0952380952380951], [0.19047619047619047, -0.38095238095238093], [0.8095238095238095, -0.38095238095238093]]], "w": 0.9523809523809523}, "7": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.8095238095238095, -1.0476190476190474], [0.38095238095238093, -0.047619047619047616]]], "w": 0.9523809523809523}, "6": {"l": [[[0.6666666666666666, -1.0476190476190474], [0.47619047619047616, -1.0476190476190474], [0.38095238095238093, -1.0], [0.3333333333333333, -0.9523809523809523], [0.23809523809523808, -0.8095238095238095], [0.19047619047619047, -0.6190476190476191], [0.19047619047619047, -0.23809523809523808], [0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.47619047619047616], [0.7142857142857142, -0.5714285714285714], [0.6666666666666666, -0.6190476190476191], [0.5714285714285714, -0.6666666666666666], [0.38095238095238093, -0.6666666666666666], [0.2857142857142857, -0.6190476190476191], [0.23809523809523808, -0.5714285714285714], [0.19047619047619047, -0.47619047619047616]]], "w": 0.9523809523809523}, "9": {"l": [[[0.2857142857142857, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616], [0.5714285714285714, -0.09523809523809523], [0.6190476190476191, -0.14285714285714285], [0.7142857142857142, -0.2857142857142857], [0.7619047619047619, -0.47619047619047616], [0.7619047619047619, -0.8571428571428571], [0.7142857142857142, -0.9523809523809523], [0.6666666666666666, -1.0], [0.5714285714285714, -1.0476190476190474], [0.38095238095238093, -1.0476190476190474], [0.2857142857142857, -1.0], [0.23809523809523808, -0.9523809523809523], [0.19047619047619047, -0.8571428571428571], [0.19047619047619047, -0.6190476190476191], [0.23809523809523808, -0.5238095238095237], [0.2857142857142857, -0.47619047619047616], [0.38095238095238093, -0.42857142857142855], [0.5714285714285714, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616], [0.7142857142857142, -0.5238095238095237], [0.7619047619047619, -0.6190476190476191]]], "w": 0.9523809523809523}, "8": {"l": [[[0.38095238095238093, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.23809523809523808, -0.7142857142857142], [0.19047619047619047, -0.8095238095238095], [0.19047619047619047, -0.8571428571428571], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.38095238095238093, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666666, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.8095238095238095], [0.7142857142857142, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666], [0.5714285714285714, -0.6190476190476191], [0.38095238095238093, -0.6190476190476191], [0.2857142857142857, -0.5714285714285714], [0.23809523809523808, -0.5238095238095237], [0.19047619047619047, -0.42857142857142855], [0.19047619047619047, -0.23809523809523808], [0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.42857142857142855], [0.7142857142857142, -0.5238095238095237], [0.6666666666666666, -0.5714285714285714], [0.5714285714285714, -0.6190476190476191]]], "w": 0.9523809523809523}, ":": {"l": [[[0.23809523809523808, -0.14285714285714285], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.047619047619047616], [0.19047619047619047, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.23809523809523808, -0.047619047619047616]], [[0.23809523809523808, -0.6666666666666666], [0.2857142857142857, -0.6190476190476191], [0.23809523809523808, -0.5714285714285714], [0.19047619047619047, -0.6190476190476191], [0.23809523809523808, -0.6666666666666666], [0.23809523809523808, -0.5714285714285714]]], "w": 0.47619047619047616}, "A": {"l": [[[0.19047619047619047, -0.3333333333333333], [0.6666666666666666, -0.3333333333333333]], [[0.09523809523809523, -0.047619047619047616], [0.42857142857142855, -1.0476190476190474], [0.7619047619047619, -0.047619047619047616]]], "w": 0.8571428571428571}, "C": {"l": [[[0.8095238095238095, -0.14285714285714285], [0.7619047619047619, -0.09523809523809523], [0.6190476190476191, -0.047619047619047616], [0.5238095238095237, -0.047619047619047616], [0.38095238095238093, -0.09523809523809523], [0.2857142857142857, -0.19047619047619047], [0.23809523809523808, -0.2857142857142857], [0.19047619047619047, -0.47619047619047616], [0.19047619047619047, -0.6190476190476191], [0.23809523809523808, -0.8095238095238095], [0.2857142857142857, -0.9047619047619047], [0.38095238095238093, -1.0], [0.5238095238095237, -1.0476190476190474], [0.6190476190476191, -1.0476190476190474], [0.7619047619047619, -1.0], [0.8095238095238095, -0.9523809523809523]]], "w": 1.0}, "B": {"l": [[[0.5714285714285714, -0.5714285714285714], [0.7142857142857142, -0.5238095238095237], [0.7619047619047619, -0.47619047619047616], [0.8095238095238094, -0.38095238095238093], [0.8095238095238094, -0.23809523809523808], [0.7619047619047619, -0.14285714285714285], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666665, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.7619047619047619], [0.7142857142857142, -0.6666666666666666], [0.6666666666666665, -0.6190476190476191], [0.5714285714285714, -0.5714285714285714], [0.23809523809523803, -0.5714285714285714]]], "w": 1.0}, "E": {"l": [[[0.23809523809523808, -0.5714285714285714], [0.5714285714285714, -0.5714285714285714]], [[0.7142857142857142, -0.047619047619047616], [0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.7142857142857142, -1.0476190476190474]]], "w": 0.9047619047619047}, "D": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.4761904761904761, -1.0476190476190474], [0.619047619047619, -1.0], [0.7142857142857142, -0.9047619047619047], [0.7619047619047619, -0.8095238095238095], [0.8095238095238094, -0.6190476190476191], [0.8095238095238094, -0.47619047619047616], [0.7619047619047619, -0.2857142857142857], [0.7142857142857142, -0.19047619047619047], [0.619047619047619, -0.09523809523809523], [0.4761904761904761, -0.047619047619047616], [0.23809523809523803, -0.047619047619047616]]], "w": 1.0}, "G": {"l": [[[0.7619047619047619, -1.0], [0.6666666666666666, -1.0476190476190474], [0.5238095238095237, -1.0476190476190474], [0.38095238095238093, -1.0], [0.2857142857142857, -0.9047619047619047], [0.23809523809523808, -0.8095238095238095], [0.19047619047619047, -0.6190476190476191], [0.19047619047619047, -0.47619047619047616], [0.23809523809523808, -0.2857142857142857], [0.2857142857142857, -0.19047619047619047], [0.38095238095238093, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.6190476190476191, -0.047619047619047616], [0.7619047619047619, -0.09523809523809523], [0.8095238095238095, -0.14285714285714285], [0.8095238095238095, -0.47619047619047616], [0.6190476190476191, -0.47619047619047616]]], "w": 1.0}, "F": {"l": [[[0.5714285714285714, -0.5714285714285714], [0.23809523809523808, -0.5714285714285714]], [[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.7142857142857142, -1.0476190476190474]]], "w": 0.8571428571428571}, "I": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]]], "w": 0.47619047619047616}, "K": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474]], [[0.8095238095238094, -0.047619047619047616], [0.3809523809523809, -0.6190476190476191]], [[0.8095238095238094, -1.0476190476190474], [0.23809523809523803, -0.47619047619047616]]], "w": 1.0}, "M": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474], [0.5714285714285714, -0.3333333333333333], [0.9047619047619047, -1.0476190476190474], [0.9047619047619047, -0.047619047619047616]]], "w": 1.1428571428571428}, "L": {"l": [[[0.7142857142857142, -0.047619047619047616], [0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]]], "w": 0.8095238095238095}, "O": {"l": [[[0.4285714285714285, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.8095238095238094, -0.9047619047619047], [0.857142857142857, -0.7142857142857142], [0.857142857142857, -0.38095238095238093], [0.8095238095238094, -0.19047619047619047], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.4285714285714285, -0.047619047619047616], [0.33333333333333326, -0.09523809523809523], [0.23809523809523803, -0.19047619047619047], [0.1904761904761904, -0.38095238095238093], [0.1904761904761904, -0.7142857142857142], [0.23809523809523803, -0.9047619047619047], [0.33333333333333326, -1.0], [0.4285714285714285, -1.0476190476190474]]], "w": 1.0476190476190474}, "N": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.8095238095238094, -0.047619047619047616], [0.8095238095238094, -1.0476190476190474]]], "w": 1.0476190476190474}, "Q": {"l": [[[0.9047619047619047, 0.047619047619047616], [0.8095238095238094, 0.0], [0.7142857142857142, -0.09523809523809523], [0.5714285714285714, -0.23809523809523808], [0.4761904761904761, -0.2857142857142857], [0.3809523809523809, -0.2857142857142857]], [[0.4285714285714285, -0.047619047619047616], [0.33333333333333326, -0.09523809523809523], [0.23809523809523803, -0.19047619047619047], [0.1904761904761904, -0.38095238095238093], [0.1904761904761904, -0.7142857142857142], [0.23809523809523803, -0.9047619047619047], [0.33333333333333326, -1.0], [0.4285714285714285, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.8095238095238094, -0.9047619047619047], [0.857142857142857, -0.7142857142857142], [0.857142857142857, -0.38095238095238093], [0.8095238095238094, -0.19047619047619047], [0.7142857142857142, -0.09523809523809523], [0.619047619047619, -0.047619047619047616], [0.4285714285714285, -0.047619047619047616]]], "w": 1.0476190476190474}, "P": {"l": [[[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.7619047619047619, -0.9523809523809523], [0.8095238095238094, -0.8571428571428571], [0.8095238095238094, -0.7142857142857142], [0.7619047619047619, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.619047619047619, -0.5238095238095237], [0.23809523809523803, -0.5238095238095237]]], "w": 1.0}, "S": {"l": [[[0.19047619047619047, -0.09523809523809523], [0.3333333333333333, -0.047619047619047616], [0.5714285714285714, -0.047619047619047616], [0.6666666666666666, -0.09523809523809523], [0.7142857142857142, -0.14285714285714285], [0.7619047619047619, -0.23809523809523808], [0.7619047619047619, -0.3333333333333333], [0.7142857142857142, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616], [0.5714285714285714, -0.5238095238095237], [0.38095238095238093, -0.5714285714285714], [0.2857142857142857, -0.6190476190476191], [0.23809523809523808, -0.6666666666666666], [0.19047619047619047, -0.7619047619047619], [0.19047619047619047, -0.8571428571428571], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.38095238095238093, -1.0476190476190474], [0.6190476190476191, -1.0476190476190474], [0.7619047619047619, -1.0]]], "w": 0.9523809523809523}, "R": {"l": [[[0.8095238095238094, -0.047619047619047616], [0.4761904761904761, -0.5238095238095237]], [[0.23809523809523803, -0.047619047619047616], [0.23809523809523803, -1.0476190476190474], [0.619047619047619, -1.0476190476190474], [0.7142857142857142, -1.0], [0.7619047619047619, -0.9523809523809523], [0.8095238095238094, -0.8571428571428571], [0.8095238095238094, -0.7142857142857142], [0.7619047619047619, -0.6190476190476191], [0.7142857142857142, -0.5714285714285714], [0.619047619047619, -0.5238095238095237], [0.23809523809523803, -0.5238095238095237]]], "w": 1.0}, "U": {"l": [[[0.23809523809523803, -1.0476190476190474], [0.23809523809523803, -0.23809523809523808], [0.28571428571428564, -0.14285714285714285], [0.33333333333333326, -0.09523809523809523], [0.4285714285714285, -0.047619047619047616], [0.619047619047619, -0.047619047619047616], [0.7142857142857142, -0.09523809523809523], [0.7619047619047619, -0.14285714285714285], [0.8095238095238094, -0.23809523809523808], [0.8095238095238094, -1.0476190476190474]]], "w": 1.0476190476190474}, "T": {"l": [[[0.09523809523809523, -1.0476190476190474], [0.6666666666666666, -1.0476190476190474]], [[0.38095238095238093, -0.047619047619047616], [0.38095238095238093, -1.0476190476190474]]], "w": 0.7619047619047619}, "W": {"l": [[[0.14285714285714285, -1.0476190476190474], [0.38095238095238093, -0.047619047619047616], [0.5714285714285714, -0.7619047619047619], [0.7619047619047619, -0.047619047619047616], [1.0, -1.0476190476190474]]], "w": 1.1428571428571428}, "V": {"l": [[[0.09523809523809523, -1.0476190476190474], [0.42857142857142855, -0.047619047619047616], [0.7619047619047619, -1.0476190476190474]]], "w": 0.8571428571428571}, "Y": {"l": [[[0.42857142857142855, -0.5238095238095237], [0.42857142857142855, -0.047619047619047616]], [[0.09523809523809523, -1.0476190476190474], [0.42857142857142855, -0.5238095238095237], [0.7619047619047619, -1.0476190476190474]]], "w": 0.8571428571428571}, "2": {"l": [[[0.19047619047619047, -0.9523809523809523], [0.23809523809523808, -1.0], [0.3333333333333333, -1.0476190476190474], [0.5714285714285714, -1.0476190476190474], [0.6666666666666666, -1.0], [0.7142857142857142, -0.9523809523809523], [0.7619047619047619, -0.8571428571428571], [0.7619047619047619, -0.7619047619047619], [0.7142857142857142, -0.6190476190476191], [0.14285714285714285, -0.047619047619047616], [0.7619047619047619, -0.047619047619047616]]], "w": 0.9523809523809523}, "a": {"l": [[[0.6666666666666666, -0.047619047619047616], [0.6666666666666666, -0.5714285714285714], [0.6190476190476191, -0.6666666666666666], [0.5238095238095237, -0.7142857142857142], [0.3333333333333333, -0.7142857142857142], [0.23809523809523808, -0.6666666666666666]], [[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.19047619047619047], [0.19047619047619047, -0.2857142857142857], [0.23809523809523808, -0.38095238095238093], [0.3333333333333333, -0.42857142857142855], [0.5714285714285714, -0.42857142857142855], [0.6666666666666666, -0.47619047619047616]]], "w": 0.9047619047619047}, "b": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]], [[0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5238095238095237], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523]]], "w": 0.9047619047619047}, "e": {"l": [[[0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523], [0.19047619047619047, -0.19047619047619047], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.5714285714285714], [0.6666666666666666, -0.47619047619047616], [0.19047619047619047, -0.38095238095238093]]], "w": 0.8571428571428571}, "d": {"l": [[[0.6666666666666666, -0.047619047619047616], [0.6666666666666666, -1.0476190476190474]], [[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5714285714285714, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666]]], "w": 0.9047619047619047}, "g": {"l": [[[0.6666666666666666, -0.7142857142857142], [0.6666666666666666, 0.09523809523809523], [0.6190476190476191, 0.19047619047619047], [0.5714285714285714, 0.23809523809523808], [0.47619047619047616, 0.2857142857142857], [0.3333333333333333, 0.2857142857142857], [0.23809523809523808, 0.23809523809523808]], [[0.6666666666666666, -0.09523809523809523], [0.5714285714285714, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5714285714285714, -0.7142857142857142], [0.6666666666666666, -0.6666666666666666]]], "w": 0.9047619047619047}, "i": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.7142857142857142]], [[0.23809523809523808, -1.0476190476190474], [0.19047619047619047, -1.0], [0.23809523809523808, -0.9523809523809523], [0.2857142857142857, -1.0], [0.23809523809523808, -1.0476190476190474], [0.23809523809523808, -0.9523809523809523]]], "w": 0.47619047619047616}, "h": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -1.0476190476190474]], [[0.6666666666666666, -0.047619047619047616], [0.6666666666666666, -0.5714285714285714], [0.6190476190476191, -0.6666666666666666], [0.5238095238095237, -0.7142857142857142], [0.38095238095238093, -0.7142857142857142], [0.2857142857142857, -0.6666666666666666], [0.23809523809523808, -0.6190476190476191]]], "w": 0.9047619047619047}, "l": {"l": [[[0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.19047619047619047], [0.23809523809523808, -1.0476190476190474]]], "w": 0.5238095238095237}, "o": {"l": [[[0.38095238095238093, -0.047619047619047616], [0.2857142857142857, -0.09523809523809523], [0.23809523809523808, -0.14285714285714285], [0.19047619047619047, -0.23809523809523808], [0.19047619047619047, -0.5238095238095237], [0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5238095238095237], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.38095238095238093, -0.047619047619047616]]], "w": 0.9047619047619047}, "n": {"l": [[[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, -0.047619047619047616]], [[0.23809523809523808, -0.6190476190476191], [0.2857142857142857, -0.6666666666666666], [0.38095238095238093, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.5714285714285714], [0.6666666666666666, -0.047619047619047616]]], "w": 0.9047619047619047}, "p": {"l": [[[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, 0.2857142857142857]], [[0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142], [0.6190476190476191, -0.6666666666666666], [0.6666666666666666, -0.6190476190476191], [0.7142857142857142, -0.5238095238095237], [0.7142857142857142, -0.23809523809523808], [0.6666666666666666, -0.14285714285714285], [0.6190476190476191, -0.09523809523809523], [0.5238095238095237, -0.047619047619047616], [0.3333333333333333, -0.047619047619047616], [0.23809523809523808, -0.09523809523809523]]], "w": 0.9047619047619047}, "s": {"l": [[[0.19047619047619047, -0.09523809523809523], [0.2857142857142857, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616], [0.5714285714285714, -0.09523809523809523], [0.6190476190476191, -0.19047619047619047], [0.6190476190476191, -0.23809523809523808], [0.5714285714285714, -0.3333333333333333], [0.47619047619047616, -0.38095238095238093], [0.3333333333333333, -0.38095238095238093], [0.23809523809523808, -0.42857142857142855], [0.19047619047619047, -0.5238095238095237], [0.19047619047619047, -0.5714285714285714], [0.23809523809523808, -0.6666666666666666], [0.3333333333333333, -0.7142857142857142], [0.47619047619047616, -0.7142857142857142], [0.5714285714285714, -0.6666666666666666]]], "w": 0.8095238095238095}, "r": {"l": [[[0.23809523809523808, -0.047619047619047616], [0.23809523809523808, -0.7142857142857142]], [[0.23809523809523808, -0.5238095238095237], [0.2857142857142857, -0.6190476190476191], [0.3333333333333333, -0.6666666666666666], [0.42857142857142855, -0.7142857142857142], [0.5238095238095237, -0.7142857142857142]]], "w": 0.6190476190476191}, "u": {"l": [[[0.6666666666666666, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]], [[0.23809523809523808, -0.7142857142857142], [0.23809523809523808, -0.19047619047619047], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.5238095238095237, -0.047619047619047616], [0.6190476190476191, -0.09523809523809523], [0.6666666666666666, -0.14285714285714285]]], "w": 0.9047619047619047}, "t": {"l": [[[0.09523809523809523, -0.7142857142857142], [0.47619047619047616, -0.7142857142857142]], [[0.23809523809523808, -1.0476190476190474], [0.23809523809523808, -0.19047619047619047], [0.2857142857142857, -0.09523809523809523], [0.38095238095238093, -0.047619047619047616], [0.47619047619047616, -0.047619047619047616]]], "w": 0.5714285714285714}, "w": {"l": [[[0.1428571428571428, -0.7142857142857142], [0.33333333333333326, -0.047619047619047616], [0.5238095238095237, -0.5238095238095237], [0.7142857142857142, -0.047619047619047616], [0.9047619047619047, -0.7142857142857142]]], "w": 1.0476190476190474}, "v": {"l": [[[0.14285714285714285, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616], [0.6190476190476191, -0.7142857142857142]]], "w": 0.7619047619047619}, "y": {"l": [[[0.14285714285714285, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616]], [[0.6190476190476191, -0.7142857142857142], [0.38095238095238093, -0.047619047619047616], [0.2857142857142857, 0.19047619047619047], [0.23809523809523808, 0.23809523809523808], [0.14285714285714285, 0.2857142857142857]]], "w": 0.7619047619047619}, "x": {"l": [[[0.14285714285714285, -0.047619047619047616], [0.6666666666666666, -0.7142857142857142]], [[0.14285714285714285, -0.7142857142857142], [0.6666666666666666, -0.047619047619047616]]], "w": 0.8095238095238095}}, "modules": {"FID3": {"layer": "F", "center": [130.79999999999998, 124.55], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [130.79999999999998, 124.55], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.2, 1.2]}], "drawings": [], "ref": "FID3", "bbox": {"pos": [129.224999, 122.974999], "size": [3.1500019999999997, 3.1500019999999997]}}, "FID2": {"layer": "F", "center": [177.2, 125.35], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [177.2, 125.35], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.2, 1.2]}], "drawings": [], "ref": "FID2", "bbox": {"pos": [175.624999, 123.774999], "size": [3.1500019999999997, 3.1500019999999997]}}, "FID1": {"layer": "F", "center": [121.8, 83.05], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [121.8, 83.05], "shape": "circle", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.2, 1.2]}], "drawings": [], "ref": "FID1", "bbox": {"pos": [120.224999, 81.474999], "size": [3.1500019999999997, 3.1500019999999997]}}, "R25": {"layer": "F", "center": [146.15, 117.25], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [145.36249999999998, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [146.9375, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R25", "bbox": {"pos": [144.64499899999998, 116.49499899999999], "size": [3.010002, 1.5100019999999998]}}, "D50": {"layer": "F", "center": [173.29999999999998, 105.6], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 106.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 104.5], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D50", "bbox": {"pos": [172.324999, 103.974999], "size": [1.950002, 3.250002]}}, "C34": {"layer": "F", "center": [123.25, 96.6], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [123.25, 97.38749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [123.25, 95.8125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C34", "bbox": {"pos": [122.49499899999999, 95.094999], "size": [1.5100019999999998, 3.010002]}}, "C31": {"layer": "F", "center": [122.64999999999999, 100.89999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [122.64999999999999, 100.1125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [122.64999999999999, 101.6875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C31", "bbox": {"pos": [121.894999, 99.394999], "size": [1.5100019999999998, 3.010002]}}, "C30": {"layer": "F", "center": [121.19999999999999, 100.89999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [121.19999999999999, 100.1125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [121.19999999999999, 101.6875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C30", "bbox": {"pos": [120.444999, 99.394999], "size": [1.5100019999999998, 3.010002]}}, "C33": {"layer": "F", "center": [121.8, 96.6], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [121.8, 97.38749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [121.8, 95.8125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C33", "bbox": {"pos": [121.04499899999999, 95.094999], "size": [1.5100019999999998, 3.010002]}}, "C32": {"layer": "F", "center": [128.35, 101.25], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [128.35, 100.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [128.35, 102.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C32", "bbox": {"pos": [127.59499899999999, 99.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "J52": {"layer": "F", "center": [164.17, 106.38], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 106.38], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 103.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 101.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 98.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 96.22], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [164.17, 93.67999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J52", "bbox": {"pos": [162.344999, 91.85499899999999], "size": [3.6500019999999997, 16.350002]}}, "J53": {"layer": "F", "center": [169.25, 106.38], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 106.38], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 106.38], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 103.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 103.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 101.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 101.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 98.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 98.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 96.22], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 96.22], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 93.67999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 93.67999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J53", "bbox": {"pos": [164.874999, 91.85499899999999], "size": [6.200002, 16.350002]}}, "J50": {"layer": "F", "center": [183.23999999999998, 83.32], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 83.32], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 83.32], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 85.86], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 85.86], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 88.39999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 88.39999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 90.94], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 90.94], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 93.47999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 93.47999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 96.02], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 96.02], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 98.56], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 98.56], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 101.1], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 101.1], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J50", "bbox": {"pos": [178.86499899999998, 81.49499899999999], "size": [6.200002, 21.400002]}}, "J51": {"layer": "F", "center": [183.23999999999998, 104.89], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 104.89], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 104.89], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 107.42999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 107.42999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 109.97], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 109.97], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 112.50999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 112.50999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 115.05], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 115.05], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 117.58999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 117.58999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 120.13], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 120.13], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [183.23999999999998, 122.66999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [180.7, 122.66999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J51", "bbox": {"pos": [178.86499899999998, 103.064999], "size": [6.200002, 21.400002]}}, "J54": {"layer": "F", "center": [164.17, 82.28], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [164.17, 82.28], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [164.17, 84.82], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [164.17, 87.36], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [164.17, 89.89999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J54", "bbox": {"pos": [162.344999, 80.454999], "size": [3.6500019999999997, 11.250002]}}, "J55": {"layer": "F", "center": [169.25, 82.28], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [169.25, 82.28], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [169.25, 84.82], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [169.25, 87.36], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [169.25, 89.89999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J55", "bbox": {"pos": [167.42499899999999, 80.454999], "size": [3.6500019999999997, 11.250002]}}, "C22": {"layer": "F", "center": [140.2, 112.19999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [140.2, 111.4125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [140.2, 112.9875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C22", "bbox": {"pos": [139.444999, 110.694999], "size": [1.5100019999999998, 3.010002]}}, "C23": {"layer": "F", "center": [150.9, 114.44999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [150.9, 113.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [150.9, 115.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C23", "bbox": {"pos": [150.14499899999998, 112.944999], "size": [1.5100019999999998, 3.010002]}}, "C20": {"layer": "F", "center": [137.29999999999998, 112.19999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [137.29999999999998, 111.4125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [137.29999999999998, 112.9875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C20", "bbox": {"pos": [136.544999, 110.694999], "size": [1.5100019999999998, 3.010002]}}, "C21": {"layer": "F", "center": [138.75, 112.19999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [138.75, 111.4125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [138.75, 112.9875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C21", "bbox": {"pos": [137.994999, 110.694999], "size": [1.5100019999999998, 3.010002]}}, "C26": {"layer": "F", "center": [151.04999999999998, 111.89999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [149.65, 111.89999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [152.45, 111.89999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C26", "bbox": {"pos": [148.744999, 110.754999], "size": [4.610002, 2.290002]}}, "R1": {"layer": "F", "center": [122.25, 114.5], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [123.0375, 114.5], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [121.46249999999999, 114.5], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R1", "bbox": {"pos": [120.74499899999999, 113.74499899999999], "size": [3.010002, 1.5100019999999998]}}, "C24": {"layer": "F", "center": [149.45, 114.44999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [149.45, 113.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [149.45, 115.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C24", "bbox": {"pos": [148.694999, 112.944999], "size": [1.5100019999999998, 3.010002]}}, "C25": {"layer": "F", "center": [146.54999999999998, 107.19999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [145.7625, 107.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [147.3375, 107.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C25", "bbox": {"pos": [145.044999, 106.444999], "size": [3.010002, 1.5100019999999998]}}, "U42": {"layer": "F", "center": [134.54999999999998, 83.2], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [133.45, 84.14999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -180.0, "pos": [133.45, 82.25], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -180.0, "pos": [135.65, 82.25], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -180.0, "pos": [135.65, 83.2], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.06, 0.65]}, {"layers": ["F"], "angle": -180.0, "pos": [135.65, 84.14999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.06, 0.65]}], "drawings": [], "ref": "U42", "bbox": {"pos": [132.624999, 81.374999], "size": [3.850002, 3.6500019999999997]}}, "U43": {"layer": "F", "center": [127.101191, 87.41749999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [128.351191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [127.851191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [127.351191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [126.851191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [126.351191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [125.851191, 89.3925], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 88.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 88.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 87.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 87.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 86.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.12619099999999, 86.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [125.851191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [126.351191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [126.851191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [127.351191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [127.851191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [128.351191, 85.4425], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.7999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 86.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 86.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 87.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 87.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 88.16749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": ["F"], "angle": -180.0, "pos": [129.076191, 88.66749999999999], "shape": "roundrect", "radius": 0.0625, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.7999999999999999, 0.25]}, {"layers": [], "angle": -180.0, "pos": [126.42619099999999, 86.7675], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "type": "smd", "size": [1.0899999999999999, 1.05]}, {"layers": [], "angle": -180.0, "pos": [126.42619099999999, 88.0675], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "type": "smd", "size": [1.0899999999999999, 1.05]}, {"layers": [], "angle": -180.0, "pos": [127.776191, 86.7675], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "type": "smd", "size": [1.0899999999999999, 1.05]}, {"layers": [], "angle": -180.0, "pos": [127.776191, 88.0675], "shape": "roundrect", "radius": 0.249999, "offset": [0.0, 0.0], "type": "smd", "size": [1.0899999999999999, 1.05]}, {"layers": ["F"], "angle": -180.0, "pos": [127.101191, 87.41749999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [2.6999999999999997, 2.6]}], "drawings": [], "ref": "U43", "bbox": {"pos": [124.45618999999999, 84.772499], "size": [5.290001999999999, 5.290001999999999]}}, "U40": {"layer": "F", "center": [140.1, 95.55], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [134.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.6, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [146.1, 87.64999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 89.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 90.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 90.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 91.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 91.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 92.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 92.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 93.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 93.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 94.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 94.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 95.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 95.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 96.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 96.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 97.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 97.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 98.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 98.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 99.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 99.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 100.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 100.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 101.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [148.0, 101.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [146.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [145.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [144.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [143.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [142.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [141.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [140.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [139.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [138.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [137.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [136.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [135.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.6, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -90.0, "pos": [134.1, 103.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 101.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 101.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 100.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 100.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 99.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 99.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 98.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 98.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 97.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 97.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 96.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 96.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 95.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 95.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 94.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 94.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 93.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 93.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 92.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 92.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 91.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 91.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 90.55], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 90.05], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.5, 0.27999999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [132.2, 89.55], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.5, 0.27999999999999997]}], "drawings": [], "ref": "U40", "bbox": {"pos": [131.17499899999999, 86.624999], "size": [17.850002, 17.850002]}}, "U41": {"layer": "F", "center": [154.15, 90.05], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [155.7, 89.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [155.7, 89.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [155.7, 90.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [155.7, 90.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [152.6, 90.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [152.6, 90.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [152.6, 89.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [152.6, 89.3], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.3, 0.7999999999999999]}], "drawings": [], "ref": "U41", "bbox": {"pos": [151.874999, 88.774999], "size": [4.550002, 2.550002]}}, "U46": {"layer": "F", "center": [155.45, 99.14999999999999], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [152.95, 99.14999999999999], "drillsize": [0.7, 0.7], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [157.95, 99.14999999999999], "drillsize": [0.7, 0.7], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "U46", "bbox": {"pos": [148.92499899999999, 92.624999], "size": [13.050002, 13.050002]}}, "U44": {"layer": "F", "center": [160.7, 89.6], "pads": [{"layers": [], "angle": -90.0, "pos": [160.7, 89.05], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 88.85], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 90.35], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 89.6], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": [], "angle": -90.0, "pos": [160.7, 90.14999999999999], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [160.7, 89.6], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [2.0, 0.8999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 90.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 90.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 89.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 89.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 88.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 88.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 88.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 88.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 89.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 89.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 90.35], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 90.85], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.5]}], "drawings": [], "ref": "U44", "bbox": {"pos": [159.324999, 87.724999], "size": [2.750002, 3.750002]}}, "U45": {"layer": "F", "center": [160.7, 83.05], "pads": [{"layers": [], "angle": -90.0, "pos": [160.7, 82.5], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 82.3], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 83.8], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [160.7, 83.05], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": [], "angle": -90.0, "pos": [160.7, 83.6], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.8999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [160.7, 83.05], "shape": "roundrect", "radius": 0.054, "offset": [0.0, 0.0], "type": "smd", "size": [2.0, 0.8999999999999999]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 84.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 83.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 83.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 82.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 82.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [159.75, 81.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 81.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 82.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 82.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 83.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 83.8], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "type": "smd", "size": [0.25, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [161.65, 84.3], "shape": "roundrect", "radius": 0.049999999999999996, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.25, 0.5]}], "drawings": [], "ref": "U45", "bbox": {"pos": [159.324999, 81.174999], "size": [2.750002, 3.750002]}}, "J1": {"layer": "F", "center": [123.0, 121.89999999999999], "pads": [{"layers": ["F", "B"], "angle": -90.0, "pos": [123.0, 117.94], "drillsize": [2.5, 2.5], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.4, 3.4]}, {"layers": ["F", "B"], "angle": -90.0, "pos": [123.0, 121.89999999999999], "drillsize": [2.5, 2.5], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [3.4, 3.4]}], "drawings": [], "ref": "J1", "bbox": {"pos": [120.274999, 115.674999], "size": [5.450002, 8.500002]}}, "J2": {"layer": "F", "center": [143.09, 129.25], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [143.09, 129.25], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [140.54999999999998, 129.25], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J2", "bbox": {"pos": [138.714999, 127.424999], "size": [6.200002, 3.6500019999999997]}}, "R43": {"layer": "F", "center": [152.25, 92.2], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [151.4625, 92.2], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [153.0375, 92.2], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R43", "bbox": {"pos": [150.744999, 91.444999], "size": [3.010002, 1.5100019999999998]}}, "C55": {"layer": "F", "center": [158.54999999999998, 91.85], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [158.54999999999998, 92.6375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [158.54999999999998, 91.0625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C55", "bbox": {"pos": [157.794999, 90.344999], "size": [1.5100019999999998, 3.010002]}}, "C54": {"layer": "F", "center": [160.75, 92.25], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [159.9625, 92.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [161.5375, 92.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C54", "bbox": {"pos": [159.24499899999998, 91.49499899999999], "size": [3.010002, 1.5100019999999998]}}, "C53": {"layer": "F", "center": [158.54999999999998, 85.3], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [158.54999999999998, 86.08749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [158.54999999999998, 84.5125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C53", "bbox": {"pos": [157.794999, 83.79499899999999], "size": [1.5100019999999998, 3.010002]}}, "C52": {"layer": "F", "center": [160.75, 85.7], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [159.9625, 85.7], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [161.5375, 85.7], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C52", "bbox": {"pos": [159.24499899999998, 84.944999], "size": [3.010002, 1.5100019999999998]}}, "C51": {"layer": "F", "center": [125.94999999999999, 84.05], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [126.7375, 84.05], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [125.1625, 84.05], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C51", "bbox": {"pos": [124.444999, 83.29499899999999], "size": [3.010002, 1.5100019999999998]}}, "C50": {"layer": "F", "center": [129.0, 84.05], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [128.2125, 84.05], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [129.7875, 84.05], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C50", "bbox": {"pos": [127.49499899999999, 83.29499899999999], "size": [3.010002, 1.5100019999999998]}}, "L10": {"layer": "F", "center": [150.95, 123.85], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [152.97, 123.85], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.43, 5.5]}, {"layers": ["F"], "angle": -0.0, "pos": [148.93, 123.85], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.43, 5.5]}], "drawings": [], "ref": "L10", "bbox": {"pos": [147.42499899999999, 120.224999], "size": [7.050002, 7.250001999999999]}}, "U30": {"layer": "F", "center": [125.47500099999999, 101.675001], "pads": [{"layers": [], "angle": -0.0, "pos": [125.97500099999999, 102.175001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.73, 0.73]}, {"layers": [], "angle": -0.0, "pos": [124.97500099999999, 102.175001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.73, 0.73]}, {"layers": [], "angle": -0.0, "pos": [124.97500099999999, 101.175001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.73, 0.73]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [124.97500099999999, 102.175001], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [125.97500099999999, 102.175001], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [125.97500099999999, 101.175001], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [124.97500099999999, 101.175001], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [125.47500099999999, 101.675001], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.6, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [125.47500099999999, 101.675001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.7999999999999998, 1.7999999999999998]}, {"layers": [], "angle": -0.0, "pos": [125.97500099999999, 101.175001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.73, 0.73]}, {"layers": ["B"], "angle": -0.0, "pos": [125.47500099999999, 101.675001], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.7999999999999998, 1.7999999999999998]}, {"layers": ["F"], "angle": -90.0, "pos": [124.72500099999999, 100.200001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [125.22500099999999, 100.200001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [125.72500099999999, 100.200001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [126.22500099999999, 100.200001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [126.950001, 100.925001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [126.950001, 101.425001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [126.950001, 101.925001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [126.950001, 102.425001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [126.22500099999999, 103.15000099999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [125.72500099999999, 103.15000099999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [125.22500099999999, 103.15000099999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -90.0, "pos": [124.72500099999999, 103.15000099999999], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [124.000001, 102.425001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [124.000001, 101.925001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [124.000001, 101.425001], "shape": "oval", "offset": [0.0, 0.0], "type": "smd", "size": [0.75, 0.3]}, {"layers": ["F"], "angle": -0.0, "pos": [124.000001, 100.925001], "shape": "oval", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.75, 0.3]}], "drawings": [], "ref": "U30", "bbox": {"pos": [123.35, 99.55], "size": [4.250001999999999, 4.250001999999999]}}, "R12": {"layer": "F", "center": [143.4, 119.0], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [144.1875, 119.0], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [142.61249999999998, 119.0], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R12", "bbox": {"pos": [141.89499899999998, 118.24499899999999], "size": [3.010002, 1.5100019999999998]}}, "R10": {"layer": "F", "center": [138.85, 106.35], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [138.0625, 106.35], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [139.6375, 106.35], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R10", "bbox": {"pos": [137.344999, 105.594999], "size": [3.010002, 1.5100019999999998]}}, "R11": {"layer": "F", "center": [141.15, 119.6], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [141.15, 118.8125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [141.15, 120.38749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R11", "bbox": {"pos": [140.39499899999998, 118.094999], "size": [1.5100019999999998, 3.010002]}}, "SILK_OSHW": {"layer": "B", "center": [134.45, 125.55], "pads": [], "drawings": [], "ref": "SILK_OSHW", "bbox": {"pos": [131.543687, 122.878149], "size": [5.803006, 5.226622]}}, "SILK_WEEE": {"layer": "B", "center": [138.4, 87.6], "pads": [], "drawings": [], "ref": "SILK_WEEE", "bbox": {"pos": [136.26995, 84.572766], "size": [4.247526, 6.050057]}}, "MH4": {"layer": "F", "center": [181.5, 127.5], "pads": [{"layers": ["B"], "angle": -0.0, "pos": [181.5, 127.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F"], "angle": -0.0, "pos": [181.5, 127.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [181.5, 127.5], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.1999999999999997, 3.1999999999999997]}], "drawings": [], "ref": "MH4", "bbox": {"pos": [178.17462, 124.17461999999999], "size": [6.65076, 6.65076]}}, "MH2": {"layer": "F", "center": [181.5, 78.5], "pads": [{"layers": ["B"], "angle": -0.0, "pos": [181.5, 78.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F"], "angle": -0.0, "pos": [181.5, 78.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [181.5, 78.5], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.1999999999999997, 3.1999999999999997]}], "drawings": [], "ref": "MH2", "bbox": {"pos": [178.17462, 75.17461999999999], "size": [6.65076, 6.65076]}}, "MH3": {"layer": "F", "center": [123.5, 127.5], "pads": [{"layers": ["B"], "angle": -0.0, "pos": [123.5, 127.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F"], "angle": -0.0, "pos": [123.5, 127.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [123.5, 127.5], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.1999999999999997, 3.1999999999999997]}], "drawings": [], "ref": "MH3", "bbox": {"pos": [120.17461999999999, 124.17461999999999], "size": [6.65076, 6.65076]}}, "MH1": {"layer": "F", "center": [123.5, 78.5], "pads": [{"layers": ["B"], "angle": -0.0, "pos": [123.5, 78.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F"], "angle": -0.0, "pos": [123.5, 78.5], "shape": "circle", "offset": [0.0, 0.0], "type": "smd", "size": [2.4, 2.4]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [123.5, 78.5], "drillsize": [3.1999999999999997, 3.1999999999999997], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [3.1999999999999997, 3.1999999999999997]}], "drawings": [], "ref": "MH1", "bbox": {"pos": [120.17461999999999, 75.17461999999999], "size": [6.65076, 6.65076]}}, "C44": {"layer": "F", "center": [147.9, 103.75], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [147.11249999999998, 103.75], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [148.6875, 103.75], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C44", "bbox": {"pos": [146.39499899999998, 102.99499899999999], "size": [3.010002, 1.5100019999999998]}}, "C45": {"layer": "B", "center": [131.45, 97.25], "pads": [{"layers": ["B"], "angle": -90.0, "pos": [131.45, 96.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["B"], "angle": -90.0, "pos": [131.45, 98.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C45", "bbox": {"pos": [130.694999, 95.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "C46": {"layer": "B", "center": [131.45, 93.85], "pads": [{"layers": ["B"], "angle": -270.0, "pos": [131.45, 94.63749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["B"], "angle": -270.0, "pos": [131.45, 93.0625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C46", "bbox": {"pos": [130.694999, 92.344999], "size": [1.5100019999999998, 3.010002]}}, "C47": {"layer": "F", "center": [146.2, 105.14999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [145.4125, 105.14999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [146.98749999999998, 105.14999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C47", "bbox": {"pos": [144.694999, 104.394999], "size": [3.010002, 1.5100019999999998]}}, "C40": {"layer": "F", "center": [127.3, 91.64999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [128.0875, 91.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [126.51249999999999, 91.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C40", "bbox": {"pos": [125.79499899999999, 90.894999], "size": [3.010002, 1.5100019999999998]}}, "C41": {"layer": "F", "center": [130.2, 93.8], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [130.2, 94.58749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [130.2, 93.0125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C41", "bbox": {"pos": [129.444999, 92.29499899999999], "size": [1.5100019999999998, 3.010002]}}, "C42": {"layer": "F", "center": [130.2, 97.94999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [130.2, 97.1625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [130.2, 98.7375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C42", "bbox": {"pos": [129.444999, 96.444999], "size": [1.5100019999999998, 3.010002]}}, "C43": {"layer": "F", "center": [134.75, 105.19999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [135.5375, 105.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [133.9625, 105.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C43", "bbox": {"pos": [133.244999, 104.444999], "size": [3.010002, 1.5100019999999998]}}, "C48": {"layer": "F", "center": [149.75, 89.55], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [149.75, 90.33749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [149.75, 88.7625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C48", "bbox": {"pos": [148.994999, 88.04499899999999], "size": [1.5100019999999998, 3.010002]}}, "C49": {"layer": "F", "center": [123.64999999999999, 85.25], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [123.64999999999999, 86.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [123.64999999999999, 84.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C49", "bbox": {"pos": [122.894999, 83.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "U20": {"layer": "F", "center": [145.0, 113.8], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [145.0, 113.8], "shape": "roundrect", "radius": 0.249998, "offset": [0.0, 0.0], "type": "smd", "size": [2.4099999999999997, 3.0999999999999996]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [144.29999999999998, 112.69999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [145.7, 112.69999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [144.29999999999998, 113.8], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [145.7, 113.8], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [144.29999999999998, 114.89999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [145.7, 114.89999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.5, 0.5]}, {"layers": ["B"], "angle": -0.0, "pos": [145.0, 113.8], "shape": "roundrect", "radius": 0.249998, "offset": [0.0, 0.0], "type": "smd", "size": [2.4099999999999997, 3.0999999999999996]}, {"layers": [], "angle": -0.0, "pos": [144.4, 113.02499999999999], "shape": "roundrect", "radius": 0.2425, "offset": [0.0, 0.0], "type": "smd", "size": [0.97, 1.25]}, {"layers": [], "angle": -0.0, "pos": [144.4, 114.57499999999999], "shape": "roundrect", "radius": 0.2425, "offset": [0.0, 0.0], "type": "smd", "size": [0.97, 1.25]}, {"layers": [], "angle": -0.0, "pos": [145.6, 113.02499999999999], "shape": "roundrect", "radius": 0.2425, "offset": [0.0, 0.0], "type": "smd", "size": [0.97, 1.25]}, {"layers": [], "angle": -0.0, "pos": [145.6, 114.57499999999999], "shape": "roundrect", "radius": 0.2425, "offset": [0.0, 0.0], "type": "smd", "size": [0.97, 1.25]}, {"layers": ["F"], "angle": -0.0, "pos": [142.35, 111.895], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [142.35, 113.16499999999999], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [142.35, 114.43499999999999], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [142.35, 115.705], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [147.65, 115.705], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [147.65, 114.43499999999999], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [147.65, 113.16499999999999], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}, {"layers": ["F"], "angle": -0.0, "pos": [147.65, 111.895], "shape": "roundrect", "radius": 0.15, "offset": [0.0, 0.0], "type": "smd", "size": [1.5999999999999999, 0.6]}], "drawings": [], "ref": "U20", "bbox": {"pos": [141.27499899999998, 111.07499899999999], "size": [7.450002, 5.450002]}}, "FB3": {"layer": "F", "center": [137.29999999999998, 119.35], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [137.29999999999998, 117.94999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -90.0, "pos": [137.29999999999998, 120.75], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "FB3", "bbox": {"pos": [136.154999, 117.04499899999999], "size": [2.290002, 4.610002]}}, "FB2": {"layer": "F", "center": [136.25, 114.8], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [134.85, 114.8], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -180.0, "pos": [137.65, 114.8], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "FB2", "bbox": {"pos": [133.944999, 113.65499899999999], "size": [4.610002, 2.290002]}}, "FB1": {"layer": "F", "center": [128.6, 112.35], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [128.6, 113.75], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -270.0, "pos": [128.6, 110.94999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "FB1", "bbox": {"pos": [127.454999, 110.04499899999999], "size": [2.290002, 4.610002]}}, "D10": {"layer": "F", "center": [155.7, 122.39999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [155.7, 123.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0999999999999999, 1.0999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [155.7, 121.0], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0999999999999999, 1.0999999999999999]}], "drawings": [], "ref": "D10", "bbox": {"pos": [154.52499899999998, 120.13999899999999], "size": [2.350002, 4.485002]}}, "FB4": {"layer": "F", "center": [139.35, 119.35], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [139.35, 117.94999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -90.0, "pos": [139.35, 120.75], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "FB4", "bbox": {"pos": [138.204999, 117.04499899999999], "size": [2.290002, 4.610002]}}, "SILK_CE": {"layer": "B", "center": [148.45, 87.64999999999999], "pads": [], "drawings": [], "ref": "SILK_CE", "bbox": {"pos": [144.21166399999998, 84.628749], "size": [8.475498, 6.055731]}}, "R6": {"layer": "F", "center": [125.8, 111.35], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [125.8, 110.5625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [125.8, 112.13749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R6", "bbox": {"pos": [125.04499899999999, 109.844999], "size": [1.5100019999999998, 3.010002]}}, "U10": {"layer": "F", "center": [144.1, 121.89999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 123.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 122.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 122.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 121.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 121.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 120.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 123.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 122.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 122.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 121.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 121.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 120.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.7, 123.1], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.7, 122.3], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.7, 121.5], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [144.5, 123.1], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [144.5, 120.69999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [144.5, 122.3], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.7, 120.69999999999999], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [144.5, 121.5], "drillsize": [0.3, 0.3], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [0.7, 0.7]}, {"layers": [], "angle": -270.0, "pos": [143.65, 123.0], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": [], "angle": -270.0, "pos": [144.54999999999998, 123.0], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": [], "angle": -270.0, "pos": [143.65, 120.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": [], "angle": -270.0, "pos": [144.54999999999998, 120.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": [], "angle": -270.0, "pos": [143.65, 121.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": [], "angle": -270.0, "pos": [144.54999999999998, 121.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0, 0.75]}, {"layers": ["F"], "angle": -270.0, "pos": [145.54999999999998, 120.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [142.65, 120.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.3, 0.7]}, {"layers": ["F"], "angle": -270.0, "pos": [144.1, 121.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [3.3, 1.7]}], "drawings": [], "ref": "U10", "bbox": {"pos": [142.124999, 119.674999], "size": [3.950002, 4.450002]}}, "L20": {"layer": "F", "center": [150.25, 108.6], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [151.435, 108.6], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.98, 3.4]}, {"layers": ["F"], "angle": -0.0, "pos": [149.065, 108.6], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.98, 3.4]}], "drawings": [], "ref": "L20", "bbox": {"pos": [148.02499899999998, 106.37499899999999], "size": [4.450002, 4.450002]}}, "Q10": {"layer": "F", "center": [144.95, 125.85], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [146.805, 124.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [146.805, 125.52], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [146.805, 126.83999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [146.805, 126.17999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [145.8125, 125.85], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.7249999999999999, 2.245]}, {"layers": ["F"], "angle": -0.0, "pos": [143.82, 124.86], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [143.82, 126.83999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [143.82, 126.17999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [143.82, 125.52], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}], "drawings": [], "ref": "Q10", "bbox": {"pos": [143.02499899999998, 124.024999], "size": [4.450002, 3.6500019999999997]}}, "C3": {"layer": "F", "center": [127.55, 108.14999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [127.55, 107.3625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [127.55, 108.9375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C3", "bbox": {"pos": [126.79499899999999, 106.644999], "size": [1.5100019999999998, 3.010002]}}, "C2": {"layer": "F", "center": [132.29999999999998, 109.14999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [132.29999999999998, 109.9375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [132.29999999999998, 108.3625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C2", "bbox": {"pos": [131.544999, 107.644999], "size": [1.5100019999999998, 3.010002]}}, "C1": {"layer": "F", "center": [131.4, 119.14999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [131.4, 118.3625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [131.4, 119.9375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C1", "bbox": {"pos": [130.64499899999998, 117.644999], "size": [1.5100019999999998, 3.010002]}}, "L40": {"layer": "F", "center": [124.3, 91.64999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [125.08749999999999, 91.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [123.51249999999999, 91.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "L40", "bbox": {"pos": [122.79499899999999, 90.894999], "size": [3.010002, 1.5100019999999998]}}, "D20": {"layer": "F", "center": [144.75, 109.44999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [142.54999999999998, 109.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.3, 1.5999999999999999]}, {"layers": ["F"], "angle": -180.0, "pos": [146.95, 109.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.3, 1.5999999999999999]}], "drawings": [], "ref": "D20", "bbox": {"pos": [141.52499899999998, 107.82499899999999], "size": [6.450002, 3.250002]}}, "C62": {"layer": "F", "center": [133.79999999999998, 85.89999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [134.5875, 85.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [133.0125, 85.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C62", "bbox": {"pos": [132.294999, 85.144999], "size": [3.010002, 1.5100019999999998]}}, "C63": {"layer": "F", "center": [130.2, 100.8], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [130.2, 101.58749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [130.2, 100.01249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C63", "bbox": {"pos": [129.444999, 99.29499899999999], "size": [1.5100019999999998, 3.010002]}}, "C61": {"layer": "F", "center": [148.29999999999998, 87.7], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [148.29999999999998, 86.9125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [148.29999999999998, 88.4875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C61", "bbox": {"pos": [147.544999, 86.194999], "size": [1.5100019999999998, 3.010002]}}, "J43": {"layer": "F", "center": [155.0, 129.25], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [155.0, 129.25], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [152.45999999999998, 129.25], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [149.92, 129.25], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [147.38, 129.25], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J43", "bbox": {"pos": [145.574999, 127.424999], "size": [11.250002, 3.6500019999999997]}}, "SILK_PRIA": {"layer": "B", "center": [144.5, 115.0], "pads": [], "drawings": [], "ref": "SILK_PRIA", "bbox": {"pos": [133.911666, 111.07153199999999], "size": [21.176668, 7.862003]}}, "R45": {"layer": "F", "center": [164.4, 123.64999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [164.4, 124.4375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [164.4, 122.8625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R45", "bbox": {"pos": [163.64499899999998, 122.144999], "size": [1.5100019999999998, 3.010002]}}, "R44": {"layer": "F", "center": [138.15, 83.64999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [138.9375, 83.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [137.36249999999998, 83.64999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R44", "bbox": {"pos": [136.64499899999998, 82.894999], "size": [3.010002, 1.5100019999999998]}}, "R47": {"layer": "F", "center": [141.79999999999998, 82.45], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [141.79999999999998, 83.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [141.79999999999998, 81.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R47", "bbox": {"pos": [141.044999, 80.944999], "size": [1.5100019999999998, 3.010002]}}, "R46": {"layer": "F", "center": [164.4, 126.6], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [164.4, 127.38749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [164.4, 125.8125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R46", "bbox": {"pos": [163.64499899999998, 125.094999], "size": [1.5100019999999998, 3.010002]}}, "R41": {"layer": "F", "center": [131.85, 83.39999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [131.85, 82.6125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [131.85, 84.1875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R41", "bbox": {"pos": [131.094999, 81.894999], "size": [1.5100019999999998, 3.010002]}}, "R40": {"layer": "F", "center": [141.4, 84.85], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [142.1875, 84.85], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [140.61249999999998, 84.85], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R40", "bbox": {"pos": [139.89499899999998, 84.094999], "size": [3.010002, 1.5100019999999998]}}, "L30": {"layer": "F", "center": [126.19999999999999, 97.3], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [126.19999999999999, 98.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.4, 4.2]}, {"layers": ["F"], "angle": -90.0, "pos": [126.19999999999999, 95.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 4.2]}], "drawings": [], "ref": "L30", "bbox": {"pos": [123.974999, 95.07499899999999], "size": [4.450002, 4.450002]}}, "R42": {"layer": "B", "center": [133.1, 97.39999999999999], "pads": [{"layers": ["B"], "angle": -270.0, "pos": [133.1, 98.1875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["B"], "angle": -270.0, "pos": [133.1, 96.6125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R42", "bbox": {"pos": [132.344999, 95.894999], "size": [1.5100019999999998, 3.010002]}}, "R49": {"layer": "F", "center": [144.9, 82.45], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [144.9, 83.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [144.9, 81.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R49", "bbox": {"pos": [144.14499899999998, 80.944999], "size": [1.5100019999999998, 3.010002]}}, "R48": {"layer": "F", "center": [143.35, 82.45], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [143.35, 83.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [143.35, 81.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R48", "bbox": {"pos": [142.594999, 80.944999], "size": [1.5100019999999998, 3.010002]}}, "Q1": {"layer": "F", "center": [128.79999999999998, 116.5], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [130.655, 115.50999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [130.655, 116.17], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [130.655, 117.49], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [130.655, 116.83], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.76, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [129.6625, 116.5], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.7249999999999999, 2.245]}, {"layers": ["F"], "angle": -0.0, "pos": [127.66999999999999, 115.50999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [127.66999999999999, 117.49], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [127.66999999999999, 116.83], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}, {"layers": ["F"], "angle": -0.0, "pos": [127.66999999999999, 116.17], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.99, 0.40499999999999997]}], "drawings": [], "ref": "Q1", "bbox": {"pos": [126.87499899999999, 114.674999], "size": [4.450002, 3.6500019999999997]}}, "R4": {"layer": "F", "center": [130.6, 112.39999999999999], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [130.6, 111.6125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [130.6, 113.1875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R4", "bbox": {"pos": [129.844999, 110.894999], "size": [1.5100019999999998, 3.010002]}}, "Q2": {"layer": "F", "center": [122.35, 107.94999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [122.35, 108.94999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [121.39999999999999, 106.94999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [123.3, 106.94999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.8999999999999999, 0.7999999999999999]}], "drawings": [], "ref": "Q2", "bbox": {"pos": [120.57499899999999, 106.224999], "size": [3.5500019999999997, 3.450002]}}, "J49": {"layer": "F", "center": [175.62, 104.89], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 122.66999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 120.13], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 117.58999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 115.05], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 112.50999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 109.97], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 107.42999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 104.89], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J49", "bbox": {"pos": [173.794999, 103.064999], "size": [3.6500019999999997, 21.400002]}}, "J48": {"layer": "F", "center": [175.62, 83.32], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 101.1], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 98.56], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 96.02], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 93.47999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 90.94], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 88.39999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 85.86], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -0.0, "pos": [175.62, 83.32], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J48", "bbox": {"pos": [173.794999, 81.49499899999999], "size": [3.6500019999999997, 21.400002]}}, "R5": {"layer": "F", "center": [130.6, 109.35], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [130.6, 108.5625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [130.6, 110.13749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R5", "bbox": {"pos": [129.844999, 107.844999], "size": [1.5100019999999998, 3.010002]}}, "J45": {"layer": "F", "center": [169.25, 112.75999999999999], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [169.25, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.70999999999998, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [164.17, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [161.63, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [159.09, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [156.54999999999998, 112.75999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J45", "bbox": {"pos": [154.724999, 110.93499899999999], "size": [16.350002, 3.6500019999999997]}}, "J44": {"layer": "F", "center": [166.70999999999998, 129.25], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 129.25], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 126.71], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 124.16999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [166.70999999999998, 121.63], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J44", "bbox": {"pos": [164.884999, 119.82499899999999], "size": [3.6500019999999997, 11.250002]}}, "J47": {"layer": "F", "center": [169.25, 117.83999999999999], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [169.25, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.70999999999998, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [164.17, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [161.63, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [159.09, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [156.54999999999998, 117.83999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J47", "bbox": {"pos": [154.724999, 116.01499899999999], "size": [16.350002, 3.6500019999999997]}}, "J46": {"layer": "F", "center": [169.25, 115.3], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [169.25, 115.3], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.70999999999998, 115.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [164.17, 115.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [161.63, 115.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [159.09, 115.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [156.54999999999998, 115.3], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J46", "bbox": {"pos": [154.724999, 113.474999], "size": [16.350002, 3.6500019999999997]}}, "J41": {"layer": "F", "center": [161.63, 129.25], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [161.63, 129.25], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [161.63, 126.71], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [161.63, 124.16999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [161.63, 121.63], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J41", "bbox": {"pos": [159.80499899999998, 119.82499899999999], "size": [3.6500019999999997, 11.250002]}}, "J40": {"layer": "B", "center": [128.37, 79.77], "pads": [{"layers": ["F", "B"], "angle": -270.0, "pos": [128.37, 79.77], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [128.37, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [130.91, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [130.91, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [133.45, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [133.45, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [135.98999999999998, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [135.98999999999998, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [138.53, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [138.53, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [141.07, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [141.07, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.60999999999999, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [143.60999999999999, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [146.15, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [146.15, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [148.69, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [148.69, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [151.23, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [151.23, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [153.76999999999998, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [153.76999999999998, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [156.31, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [156.31, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.85, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [158.85, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [161.39, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [161.39, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [163.92999999999998, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [163.92999999999998, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.47, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [166.47, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [169.01, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [169.01, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [171.54999999999998, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [171.54999999999998, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [174.09, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [174.09, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [176.63, 79.77], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -270.0, "pos": [176.63, 77.22999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J40", "bbox": {"pos": [126.54499899999999, 75.394999], "size": [51.900002, 6.200002]}}, "Y40": {"layer": "B", "center": [127.69999999999999, 94.2], "pads": [{"layers": ["B"], "angle": -90.0, "pos": [127.69999999999999, 98.44999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [4.5, 2.0]}, {"layers": ["B"], "angle": -90.0, "pos": [127.69999999999999, 89.95], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [4.5, 2.0]}], "drawings": [], "ref": "Y40", "bbox": {"pos": [125.07499899999999, 87.374999], "size": [5.250001999999999, 13.650001999999999]}}, "J42": {"layer": "F", "center": [169.25, 129.25], "pads": [{"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 129.25], "drillsize": [1.0, 1.0], "shape": "rect", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 126.71], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 124.16999999999999], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}, {"layers": ["F", "B"], "angle": -180.0, "pos": [169.25, 121.63], "drillsize": [1.0, 1.0], "shape": "oval", "offset": [0.0, 0.0], "drillshape": "circle", "type": "th", "size": [1.7, 1.7]}], "drawings": [], "ref": "J42", "bbox": {"pos": [167.42499899999999, 119.82499899999999], "size": [3.6500019999999997, 11.250002]}}, "JP1": {"layer": "F", "center": [130.85, 104.0], "pads": [{"layers": ["F", "B"], "angle": -0.0, "pos": [130.85, 104.0], "drillsize": [1.0, 1.0], "shape": "circle", "offset": [0.0, 0.0], "drillshape": "circle", "pin1": 1, "type": "th", "size": [2.0, 2.0]}], "drawings": [], "ref": "JP1", "bbox": {"pos": [129.324999, 102.474999], "size": [3.0500019999999997, 3.0500019999999997]}}, "R7": {"layer": "F", "center": [125.8, 108.35], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [125.8, 107.5625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [125.8, 109.13749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R7", "bbox": {"pos": [125.04499899999999, 106.844999], "size": [1.5100019999999998, 3.010002]}}, "D51": {"layer": "F", "center": [136.75, 128.45], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [135.8125, 128.45], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -180.0, "pos": [137.6875, 128.45], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "D51", "bbox": {"pos": [135.044999, 127.429999], "size": [3.450002, 2.040002]}}, "C13": {"layer": "F", "center": [141.5, 123.25], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [141.5, 122.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [141.5, 124.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C13", "bbox": {"pos": [140.744999, 121.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "C12": {"layer": "F", "center": [140.25, 123.25], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [140.25, 122.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [140.25, 124.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C12", "bbox": {"pos": [139.494999, 121.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "C11": {"layer": "F", "center": [139.0, 123.25], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [139.0, 122.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [139.0, 124.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C11", "bbox": {"pos": [138.244999, 121.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "C10": {"layer": "F", "center": [137.75, 123.25], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [137.75, 122.46249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -90.0, "pos": [137.75, 124.0375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C10", "bbox": {"pos": [136.994999, 121.74499899999999], "size": [1.5100019999999998, 3.010002]}}, "C16": {"layer": "F", "center": [149.85, 119.14999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [151.25, 119.14999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "type": "smd", "size": [1.25, 1.75]}, {"layers": ["F"], "angle": -0.0, "pos": [148.45, 119.14999999999999], "shape": "roundrect", "radius": 0.25, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.25, 1.75]}], "drawings": [], "ref": "C16", "bbox": {"pos": [147.544999, 118.004999], "size": [4.610002, 2.290002]}}, "C15": {"layer": "F", "center": [146.79999999999998, 122.64999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [146.79999999999998, 123.4375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [146.79999999999998, 121.8625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C15", "bbox": {"pos": [146.044999, 121.144999], "size": [1.5100019999999998, 3.010002]}}, "C14": {"layer": "F", "center": [146.9, 119.75], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [146.9, 120.5375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [146.9, 118.96249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "C14", "bbox": {"pos": [146.14499899999998, 118.24499899999999], "size": [1.5100019999999998, 3.010002]}}, "R2": {"layer": "F", "center": [121.5, 111.19999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [121.5, 111.9875], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [121.5, 110.4125], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R2", "bbox": {"pos": [120.74499899999999, 109.694999], "size": [1.5100019999999998, 3.010002]}}, "R3": {"layer": "F", "center": [125.85, 105.8], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [125.0625, 105.8], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [126.63749999999999, 105.8], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R3", "bbox": {"pos": [124.344999, 105.04499899999999], "size": [3.010002, 1.5100019999999998]}}, "R52": {"layer": "F", "center": [150.2, 81.89999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [150.98749999999998, 81.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [149.4125, 81.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R52", "bbox": {"pos": [148.694999, 81.144999], "size": [3.010002, 1.5100019999999998]}}, "R53": {"layer": "F", "center": [153.85, 81.89999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [153.0625, 81.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [154.6375, 81.89999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R53", "bbox": {"pos": [152.344999, 81.144999], "size": [3.010002, 1.5100019999999998]}}, "R50": {"layer": "F", "center": [146.45, 82.45], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [146.45, 83.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [146.45, 81.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R50", "bbox": {"pos": [145.694999, 80.944999], "size": [1.5100019999999998, 3.010002]}}, "R51": {"layer": "F", "center": [135.25, 125.05], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [135.25, 125.83749999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [135.25, 124.26249999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R51", "bbox": {"pos": [134.494999, 123.54499899999999], "size": [1.5100019999999998, 3.010002]}}, "R54": {"layer": "F", "center": [138.15, 82.14999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [138.9375, 82.14999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [137.36249999999998, 82.14999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R54", "bbox": {"pos": [136.64499899999998, 81.394999], "size": [3.010002, 1.5100019999999998]}}, "D49": {"layer": "F", "center": [173.29999999999998, 102.5], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 103.6], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 101.39999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D49", "bbox": {"pos": [172.324999, 100.874999], "size": [1.950002, 3.250002]}}, "D48": {"layer": "F", "center": [173.29999999999998, 108.69999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 109.8], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 107.6], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D48", "bbox": {"pos": [172.324999, 107.07499899999999], "size": [1.950002, 3.250002]}}, "D43": {"layer": "F", "center": [155.45, 85.5], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [155.45, 84.5625], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -90.0, "pos": [155.45, 86.4375], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "D43", "bbox": {"pos": [154.42999899999998, 83.79499899999999], "size": [2.040002, 3.450002]}}, "D42": {"layer": "F", "center": [153.65, 85.5], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [153.65, 84.5625], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -90.0, "pos": [153.65, 86.4375], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "D42", "bbox": {"pos": [152.629999, 83.79499899999999], "size": [2.040002, 3.450002]}}, "D41": {"layer": "F", "center": [151.85, 85.5], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [151.85, 84.5625], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -90.0, "pos": [151.85, 86.4375], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "D41", "bbox": {"pos": [150.829999, 83.79499899999999], "size": [2.040002, 3.450002]}}, "D40": {"layer": "F", "center": [150.04999999999998, 85.5], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [150.04999999999998, 84.5625], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "type": "smd", "size": [0.975, 1.4]}, {"layers": ["F"], "angle": -90.0, "pos": [150.04999999999998, 86.4375], "shape": "roundrect", "radius": 0.24375, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.975, 1.4]}], "drawings": [], "ref": "D40", "bbox": {"pos": [149.029999, 83.79499899999999], "size": [2.040002, 3.450002]}}, "D47": {"layer": "F", "center": [173.29999999999998, 111.8], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 112.89999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 110.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D47", "bbox": {"pos": [172.324999, 110.174999], "size": [1.950002, 3.250002]}}, "D46": {"layer": "F", "center": [173.29999999999998, 114.89999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 116.0], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [173.29999999999998, 113.8], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D46", "bbox": {"pos": [172.324999, 113.274999], "size": [1.950002, 3.250002]}}, "D45": {"layer": "F", "center": [175.04999999999998, 126.05], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [175.04999999999998, 127.14999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [175.04999999999998, 124.94999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D45", "bbox": {"pos": [174.074999, 124.424999], "size": [1.950002, 3.250002]}}, "D44": {"layer": "F", "center": [175.04999999999998, 129.2], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [175.04999999999998, 130.29999999999998], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [175.04999999999998, 128.1], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D44", "bbox": {"pos": [174.074999, 127.57499899999999], "size": [1.950002, 3.250002]}}, "SILK_HH": {"layer": "B", "center": [144.5, 101.39999999999999], "pads": [], "drawings": [], "ref": "SILK_HH", "bbox": {"pos": [134.48739899999998, 96.68228599999999], "size": [20.005558999999998, 9.430921999999999]}}, "R23": {"layer": "F", "center": [142.75, 117.25], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [143.5375, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -0.0, "pos": [141.9625, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R23", "bbox": {"pos": [141.244999, 116.49499899999999], "size": [3.010002, 1.5100019999999998]}}, "R22": {"layer": "F", "center": [152.4, 114.44999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [152.4, 115.2375], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -270.0, "pos": [152.4, 113.6625], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R22", "bbox": {"pos": [151.64499899999998, 112.944999], "size": [1.5100019999999998, 3.010002]}}, "SW1": {"layer": "F", "center": [130.79999999999998, 124.55], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [133.04999999999998, 120.0], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 2.1]}, {"layers": ["F"], "angle": -180.0, "pos": [133.04999999999998, 129.1], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 2.1]}, {"layers": ["F"], "angle": -180.0, "pos": [128.54999999999998, 120.0], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.4, 2.1]}, {"layers": ["F"], "angle": -180.0, "pos": [128.54999999999998, 129.1], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.4, 2.1]}], "drawings": [], "ref": "SW1", "bbox": {"pos": [127.274999, 118.524999], "size": [7.050002, 12.050002]}}, "R26": {"layer": "F", "center": [143.65, 107.19999999999999], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [142.86249999999998, 107.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [144.4375, 107.19999999999999], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R26", "bbox": {"pos": [142.14499899999998, 106.444999], "size": [3.010002, 1.5100019999999998]}}, "D4": {"layer": "F", "center": [135.45, 112.05], "pads": [{"layers": ["F"], "angle": -90.0, "pos": [135.45, 110.94999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -90.0, "pos": [135.45, 113.14999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D4", "bbox": {"pos": [134.474999, 110.424999], "size": [1.950002, 3.250002]}}, "R24": {"layer": "F", "center": [149.1, 117.25], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [148.3125, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [149.8875, 117.25], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R24", "bbox": {"pos": [147.594999, 116.49499899999999], "size": [3.010002, 1.5100019999999998]}}, "D2": {"layer": "F", "center": [135.25, 118.89999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [135.25, 120.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [1.0999999999999999, 1.0999999999999999]}, {"layers": ["F"], "angle": -270.0, "pos": [135.25, 117.5], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [1.0999999999999999, 1.0999999999999999]}], "drawings": [], "ref": "D2", "bbox": {"pos": [134.074999, 116.63999899999999], "size": [2.350002, 4.485002]}}, "D3": {"layer": "F", "center": [132.29999999999998, 112.19999999999999], "pads": [{"layers": ["F"], "angle": -270.0, "pos": [132.29999999999998, 113.3], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.5, 0.5]}, {"layers": ["F"], "angle": -270.0, "pos": [132.29999999999998, 111.1], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.5, 0.5]}], "drawings": [], "ref": "D3", "bbox": {"pos": [131.324999, 110.57499899999999], "size": [1.950002, 3.250002]}}, "R21": {"layer": "F", "center": [150.95, 105.6], "pads": [{"layers": ["F"], "angle": -180.0, "pos": [150.1625, 105.6], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "type": "smd", "size": [0.875, 0.95]}, {"layers": ["F"], "angle": -180.0, "pos": [151.73749999999998, 105.6], "shape": "roundrect", "radius": 0.21875, "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.875, 0.95]}], "drawings": [], "ref": "R21", "bbox": {"pos": [149.444999, 104.844999], "size": [3.010002, 1.5100019999999998]}}, "D1": {"layer": "F", "center": [125.25, 114.69999999999999], "pads": [{"layers": ["F"], "angle": -0.0, "pos": [126.3, 114.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "type": "smd", "size": [0.6, 0.44999999999999996]}, {"layers": ["F"], "angle": -0.0, "pos": [124.19999999999999, 114.69999999999999], "shape": "rect", "offset": [0.0, 0.0], "pin1": 1, "type": "smd", "size": [0.6, 0.44999999999999996]}], "drawings": [], "ref": "D1", "bbox": {"pos": [123.62499899999999, 113.724999], "size": [3.250002, 1.950002]}}}, "edges": [{"width": 0.15, "endangle": 0.0, "start": [182.0, 78.0], "radius": 3.0, "startangle": -90.0, "type": "arc"}, {"width": 0.15, "endangle": 90.0, "start": [182.0, 128.0], "radius": 3.0, "startangle": 0.0, "type": "arc"}, {"width": 0.15, "endangle": 180.0, "start": [123.0, 128.0], "radius": 3.0, "startangle": 90.0, "type": "arc"}, {"width": 0.15, "endangle": 270.0, "start": [123.0, 78.0], "radius": 3.0, "startangle": 180.0, "type": "arc"}, {"start": [120.0, 128.0], "end": [120.0, 78.0], "type": "segment", "width": 0.15}, {"start": [182.0, 131.0], "end": [123.0, 131.0], "type": "segment", "width": 0.15}, {"start": [185.0, 78.0], "end": [185.0, 128.0], "type": "segment", "width": 0.15}, {"start": [123.0, 75.0], "end": [182.0, 75.0], "type": "segment", "width": 0.15}], "bom": {"both": [[19, "100n", "C_0603_1608Metric", ["C1", "C2", "C3", "C13", "C22", "C25", "C31", "C32", "C41", "C42", "C43", "C44", "C49", "C50", "C53", "C55", "C61", "C62", "C63"], []], [6, "10\u00b5", "C_0603_1608Metric", ["C10", "C11", "C12", "C20", "C21", "C30"], []], [4, "22\u00b5", "C_0603_1608Metric", ["C33", "C34", "C52", "C54"], []], [3, "1\u00b5", "C_0603_1608Metric", ["C14", "C15", "C51"], []], [3, "22p", "C_0603_1608Metric", ["C24", "C45", "C46"], []], [3, "2\u00b52", "C_0603_1608Metric", ["C40", "C47", "C48"], []], [1, "2n4", "C_0603_1608Metric", ["C23"], []], [2, "100\u00b5", "C_1206_3216Metric", ["C16", "C26"], []], [16, "1k8", "R_0603_1608Metric", ["R2", "R3", "R4", "R5", "R7", "R10", "R21", "R40", "R41", "R43", "R44", "R45", "R46", "R52", "R53", "R54"], []], [5, "330R", "R_0603_1608Metric", ["R47", "R48", "R49", "R50", "R51"], []], [3, "180k", "R_0603_1608Metric", ["R1", "R11", "R24"], []], [2, "12k", "R_0603_1608Metric", ["R6", "R22"], []], [2, "34k", "R_0603_1608Metric", ["R12", "R25"], []], [1, "82k", "R_0603_1608Metric", ["R23"], []], [1, "8R2", "R_0603_1608Metric", ["R26"], []], [1, "22R", "R_0603_1608Metric", ["R42"], []], [1, "1\u00b5", "L_0603_1608Metric", ["L40"], []], [1, "4\u00b57", "SRN4018TA-4R7M", ["L30"], []], [1, "4\u00b57", "XAL4030", ["L20"], []], [1, "2\u00b52", "XAL60xx", ["L10"], []], [1, "VSSAF5L45", "D_DO-221AC", ["D20"], []], [1, "SS24FL", "D_SOD-123F", ["D2"], []], [1, "5.2V", "D_SOD-123F", ["D10"], []], [1, "18V", "D_SOD-323", ["D1"], []], [8, "3V6", "D_SOD-323F", ["D3", "D44", "D45", "D46", "D47", "D48", "D49", "D50"], []], [1, "24V", "D_SOD-323F", ["D4"], []], [2, "Red", "LED_0805_2012Metric", ["D40", "D51"], []], [1, "Yellow", "LED_0805_2012Metric", ["D41"], []], [1, "Green", "LED_0805_2012Metric", ["D42"], []], [1, "Blue", "LED_0805_2012Metric", ["D43"], []], [1, "Speaker", "Buzzer", ["U46"], []], [1, "RT7259", "DFN14_4x3", ["U10"], []], [1, "TPS54340", "HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias", ["U20"], []], [1, "STM32F401VBT6", "LQFP-100_14x14mm_P0.5mm", ["U40"], []], [1, "TS30041-M033QFNR", "QFN-16-1EP_3x3mm_P0.5mm_EP2.7x2.7mm_ThermalVias", ["U30"], []], [1, "IMU_ICM-20689", "QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm", ["U43"], []], [1, "MC74VHC1G126", "SOT-23-5", ["U42"], []], [1, "74LVC2G32", "VSSOP-8_2.3x2mm_P0.5mm", ["U41"], []], [2, "DRV8835", "WSON12", ["U44", "U45"], []], [1, "Crystal", "Crystal_SMD_HC49-SD", ["Y40"], []], [1, "Push Button", "Push_Button_OnSideNotConnected", ["SW1"], []], [4, "Ferrite", "L_1206_3216Metric", ["FB1", "FB2", "FB3", "FB4"], []], [1, "SISS27DN", "PowerPAK_1212-8", ["Q1"], []], [1, "SIS488DN", "PowerPAK_1212-8", ["Q10"], []], [1, "BC-846", "SOT-23", ["Q2"], []], [1, "SERVO", "Pin_Header_Straight_1x06_Pitch2.54mm_servo", ["J52"], []], [1, "SERVO", "Pin_Header_Straight_2x06_Pitch2.54mm_thermals", ["J53"], []], [1, "POWER_OUT", "Socket_Strip_Straight_1x02_Pitch2.54mm", ["J2"], []], [1, "UART_EXT_1", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J41"], []], [1, "I2C_EXT_0", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J42"], []], [1, "I2C_EXT_0_EXP", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J43"], []], [1, "I2C_EXT_1", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J44"], []], [2, "MOTORS", "Socket_Strip_Straight_1x04_Pitch2.54mm_motor", ["J54", "J55"], []], [1, "SPI_EXT_0_0", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J45"], []], [1, "SPI_EXT_0_1", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J46"], []], [1, "SPI_EXT_1", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J47"], []], [1, "I/O_0-7", "Socket_Strip_Straight_1x08_Pitch2.54mm", ["J48"], []], [1, "I/O_8-15", "Socket_Strip_Straight_1x08_Pitch2.54mm", ["J49"], []], [1, "I/O_0-7", "Socket_Strip_Straight_2x08_Pitch2.54mm_thermals", ["J50"], []], [1, "I/O_8-15", "Socket_Strip_Straight_2x08_Pitch2.54mm_thermals", ["J51"], []], [1, "Raspberry Pi", "Socket_Strip_Straight_2x20_Pitch2.54mm_thermals", ["J40"], []]], "B": [[2, "22p", "C_0603_1608Metric", ["C45", "C46"], []], [1, "22R", "R_0603_1608Metric", ["R42"], []], [1, "Crystal", "Crystal_SMD_HC49-SD", ["Y40"], []], [1, "Raspberry Pi", "Socket_Strip_Straight_2x20_Pitch2.54mm_thermals", ["J40"], []]], "F": [[19, "100n", "C_0603_1608Metric", ["C1", "C2", "C3", "C13", "C22", "C25", "C31", "C32", "C41", "C42", "C43", "C44", "C49", "C50", "C53", "C55", "C61", "C62", "C63"], []], [6, "10\u00b5", "C_0603_1608Metric", ["C10", "C11", "C12", "C20", "C21", "C30"], []], [4, "22\u00b5", "C_0603_1608Metric", ["C33", "C34", "C52", "C54"], []], [3, "1\u00b5", "C_0603_1608Metric", ["C14", "C15", "C51"], []], [3, "2\u00b52", "C_0603_1608Metric", ["C40", "C47", "C48"], []], [1, "2n4", "C_0603_1608Metric", ["C23"], []], [1, "22p", "C_0603_1608Metric", ["C24"], []], [2, "100\u00b5", "C_1206_3216Metric", ["C16", "C26"], []], [16, "1k8", "R_0603_1608Metric", ["R2", "R3", "R4", "R5", "R7", "R10", "R21", "R40", "R41", "R43", "R44", "R45", "R46", "R52", "R53", "R54"], []], [5, "330R", "R_0603_1608Metric", ["R47", "R48", "R49", "R50", "R51"], []], [3, "180k", "R_0603_1608Metric", ["R1", "R11", "R24"], []], [2, "12k", "R_0603_1608Metric", ["R6", "R22"], []], [2, "34k", "R_0603_1608Metric", ["R12", "R25"], []], [1, "82k", "R_0603_1608Metric", ["R23"], []], [1, "8R2", "R_0603_1608Metric", ["R26"], []], [1, "1\u00b5", "L_0603_1608Metric", ["L40"], []], [1, "4\u00b57", "SRN4018TA-4R7M", ["L30"], []], [1, "4\u00b57", "XAL4030", ["L20"], []], [1, "2\u00b52", "XAL60xx", ["L10"], []], [1, "VSSAF5L45", "D_DO-221AC", ["D20"], []], [1, "SS24FL", "D_SOD-123F", ["D2"], []], [1, "5.2V", "D_SOD-123F", ["D10"], []], [1, "18V", "D_SOD-323", ["D1"], []], [8, "3V6", "D_SOD-323F", ["D3", "D44", "D45", "D46", "D47", "D48", "D49", "D50"], []], [1, "24V", "D_SOD-323F", ["D4"], []], [2, "Red", "LED_0805_2012Metric", ["D40", "D51"], []], [1, "Yellow", "LED_0805_2012Metric", ["D41"], []], [1, "Green", "LED_0805_2012Metric", ["D42"], []], [1, "Blue", "LED_0805_2012Metric", ["D43"], []], [1, "Speaker", "Buzzer", ["U46"], []], [1, "RT7259", "DFN14_4x3", ["U10"], []], [1, "TPS54340", "HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias", ["U20"], []], [1, "STM32F401VBT6", "LQFP-100_14x14mm_P0.5mm", ["U40"], []], [1, "TS30041-M033QFNR", "QFN-16-1EP_3x3mm_P0.5mm_EP2.7x2.7mm_ThermalVias", ["U30"], []], [1, "IMU_ICM-20689", "QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm", ["U43"], []], [1, "MC74VHC1G126", "SOT-23-5", ["U42"], []], [1, "74LVC2G32", "VSSOP-8_2.3x2mm_P0.5mm", ["U41"], []], [2, "DRV8835", "WSON12", ["U44", "U45"], []], [1, "Push Button", "Push_Button_OnSideNotConnected", ["SW1"], []], [4, "Ferrite", "L_1206_3216Metric", ["FB1", "FB2", "FB3", "FB4"], []], [1, "SISS27DN", "PowerPAK_1212-8", ["Q1"], []], [1, "SIS488DN", "PowerPAK_1212-8", ["Q10"], []], [1, "BC-846", "SOT-23", ["Q2"], []], [1, "SERVO", "Pin_Header_Straight_1x06_Pitch2.54mm_servo", ["J52"], []], [1, "SERVO", "Pin_Header_Straight_2x06_Pitch2.54mm_thermals", ["J53"], []], [1, "POWER_OUT", "Socket_Strip_Straight_1x02_Pitch2.54mm", ["J2"], []], [1, "UART_EXT_1", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J41"], []], [1, "I2C_EXT_0", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J42"], []], [1, "I2C_EXT_0_EXP", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J43"], []], [1, "I2C_EXT_1", "Socket_Strip_Straight_1x04_Pitch2.54mm", ["J44"], []], [2, "MOTORS", "Socket_Strip_Straight_1x04_Pitch2.54mm_motor", ["J54", "J55"], []], [1, "SPI_EXT_0_0", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J45"], []], [1, "SPI_EXT_0_1", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J46"], []], [1, "SPI_EXT_1", "Socket_Strip_Straight_1x06_Pitch2.54mm", ["J47"], []], [1, "I/O_0-7", "Socket_Strip_Straight_1x08_Pitch2.54mm", ["J48"], []], [1, "I/O_8-15", "Socket_Strip_Straight_1x08_Pitch2.54mm", ["J49"], []], [1, "I/O_0-7", "Socket_Strip_Straight_2x08_Pitch2.54mm_thermals", ["J50"], []], [1, "I/O_8-15", "Socket_Strip_Straight_2x08_Pitch2.54mm_thermals", ["J51"], []]]}, "silkscreen": {"B": [{"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "UART", "thickness": 0.3, "pos": [159.1, 125.39999999999999], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "Servo", "thickness": 0.3, "pos": [171.75, 100.05], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "Motor", "thickness": 0.3, "pos": [171.75, 86.1], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "SPI", "thickness": 0.3, "pos": [171.75, 115.3], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "Analog/Digital Input, Digital Output", "thickness": 0.3, "pos": [178.1, 103.0], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "I\u00b2C", "thickness": 0.3, "pos": [171.75, 125.44999999999999], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "v1.0", "thickness": 0.3, "pos": [124.6, 107.75], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "SN:", "thickness": 0.3, "pos": [130.45, 110.55], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "hedgehog.pria.at", "thickness": 0.3, "pos": [144.5, 107.5], "height": 1.5}, {"width": 1.0999999999999999, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "GND", "thickness": 0.19999999999999998, "pos": [154.95, 126.69999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "3V3", "thickness": 0.19999999999999998, "pos": [152.4, 126.55], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "SCL", "thickness": 0.19999999999999998, "pos": [149.85, 126.6], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "SDA", "thickness": 0.19999999999999998, "pos": [147.35, 126.64999999999999], "height": 1.0999999999999999}, {"width": 1.5, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "I\u00b2C EXP", "thickness": 0.3, "pos": [151.15, 124.0], "height": 1.5}, {"start": [130.7, 129.25], "end": [125.25, 123.8], "type": "segment", "width": 0.5}, {"start": [138.9, 129.25], "end": [130.7, 129.25], "type": "segment", "width": 0.5}, {"width": 1.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "-", "thickness": 0.35, "pos": [143.1, 127.25], "height": 1.5}, {"width": 1.5, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.35, "pos": [140.54999999999998, 127.25], "height": 1.5}, {"width": 1.5, "angle": 270.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "6-24V", "thickness": 0.3, "pos": [129.0, 120.1], "height": 1.5}, {"width": 3.0, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "-", "thickness": 0.5, "pos": [126.0, 121.94999999999999], "height": 3.0}, {"width": 3.0, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "+", "thickness": 0.5, "pos": [126.19999999999999, 117.85], "height": 3.0}, {"width": 1.0, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "Y40", "thickness": 0.15, "pos": [131.15, 90.8], "height": 1.0}, {"start": [130.25, 87.5], "end": [125.14999999999999, 87.5], "type": "segment", "width": 0.12}, {"start": [130.25, 87.5], "end": [130.25, 100.89999999999999], "type": "segment", "width": 0.12}, {"start": [130.25, 100.89999999999999], "end": [125.14999999999999, 100.89999999999999], "type": "segment", "width": 0.12}, {"start": [125.14999999999999, 100.89999999999999], "end": [125.14999999999999, 87.5], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "Raspberry Pi", "thickness": 0.15, "pos": [152.5, 82.0], "height": 1.0}, {"start": [127.03999999999999, 81.1], "end": [177.95999999999998, 81.1], "type": "segment", "width": 0.12}, {"start": [177.95999999999998, 81.1], "end": [177.95999999999998, 75.89999999999999], "type": "segment", "width": 0.12}, {"start": [177.95999999999998, 75.89999999999999], "end": [127.03999999999999, 75.89999999999999], "type": "segment", "width": 0.12}, {"start": [127.03999999999999, 75.89999999999999], "end": [127.03999999999999, 81.1], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "C46", "thickness": 0.15, "pos": [132.79999999999998, 93.85], "height": 1.0}, {"start": [131.96, 93.687221], "end": [131.96, 94.012779], "type": "segment", "width": 0.12}, {"start": [130.94, 93.687221], "end": [130.94, 94.012779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "C45", "thickness": 0.15, "pos": [131.45, 100.0], "height": 1.0}, {"start": [130.94, 97.412779], "end": [130.94, 97.087221], "type": "segment", "width": 0.12}, {"start": [131.96, 97.412779], "end": [131.96, 97.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "R42", "thickness": 0.15, "pos": [133.1, 100.1], "height": 1.0}, {"start": [133.60999999999999, 97.23722099999999], "end": [133.60999999999999, 97.56277899999999], "type": "segment", "width": 0.12}, {"start": [132.59, 97.23722099999999], "end": [132.59, 97.56277899999999], "type": "segment", "width": 0.12}, {"angle": [180.0], "type": "polygon", "pos": [134.45, 125.55], "polygons": [[[0.08851099999999999, 2.666619], [0.16747499999999998, 2.666022], [0.238345, 2.6651059999999998], [0.29894, 2.663915], [0.347074, 2.662495], [0.38056399999999996, 2.6608899999999998], [0.39722599999999997, 2.659145], [0.398483, 2.658708], [0.40343799999999996, 2.64717], [0.411391, 2.6177159999999997], [0.422052, 2.57169], [0.435133, 2.510436], [0.450345, 2.435298], [0.46739899999999995, 2.34762], [0.48250299999999996, 2.267595], [0.49836899999999995, 2.183459], [0.513464, 2.1052589999999998], [0.527357, 2.035098], [0.5396139999999999, 1.9750809999999999], [0.549804, 1.9273099999999999], [0.557496, 1.893889], [0.562255, 1.876922], [0.5630809999999999, 1.875319], [0.575094, 1.8685159999999998], [0.602214, 1.8559299999999999], [0.641686, 1.838674], [0.690751, 1.817864], [0.746651, 1.794614], [0.806628, 1.7700399999999998], [0.867925, 1.7452569999999998], [0.9277839999999999, 1.72138], [0.983447, 1.699523], [1.0321559999999999, 1.680801], [1.071154, 1.6663299999999999], [1.097682, 1.657225], [1.108984, 1.6545999999999998], [1.108998, 1.6546049999999999], [1.119209, 1.660896], [1.1437009999999999, 1.6770589999999999], [1.180671, 1.7018739999999999], [1.2283169999999999, 1.7341199999999999], [1.2848359999999999, 1.772575], [1.348425, 1.8160189999999998], [1.417282, 1.8632309999999999], [1.433956, 1.874687], [1.504011, 1.922543], [1.5695169999999998, 1.966718], [1.628628, 2.0060089999999997], [1.6795, 2.039218], [1.7202879999999998, 2.065141], [1.749147, 2.082579], [1.7642339999999999, 2.090329], [1.765552, 2.090615], [1.776554, 2.083862], [1.7992359999999998, 2.064821], [1.83177, 2.035323], [1.872326, 1.9971949999999998], [1.919077, 1.952268], [1.970194, 1.9023709999999998], [2.023848, 1.849332], [2.07821, 1.794981], [2.1314539999999997, 1.741148], [2.181748, 1.68966], [2.2272659999999997, 1.642348], [2.2661789999999997, 1.601041], [2.296658, 1.5675679999999999], [2.316874, 1.5437569999999998], [2.3249999999999997, 1.531439], [2.325077, 1.5308869999999999], [2.319699, 1.5191189999999999], [2.304385, 1.49321], [2.280364, 1.455053], [2.2488669999999997, 1.40654], [2.211122, 1.349565], [2.16836, 1.28602], [2.121811, 1.217797], [2.1188249999999997, 1.2134509999999998], [2.07172, 1.144757], [2.027885, 1.0805], [1.988616, 1.022607], [1.95521, 0.9730019999999999], [1.9289619999999998, 0.933611], [1.911169, 0.9063599999999999], [1.903128, 0.893172], [1.903017, 0.892941], [1.901509, 0.8838619999999999], [1.903678, 0.8687849999999999], [1.910191, 0.845877], [1.9217179999999998, 0.813299], [1.938925, 0.7692169999999999], [1.962483, 0.711793], [1.9930599999999998, 0.639192], [2.009134, 0.601438], [2.04042, 0.529129], [2.069254, 0.46440299999999995], [2.094675, 0.40929099999999996], [2.115723, 0.365823], [2.131436, 0.336028], [2.140854, 0.321937], [2.141752, 0.321253], [2.154925, 0.317444], [2.1850929999999997, 0.31057199999999996], [2.230032, 0.301087], [2.287517, 0.289439], [2.3553219999999997, 0.27607699999999996], [2.431224, 0.261453], [2.512996, 0.24601499999999998], [2.5219419999999997, 0.24434499999999998], [2.615666, 0.226575], [2.69818, 0.210343], [2.7680599999999997, 0.195956], [2.823883, 0.183724], [2.864225, 0.173953], [2.887664, 0.166953], [2.893176, 0.164011], [2.894946, 0.15173699999999998], [2.896588, 0.122109], [2.898056, 0.07730999999999999], [2.8993059999999997, 0.019524], [2.900292, -0.049066], [2.900969, -0.126276], [2.9012919999999998, -0.209922], [2.901312, -0.230823], [2.901249, -0.32989999999999997], [2.9009359999999997, -0.411157], [2.9003129999999997, -0.47630799999999995], [2.8993219999999997, -0.527072], [2.897901, -0.565164], [2.895993, -0.592301], [2.893537, -0.6101989999999999], [2.890475, -0.620575], [2.8876839999999997, -0.624504], [2.8751849999999997, -0.628846], [2.845698, -0.636154], [2.801472, -0.6459579999999999], [2.744754, -0.65779], [2.67779, -0.67118], [2.602829, -0.6856599999999999], [2.52378, -0.700454], [2.435021, -0.717112], [2.355383, -0.732657], [2.28666, -0.7467039999999999], [2.230648, -0.758869], [2.1891439999999998, -0.768766], [2.163942, -0.77601], [2.157167, -0.779102], [2.149432, -0.791512], [2.135989, -0.8192069999999999], [2.1179129999999997, -0.859517], [2.096276, -0.909775], [2.0721529999999997, -0.967308], [2.046617, -1.02945], [2.020742, -1.093529], [1.995601, -1.156877], [1.97227, -1.216823], [1.9518199999999999, -1.270699], [1.9353259999999999, -1.3158349999999999], [1.923862, -1.349561], [1.918502, -1.369208], [1.918378, -1.372774], [1.9248109999999998, -1.383382], [1.941055, -1.408197], [1.9658399999999998, -1.445334], [1.997898, -1.492909], [2.035956, -1.5490359999999999], [2.078747, -1.611831], [2.124062, -1.678043], [2.170169, -1.7457639999999999], [2.212552, -1.8089659999999999], [2.249967, -1.865721], [2.2811719999999998, -1.914099], [2.30492, -1.9521739999999999], [2.319969, -1.978017], [2.325077, -1.9895939999999999], [2.318342, -2.0004969999999997], [2.2993509999999997, -2.023111], [2.2699309999999997, -2.055606], [2.231905, -2.0961499999999997], [2.1870979999999998, -2.142913], [2.1373349999999998, -2.1940619999999997], [2.08444, -2.247767], [2.0302379999999998, -2.302197], [1.976553, -2.355521], [1.925211, -2.405907], [1.878035, -2.451524], [1.8368499999999999, -2.490541], [1.8034819999999998, -2.521127], [1.779753, -2.541451], [1.76749, -2.549681], [1.76691, -2.54977], [1.7556109999999998, -2.544403], [1.730173, -2.5291319999999997], [1.692505, -2.5052019999999997], [1.644514, -2.473859], [1.588106, -2.4363479999999997], [1.525189, -2.393914], [1.4601439999999999, -2.3495], [1.392677, -2.303477], [1.329796, -2.26118], [1.2734219999999998, -2.2238569999999998], [1.225476, -2.192755], [1.187879, -2.16912], [1.162553, -2.1541989999999998], [1.151563, -2.149231], [1.137282, -2.1536939999999998], [1.109414, -2.1659729999999997], [1.071456, -2.184406], [1.026908, -2.207329], [1.006443, -2.218235], [0.957309, -2.243745], [0.91445, -2.264183], [0.8811009999999999, -2.27812], [0.860494, -2.284125], [0.857354, -2.2841769999999997], [0.8523769999999999, -2.281495], [0.8459139999999999, -2.2739469999999997], [0.837437, -2.2603489999999997], [0.8264199999999999, -2.239514], [0.8123349999999999, -2.210258], [0.7946559999999999, -2.171396], [0.772855, -2.121741], [0.746404, -2.060111], [0.714777, -1.985318], [0.677447, -1.896178], [0.633886, -1.791505], [0.583568, -1.670115], [0.5747329999999999, -1.648769], [0.531265, -1.543324], [0.49021499999999996, -1.4429669999999999], [0.45216999999999996, -1.349183], [0.417719, -1.2634589999999999], [0.387449, -1.187281], [0.36194699999999996, -1.1221349999999999], [0.341802, -1.069508], [0.327601, -1.030885], [0.319932, -1.007753], [0.31877099999999997, -1.001557], [0.328748, -0.990188], [0.351391, -0.970822], [0.38314299999999996, -0.946352], [0.41379499999999997, -0.924287], [0.49486199999999997, -0.86456], [0.561064, -0.808137], [0.615776, -0.751313], [0.6623709999999999, -0.69038], [0.704221, -0.62163], [0.724738, -0.582535], [0.770686, -0.470171], [0.7982239999999999, -0.35415199999999997], [0.807654, -0.236449], [0.799276, -0.11903599999999999], [0.7733909999999999, -0.003884], [0.730301, 0.10703399999999999], [0.670306, 0.211747], [0.593707, 0.308283], [0.5878169999999999, 0.314593], [0.49618799999999996, 0.398396], [0.39386299999999996, 0.46649599999999997], [0.27952699999999997, 0.519701], [0.224348, 0.538831], [0.192181, 0.548125], [0.161857, 0.554553], [0.128567, 0.558617], [0.08749599999999999, 0.560819], [0.033835, 0.561661], [0.004885, 0.56173], [-0.055930999999999995, 0.561326], [-0.102045, 0.5597759999999999], [-0.138282, 0.55658], [-0.16946699999999998, 0.551235], [-0.200426, 0.543237], [-0.214923, 0.538841], [-0.33414099999999997, 0.49191199999999996], [-0.44238099999999997, 0.429442], [-0.538519, 0.352377], [-0.621433, 0.261665], [-0.689998, 0.158254], [-0.708982, 0.122115], [-0.748544, 0.032005], [-0.7745489999999999, -0.05332], [-0.7887299999999999, -0.141238], [-0.792832, -0.23446199999999998], [-0.7834869999999999, -0.359595], [-0.755783, -0.47897199999999995], [-0.7102149999999999, -0.591367], [-0.647276, -0.695554], [-0.5693159999999999, -0.788414], [-0.534345, -0.8210989999999999], [-0.488917, -0.859215], [-0.438944, -0.8981779999999999], [-0.39033799999999996, -0.9334], [-0.34901, -0.960297], [-0.34396299999999996, -0.963239], [-0.321477, -0.9803569999999999], [-0.307938, -0.998585], [-0.307067, -1.001248], [-0.309861, -1.014082], [-0.319921, -1.043911], [-0.33686, -1.089753], [-0.360293, -1.150628], [-0.389831, -1.225553], [-0.425089, -1.3135459999999999], [-0.46568, -1.4136259999999998], [-0.5112169999999999, -1.524811], [-0.556291, -1.633999], [-0.599422, -1.738041], [-0.6405489999999999, -1.83709], [-0.679032, -1.9296149999999999], [-0.714232, -2.014088], [-0.74551, -2.088978], [-0.772226, -2.152758], [-0.793742, -2.203897], [-0.809419, -2.240865], [-0.818616, -2.262134], [-0.820666, -2.266556], [-0.836498, -2.282148], [-0.8495929999999999, -2.286], [-0.8644259999999999, -2.281528], [-0.892797, -2.269222], [-0.9311729999999999, -2.250746], [-0.9760169999999999, -2.227764], [-0.996841, -2.216678], [-1.054165, -2.186908], [-1.099391, -2.16575], [-1.131008, -2.15386], [-1.146495, -2.151611], [-1.1602299999999999, -2.158211], [-1.1874259999999999, -2.1744239999999997], [-1.2255589999999998, -2.198628], [-1.272103, -2.2292009999999998], [-1.324535, -2.264523], [-1.357923, -2.287425], [-1.448149, -2.349659], [-1.5236859999999999, -2.401569], [-1.585861, -2.4440239999999998], [-1.6359979999999998, -2.477896], [-1.67542, -2.504057], [-1.705454, -2.523377], [-1.7274239999999998, -2.536727], [-1.7426549999999998, -2.544978], [-1.752472, -2.5490019999999998], [-1.756946, -2.54977], [-1.7670739999999998, -2.5430759999999997], [-1.789354, -2.523997], [-1.8221919999999998, -2.494033], [-1.863997, -2.454688], [-1.913176, -2.407463], [-1.968138, -2.35386], [-2.027289, -2.2953799999999998], [-2.0389779999999997, -2.283734], [-2.098584, -2.2239809999999998], [-2.153825, -2.168044], [-2.203159, -2.117524], [-2.245044, -2.074029], [-2.277936, -2.03916], [-2.300294, -2.0145239999999998], [-2.310574, -2.001724], [-2.311025, -2.000795], [-2.312755, -1.99507], [-2.31336, -1.989218], [-2.311855, -1.981655], [-2.307257, -1.970794], [-2.2985819999999997, -1.955048], [-2.284846, -1.9328319999999999], [-2.265066, -1.9025599999999998], [-2.238258, -1.8626449999999999], [-2.203438, -1.8114999999999999], [-2.1596219999999997, -1.747541], [-2.105827, -1.669181], [-2.100931, -1.66205], [-2.055458, -1.595434], [-2.0137199999999997, -1.533536], [-1.9769729999999999, -1.4782819999999999], [-1.946477, -1.431594], [-1.9234879999999999, -1.3953959999999999], [-1.909266, -1.3716119999999998], [-1.9049999999999998, -1.362442], [-1.908517, -1.350137], [-1.91848, -1.322031], [-1.93401, -1.280436], [-1.9542249999999999, -1.2276639999999999], [-1.978246, -1.166026], [-2.00519, -1.097835], [-2.018664, -1.064053], [-2.052774, -0.979451], [-2.080758, -0.9116369999999999], [-2.103315, -0.8590909999999999], [-2.1211409999999997, -0.8202919999999999], [-2.134935, -0.793721], [-2.145394, -0.777856], [-2.152991, -0.771269], [-2.167143, -0.7675409999999999], [-2.198199, -0.760788], [-2.2438409999999998, -0.751467], [-2.3017469999999998, -0.740038], [-2.3695969999999997, -0.726958], [-2.445071, -0.712687], [-2.519382, -0.698874], [-2.599459, -0.683878], [-2.673712, -0.669528], [-2.7398819999999997, -0.656296], [-2.795711, -0.64465], [-2.83894, -0.635062], [-2.86731, -0.628002], [-2.878402, -0.6241], [-2.881858, -0.618001], [-2.884689, -0.604887], [-2.8869499999999997, -0.5830989999999999], [-2.888697, -0.550979], [-2.889986, -0.506869], [-2.890872, -0.449109], [-2.8914109999999997, -0.37604099999999996], [-2.8916589999999998, -0.286008], [-2.891692, -0.22860599999999998], [-2.891692, 0.155857], [-2.8697109999999997, 0.16941799999999999], [-2.855312, 0.17423], [-2.8239669999999997, 0.181976], [-2.7779689999999997, 0.192179], [-2.719611, 0.204361], [-2.6511839999999998, 0.218043], [-2.5749809999999997, 0.23274699999999998], [-2.493296, 0.247994], [-2.491154, 0.248387], [-2.409853, 0.263557], [-2.3344069999999997, 0.278126], [-2.267028, 0.29162899999999997], [-2.20993, 0.303603], [-2.165326, 0.31358199999999997], [-2.13543, 0.321102], [-2.122454, 0.32569699999999996], [-2.122298, 0.325833], [-2.11521, 0.33788199999999996], [-2.10188, 0.365179], [-2.0835049999999997, 0.404945], [-2.06128, 0.45439799999999997], [-2.036402, 0.510757], [-2.010069, 0.571242], [-1.983477, 0.633072], [-1.9578229999999999, 0.6934659999999999], [-1.934304, 0.749643], [-1.914115, 0.798823], [-1.898455, 0.838224], [-1.88852, 0.865066], [-1.8854609999999998, 0.8761639999999999], [-1.890831, 0.887355], [-1.906132, 0.912744], [-1.930154, 0.9504819999999999], [-1.961684, 0.9987159999999999], [-1.9995109999999998, 1.055598], [-2.042423, 1.119275], [-2.089209, 1.187897], [-2.096648, 1.198739], [-2.144138, 1.2681959999999999], [-2.1881619999999997, 1.3331709999999999], [-2.227473, 1.39178], [-2.260823, 1.442137], [-2.286963, 1.482354], [-2.304647, 1.510546], [-2.312626, 1.524826], [-2.312897, 1.525606], [-2.3114339999999998, 1.5334999999999999], [-2.303433, 1.546792], [-2.287851, 1.566624], [-2.263643, 1.594136], [-2.2297659999999997, 1.630472], [-2.185176, 1.6767729999999998], [-2.12883, 1.7341799999999998], [-2.0596829999999997, 1.803834], [-2.045769, 1.817788], [-1.976503, 1.8867509999999998], [-1.914698, 1.9473479999999999], [-1.8614069999999998, 1.9985929999999998], [-1.81768, 2.039497], [-1.7845689999999998, 2.069073], [-1.7631269999999999, 2.086335], [-1.755143, 2.090615], [-1.743153, 2.085245], [-1.717006, 2.069946], [-1.6785889999999999, 2.045941], [-1.6297899999999998, 2.014448], [-1.5724989999999999, 1.9766869999999999], [-1.508602, 1.9338799999999998], [-1.439989, 1.887247], [-1.432526, 1.882135], [-1.363268, 1.834752], [-1.2984179999999999, 1.790549], [-1.239897, 1.7508199999999998], [-1.189624, 1.7168649999999999], [-1.149521, 1.689978], [-1.121508, 1.671459], [-1.1075059999999999, 1.662602], [-1.1070149999999999, 1.662332], [-1.0984509999999998, 1.6597279999999999], [-1.085885, 1.6601059999999999], [-1.067194, 1.66417], [-1.0402529999999999, 1.672626], [-1.002939, 1.686178], [-0.953128, 1.70553], [-0.888698, 1.731388], [-0.8432459999999999, 1.7498669999999998], [-0.762757, 1.7827279999999999], [-0.698484, 1.8091469999999998], [-0.6485369999999999, 1.830034], [-0.61103, 1.846295], [-0.584073, 1.8588399999999998], [-0.565778, 1.868576], [-0.554257, 1.8764109999999998], [-0.5476219999999999, 1.883254], [-0.543984, 1.8900109999999999], [-0.542412, 1.894536], [-0.539307, 1.908199], [-0.5330889999999999, 1.9388349999999999], [-0.524191, 1.9842019999999998], [-0.513044, 2.042059], [-0.50008, 2.110165], [-0.48573, 2.1862779999999997], [-0.470425, 2.268157], [-0.468854, 2.276599], [-0.45336099999999996, 2.358689], [-0.43852199999999997, 2.4350009999999997], [-0.424799, 2.503333], [-0.412653, 2.561484], [-0.402545, 2.607253], [-0.394936, 2.638438], [-0.39028599999999997, 2.652837], [-0.389976, 2.653301], [-0.38415, 2.656851], [-0.371994, 2.6597519999999997], [-0.3518, 2.662063], [-0.321859, 2.663843], [-0.280462, 2.6651499999999997], [-0.225899, 2.666044], [-0.156462, 2.6665829999999997], [-0.07044199999999999, 2.666826], [0.003639, 2.6668499999999997], [0.08851099999999999, 2.666619]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.923867, 1.794933], [8.7376, 1.794933], [8.7376, 1.985433], [8.923867, 1.985433], [8.923867, 1.794933]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[-7.974589, 3.920229], [-7.965872, 3.9110229999999997], [-7.952106, 3.8961829999999997], [-7.933592, 3.876044], [-7.910634, 3.8509379999999998], [-7.883534, 3.821199], [-7.852595, 3.7871609999999998], [-7.8181199999999995, 3.749158], [-7.780411, 3.7075229999999997], [-7.739771999999999, 3.6625889999999997], [-7.696504, 3.614692], [-7.650911, 3.5641629999999997], [-7.603294999999999, 3.511336], [-7.553959, 3.456546], [-7.516798, 3.415241], [-7.448371, 3.3392079999999997], [-7.3855189999999995, 3.269481], [-7.328208999999999, 3.2060239999999998], [-7.276408, 3.1488], [-7.230083, 3.0977729999999997], [-7.189201, 3.052907], [-7.153728999999999, 3.014166], [-7.123632, 2.981513], [-7.098878, 2.9549119999999998], [-7.079434999999999, 2.9343269999999997], [-7.0652669999999995, 2.919721], [-7.056343, 2.9110579999999997], [-7.052667, 2.9082999999999997], [-7.045446, 2.908951], [-7.031810999999999, 2.910725], [-7.013698, 2.913354], [-6.9930449999999995, 2.9165669999999997], [-6.9925, 2.916655], [-6.848367, 2.936019], [-6.702135999999999, 2.948218], [-6.555139, 2.9532339999999997], [-6.408710999999999, 2.95105], [-6.264183999999999, 2.941646], [-6.143649, 2.92794], [-6.103832, 2.9224799999999997], [-5.671291, 3.416881], [-5.608604, 3.488492], [-5.551308, 3.5538559999999997], [-5.499257, 3.6131349999999998], [-5.45231, 3.66649], [-5.410321, 3.714082], [-5.373148, 3.7560719999999996], [-5.340646, 3.792621], [-5.312671, 3.82389], [-5.289079999999999, 3.850041], [-5.269729, 3.871234], [-5.254474, 3.887632], [-5.243170999999999, 3.899394], [-5.235677, 3.906682], [-5.231847, 3.9096569999999997], [-5.231425, 3.9097429999999997], [-5.227287, 3.9075509999999998], [-5.2162679999999995, 3.9013799999999996], [-5.198814, 3.891486], [-5.175373, 3.8781269999999997], [-5.146392, 3.861563], [-5.112318, 3.842049], [-5.0736, 3.8198459999999996], [-5.030685, 3.79521], [-4.98402, 3.7683989999999996], [-4.934051999999999, 3.7396719999999997], [-4.881228999999999, 3.709287], [-4.8259989999999995, 3.677501], [-4.768808, 3.644573], [-4.7101049999999995, 3.61076], [-4.650335999999999, 3.57632], [-4.58995, 3.541512], [-4.529393, 3.5065929999999996], [-4.469113, 3.471822], [-4.4095569999999995, 3.4374559999999996], [-4.351173999999999, 3.4037539999999997], [-4.29441, 3.3709729999999998], [-4.239713, 3.339371], [-4.18753, 3.3092059999999996], [-4.138307999999999, 3.280737], [-4.092496, 3.254221], [-4.05054, 3.229917], [-4.0128889999999995, 3.2080819999999997], [-3.9799879999999996, 3.188974], [-3.9522869999999997, 3.1728509999999996], [-3.9302319999999997, 3.159972], [-3.914271, 3.1505929999999998], [-3.904851, 3.144974], [-3.9026389999999997, 3.143592], [-3.9019359999999996, 3.142317], [-3.9018319999999997, 3.139541], [-3.902444, 3.134896], [-3.9038869999999997, 3.1280159999999997], [-3.9062769999999998, 3.118537], [-3.909731, 3.106092], [-3.914363, 3.090315], [-3.9202899999999996, 3.07084], [-3.927628, 3.047301], [-3.936492, 3.019332], [-3.946999, 2.986567], [-3.9592639999999997, 2.9486399999999997], [-3.973404, 2.905185], [-3.9895329999999998, 2.8558369999999997], [-4.007769, 2.8002279999999997], [-4.028226, 2.737993], [-4.0510209999999995, 2.668767], [-4.07627, 2.592183], [-4.099774, 2.520946], [-4.3037529999999995, 1.9028829999999999], [-4.277628, 1.871133], [-4.261937, 1.8515139999999999], [-4.24284, 1.8267769999999999], [-4.221719, 1.79879], [-4.1999569999999995, 1.7694159999999999], [-4.178934, 1.740522], [-4.160035, 1.713973], [-4.1447579999999995, 1.6918099999999998], [-4.1342799999999995, 1.675762], [-4.1282689999999995, 1.66509], [-4.12612, 1.658389], [-4.127225, 1.654256], [-4.1281159999999995, 1.6532939999999998], [-4.13331, 1.6497689999999998], [-4.145134, 1.642499], [-4.162997, 1.631821], [-4.186307, 1.618072], [-4.214477, 1.601591], [-4.246913, 1.582716], [-4.283028, 1.561783], [-4.32223, 1.5391299999999999], [-4.363929, 1.515096], [-4.407534, 1.4900179999999998], [-4.452456, 1.464233], [-4.4981029999999995, 1.43808], [-4.543887, 1.411896], [-4.589214999999999, 1.386019], [-4.633499, 1.360787], [-4.6761479999999995, 1.336536], [-4.716571, 1.313606], [-4.754179, 1.292333], [-4.78838, 1.273056], [-4.8185839999999995, 1.256112], [-4.844202, 1.241838], [-4.864643, 1.230573], [-4.8793169999999995, 1.222654], [-4.887633, 1.2184199999999998], [-4.889347, 1.217801], [-4.893208, 1.222539], [-4.900906, 1.2322009999999999], [-4.911055999999999, 1.245043], [-4.915704, 1.2509489999999999], [-4.960553, 1.304], [-5.011473, 1.3571259999999998], [-5.066351, 1.408226], [-5.11281, 1.447131], [-5.20339, 1.5141829999999998], [-5.296926, 1.5735519999999998], [-5.393663, 1.62533], [-5.493846, 1.6696119999999999], [-5.59772, 1.706489], [-5.7055299999999995, 1.7360559999999998], [-5.817521, 1.7584039999999999], [-5.933936999999999, 1.773628], [-5.983817, 1.7778909999999999], [-5.996706, 1.7785069999999998], [-6.01769, 1.7790839999999999], [-6.046399, 1.779621], [-6.0824609999999995, 1.780114], [-6.1255049999999995, 1.780562], [-6.175161, 1.780962], [-6.231057, 1.781312], [-6.292822, 1.7816079999999999], [-6.360084, 1.7818479999999999], [-6.432474, 1.782031], [-6.50962, 1.782152], [-6.59115, 1.782211], [-6.620925, 1.782216], [-7.198766, 1.782233], [-7.943849999999999, 1.037731], [-8.450792, 1.330469], [-8.511154, 1.365359], [-8.569467, 1.39913], [-8.625314, 1.4315369999999998], [-8.678276, 1.462334], [-8.727936, 1.491277], [-8.773875, 1.51812], [-8.815674999999999, 1.542617], [-8.85292, 1.564525], [-8.88519, 1.583597], [-8.912068, 1.599588], [-8.933136, 1.6122539999999999], [-8.947975, 1.621348], [-8.956169, 1.626626], [-8.957734, 1.6278979999999998], [-8.955293, 1.633804], [-8.948416, 1.645517], [-8.937771, 1.6620899999999998], [-8.924028, 1.6825759999999998], [-8.907854, 1.7060259999999998], [-8.889918999999999, 1.731493], [-8.87089, 1.75803], [-8.851436999999999, 1.7846899999999999], [-8.832227, 1.810525], [-8.81393, 1.834587], [-8.797214, 1.855929], [-8.794017, 1.8599139999999998], [-8.782748, 1.874197], [-8.773818, 1.886088], [-8.768369, 1.8940329999999999], [-8.767234, 1.8963679999999998], [-8.768665, 1.9006319999999999], [-8.772857, 1.9124249999999998], [-8.779657, 1.931328], [-8.788912999999999, 1.956921], [-8.800469999999999, 1.9887839999999999], [-8.814176, 2.026497], [-8.829877999999999, 2.0696399999999997], [-8.847423, 2.117795], [-8.866659, 2.1705389999999998], [-8.887432, 2.227455], [-8.909588, 2.288121], [-8.932977, 2.352119], [-8.957443, 2.419028], [-8.982835, 2.488428], [-9.004139, 2.5466279999999997], [-9.030156, 2.617705], [-9.055363, 2.6866049999999997], [-9.079608, 2.752912], [-9.102738, 2.816207], [-9.124601, 2.876073], [-9.145045, 2.932091], [-9.163919, 2.983845], [-9.181068999999999, 3.030917], [-9.196342999999999, 3.072889], [-9.20959, 3.1093439999999997], [-9.220657, 3.139863], [-9.229391999999999, 3.1640289999999998], [-9.235643, 3.181425], [-9.239258, 3.191632], [-9.240148, 3.194346], [-9.235066, 3.197549], [-9.223194, 3.2046569999999996], [-9.204987, 3.215407], [-9.180905, 3.229535], [-9.151403, 3.246775], [-9.11694, 3.266864], [-9.077973, 3.2895369999999997], [-9.034958999999999, 3.3145309999999997], [-8.988356, 3.34158], [-8.938621999999999, 3.370422], [-8.886213, 3.4007899999999998], [-8.831586999999999, 3.432422], [-8.775202, 3.4650529999999997], [-8.717514999999999, 3.4984189999999997], [-8.658983, 3.532256], [-8.600064, 3.5662979999999997], [-8.541215, 3.6002829999999997], [-8.482894, 3.6339449999999998], [-8.425559, 3.6670209999999996], [-8.369666, 3.6992469999999997], [-8.315673, 3.7303569999999997], [-8.264037, 3.7600879999999997], [-8.215216999999999, 3.788176], [-8.169668, 3.8143559999999996], [-8.12785, 3.838364], [-8.090219, 3.859936], [-8.057231999999999, 3.878808], [-8.029347999999999, 3.8947149999999997], [-8.007023, 3.907393], [-7.990715, 3.916578], [-7.980880999999999, 3.9220059999999997], [-7.977952999999999, 3.923467], [-7.974589, 3.920229]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[10.583333, 0.740833], [10.397067, 0.740833], [10.397067, 2.0277659999999997], [10.583333, 2.0277659999999997], [10.583333, 0.740833]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.923867, 0.740833], [8.7376, 0.740833], [8.7376, 1.6636989999999998], [8.923867, 1.6636989999999998], [8.923867, 0.740833]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[6.829732, 1.674617], [6.849533, 1.6716469999999999], [6.849533, 1.567737], [6.849499, 1.5354379999999999], [6.849352, 1.510657], [6.849021, 1.4924469999999999], [6.848437, 1.479857], [6.847531, 1.471941], [6.846233, 1.467751], [6.844473, 1.4663359999999999], [6.842181, 1.46675], [6.842124999999999, 1.4667729999999999], [6.834667, 1.469174], [6.821522, 1.472905], [6.8052209999999995, 1.477253], [6.8011029999999995, 1.478314], [6.76418, 1.484551], [6.729608, 1.4841449999999998], [6.698218, 1.4774349999999998], [6.670844, 1.464762], [6.648319, 1.4464629999999998], [6.631475999999999, 1.4228779999999999], [6.624473, 1.406418], [6.623417, 1.401089], [6.6224739999999995, 1.391495], [6.6216349999999995, 1.377201], [6.6208919999999996, 1.35777], [6.620235999999999, 1.33277], [6.6196589999999995, 1.301763], [6.619152, 1.264314], [6.618707, 1.21999], [6.618314, 1.168353], [6.617966, 1.10897], [6.617757999999999, 1.065741], [6.616308999999999, 0.740833], [6.430433, 0.740833], [6.430433, 1.6636989999999998], [6.616460999999999, 1.6636989999999998], [6.617639, 1.605999], [6.618817, 1.548298], [6.632778, 1.5698619999999999], [6.648664999999999, 1.590319], [6.669721999999999, 1.611751], [6.693321, 1.631831], [6.716837, 1.6482329999999998], [6.728606999999999, 1.654757], [6.755243, 1.66537], [6.783645, 1.6724949999999998], [6.810792999999999, 1.675541], [6.829732, 1.674617]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[5.895975, 2.026745], [5.9450829999999995, 2.026378], [5.986587, 2.025988], [6.021351999999999, 2.025474], [6.0502389999999995, 2.024737], [6.074113, 2.023675], [6.093836, 2.0221899999999997], [6.110271, 2.0201819999999997], [6.124281, 2.017549], [6.13673, 2.014193], [6.148479999999999, 2.010013], [6.160394999999999, 2.004909], [6.173337999999999, 1.9987819999999998], [6.184537, 1.9933079999999999], [6.222314, 1.9704819999999998], [6.25469, 1.941581], [6.281734999999999, 1.906472], [6.303522, 1.865022], [6.320124, 1.8171], [6.331611, 1.762573], [6.337266, 1.7128249999999998], [6.339207, 1.6501359999999998], [6.335, 1.5932039999999998], [6.324618999999999, 1.541937], [6.308039, 1.4962449999999998], [6.285233, 1.4560359999999999], [6.256177, 1.421219], [6.255177, 1.4202249999999998], [6.2232449999999995, 1.393247], [6.187537, 1.372121], [6.146509, 1.35601], [6.125633, 1.350107], [6.1127199999999995, 1.347103], [6.099546999999999, 1.344747], [6.084724, 1.342928], [6.066860999999999, 1.341535], [6.044568, 1.340457], [6.016456, 1.339583], [5.984875, 1.3388769999999999], [5.8801, 1.336786], [5.8801, 0.740833], [5.693833, 0.740833], [5.693833, 1.4768379999999999], [5.8801, 1.4768379999999999], [5.940424999999999, 1.479663], [5.965173, 1.481144], [5.989694999999999, 1.4831729999999999], [6.011375, 1.485499], [6.027597, 1.48787], [6.029388, 1.4882119999999999], [6.053832, 1.495002], [6.077868, 1.505018], [6.099151, 1.517048], [6.115334, 1.5298749999999999], [6.11999, 1.5351329999999999], [6.131175, 1.552181], [6.139333, 1.570787], [6.14492, 1.592697], [6.148395, 1.6196549999999998], [6.1501019999999995, 1.6499219999999999], [6.150079, 1.700723], [6.146101, 1.74433], [6.137877, 1.781181], [6.1251169999999995, 1.8117159999999999], [6.107532, 1.836371], [6.084830999999999, 1.8555869999999999], [6.056724, 1.8698], [6.022921999999999, 1.879449], [5.995405, 1.883759], [5.972607, 1.8858119999999998], [5.946503, 1.887328], [5.922248, 1.8880169999999998], [5.919258, 1.888031], [5.8801, 1.888066], [5.8801, 1.4768379999999999], [5.693833, 1.4768379999999999], [5.693833, 2.028219], [5.895975, 2.026745]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.991591, 1.67374], [10.020294999999999, 1.671652], [10.044089, 1.667976], [10.049627, 1.6666299999999998], [10.093331, 1.650736], [10.132272, 1.628245], [10.165859, 1.599637], [10.193501999999999, 1.565392], [10.209990999999999, 1.536273], [10.215755999999999, 1.52416], [10.22078, 1.513164], [10.225119999999999, 1.50263], [10.228831999999999, 1.491903], [10.231975, 1.4803279999999999], [10.234604, 1.467249], [10.236778, 1.4520119999999999], [10.238553, 1.43396], [10.239986, 1.41244], [10.241133999999999, 1.386795], [10.242054999999999, 1.356371], [10.242804999999999, 1.320513], [10.243442, 1.278564], [10.244023, 1.229871], [10.244605, 1.1737769999999998], [10.244995999999999, 1.134533], [10.245600999999999, 1.074984], [10.246174, 1.0232189999999999], [10.246747, 0.9785539999999999], [10.247356, 0.940307], [10.248033, 0.907793], [10.248813, 0.880331], [10.249730999999999, 0.8572369999999999], [10.250819, 0.837828], [10.252112, 0.821421], [10.253644, 0.807333], [10.255448999999999, 0.794881], [10.257560999999999, 0.7833819999999999], [10.260014, 0.772153], [10.262842, 0.76051], [10.263800999999999, 0.7567079999999999], [10.266751, 0.745066], [10.080268, 0.745066], [10.076092, 0.765174], [10.073599999999999, 0.778009], [10.070262, 0.796334], [10.066593, 0.817283], [10.064335, 0.830585], [10.056754999999999, 0.875888], [10.040322999999999, 0.8456039999999999], [10.020686, 0.8132229999999999], [9.999939999999999, 0.7859849999999999], [9.979194999999999, 0.765301], [9.973737, 0.761023], [9.946405, 0.745628], [9.914427, 0.735395], [9.880265, 0.730881], [9.847698, 0.732445], [9.816635999999999, 0.7410829999999999], [9.786871, 0.7571859999999999], [9.759366, 0.7797569999999999], [9.735082, 0.807801], [9.714983, 0.8403229999999999], [9.700032, 0.8763259999999999], [9.69634, 0.888999], [9.692141999999999, 0.913878], [9.690602, 0.943893], [9.691599, 0.976182], [9.693387999999999, 0.9928049999999999], [9.878549, 0.9928049999999999], [9.881196, 0.9583189999999999], [9.889002, 0.930527], [9.901956, 0.9094409999999999], [9.920050999999999, 0.895072], [9.943275, 0.8874299999999999], [9.968221, 0.8862949999999999], [9.988890999999999, 0.889926], [10.007190999999999, 0.899303], [10.007901, 0.8997919999999999], [10.021284999999999, 0.9108179999999999], [10.034794, 0.924612], [10.039871999999999, 0.930762], [10.054167, 0.949484], [10.054167, 1.072095], [10.054103999999999, 1.108414], [10.053891, 1.137054], [10.053492, 1.1588019999999999], [10.05287, 1.1744459999999999], [10.051988999999999, 1.184772], [10.050811, 1.190567], [10.049301, 1.1926189999999999], [10.048575, 1.1925599999999998], [10.042966, 1.1895099999999998], [10.031903999999999, 1.1828269999999999], [10.017021, 1.173514], [10.000931, 1.163213], [9.964343999999999, 1.137873], [9.935245, 1.1138789999999998], [9.912903, 1.090531], [9.896590999999999, 1.06713], [9.892316, 1.059094], [9.885506, 1.044427], [9.881386, 1.0323419999999999], [9.879299, 1.019682], [9.878591, 1.003287], [9.878549, 0.9928049999999999], [9.693387999999999, 0.9928049999999999], [9.695012, 1.007886], [9.700719999999999, 1.036141], [9.702862, 1.0435159999999999], [9.714279, 1.07428], [9.728869999999999, 1.105729], [9.745104999999999, 1.134855], [9.761453999999999, 1.158653], [9.761509, 1.158723], [9.781407999999999, 1.179503], [9.808914, 1.201433], [9.843316999999999, 1.2240849999999999], [9.883906, 1.247032], [9.929969, 1.269845], [9.980796, 1.292097], [9.988131, 1.2950949999999999], [10.055023, 1.322201], [10.053225, 1.388175], [10.05159, 1.4235369999999998], [10.048613, 1.4516529999999999], [10.043963999999999, 1.473682], [10.037312, 1.4907839999999999], [10.028326, 1.50412], [10.017279, 1.5143929999999999], [10.000928, 1.522624], [9.979944999999999, 1.527328], [9.957529, 1.528195], [9.93688, 1.524916], [9.930729, 1.52276], [9.912302, 1.5105069999999998], [9.897566999999999, 1.4908109999999999], [9.886637, 1.463905], [9.879627, 1.430018], [9.878122, 1.4165569999999998], [9.875199, 1.384299], [9.688842, 1.384299], [9.691422, 1.419224], [9.698746, 1.469631], [9.712750999999999, 1.5155699999999999], [9.73312, 1.556627], [9.759537, 1.59239], [9.791685, 1.622444], [9.829246999999999, 1.6463759999999998], [9.871907, 1.663772], [9.8806, 1.6663139999999999], [9.902481, 1.670528], [9.930038, 1.673173], [9.960623, 1.674246], [9.991591, 1.67374]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.332383, 1.673818], [9.383567, 1.670918], [9.428312, 1.6628399999999999], [9.467032, 1.649375], [9.500145, 1.6303159999999999], [9.528063, 1.6054519999999999], [9.551204, 1.574577], [9.559562, 1.559836], [9.572826, 1.531586], [9.583295999999999, 1.502344], [9.591376, 1.470408], [9.597467, 1.4340789999999999], [9.60197, 1.391653], [9.603265, 1.374774], [9.605875, 1.3377329999999998], [9.416191, 1.3377329999999998], [9.413744999999999, 1.3853579999999999], [9.409575, 1.427911], [9.401800999999999, 1.4628569999999999], [9.390379, 1.49027], [9.375263, 1.5102229999999999], [9.356409, 1.522791], [9.333774, 1.52805], [9.328149999999999, 1.528233], [9.306045, 1.5252569999999999], [9.287417, 1.5160479999999998], [9.271939, 1.5001849999999999], [9.259286, 1.477245], [9.249131, 1.4468079999999999], [9.24278, 1.417841], [9.240889, 1.406367], [9.239348999999999, 1.394002], [9.238128, 1.379786], [9.237193999999999, 1.362763], [9.236514999999999, 1.341975], [9.236058, 1.3164639999999999], [9.235793, 1.285272], [9.235687, 1.2474429999999999], [9.235700999999999, 1.206499], [9.235862, 1.1565809999999999], [9.236248, 1.114257], [9.236920999999999, 1.078655], [9.237945999999999, 1.048905], [9.239386, 1.024136], [9.241304, 1.003476], [9.243765999999999, 0.986054], [9.246834, 0.971], [9.250573, 0.957441], [9.254842, 0.9450489999999999], [9.26798, 0.918551], [9.284718, 0.899704], [9.30509, 0.8884829999999999], [9.329072, 0.884859], [9.350814, 0.8885919999999999], [9.372152999999999, 0.898393], [9.389398, 0.912528], [9.390403, 0.91369], [9.399697999999999, 0.9296749999999999], [9.407057, 0.9525199999999999], [9.412165, 0.980776], [9.414705999999999, 1.012992], [9.414933, 1.02636], [9.414933, 1.066799], [9.606015, 1.066799], [9.603349999999999, 1.031874], [9.598051, 0.980004], [9.590422, 0.935307], [9.580084, 0.8967189999999999], [9.566657, 0.8631759999999999], [9.549763, 0.8336129999999999], [9.529022, 0.806964], [9.519819, 0.797142], [9.488816, 0.771609], [9.452095, 0.75229], [9.418379, 0.7412679999999999], [9.386865, 0.7352449999999999], [9.351270999999999, 0.73158], [9.31554, 0.7305269999999999], [9.283610999999999, 0.732344], [9.282734, 0.732448], [9.259198, 0.736014], [9.239054, 0.7410749999999999], [9.218957, 0.748707], [9.195561999999999, 0.7599859999999999], [9.193061, 0.761278], [9.161804, 0.7813399999999999], [9.134746, 0.8070729999999999], [9.111722, 0.838824], [9.092564, 0.876944], [9.077107, 0.9217789999999999], [9.065183, 0.97368], [9.056625, 1.0329949999999999], [9.054865, 1.050382], [9.053521, 1.070546], [9.052553999999999, 1.097013], [9.051947, 1.128402], [9.051684, 1.163331], [9.051746999999999, 1.2004169999999998], [9.052118, 1.238278], [9.052781, 1.275533], [9.053716999999999, 1.310799], [9.054910999999999, 1.342695], [9.056343, 1.369839], [9.057998, 1.3908479999999999], [9.059253, 1.4009969999999998], [9.070592, 1.458431], [9.08534, 1.508333], [9.103660999999999, 1.5509899999999999], [9.125717, 1.5866909999999999], [9.151674, 1.6157219999999999], [9.181694, 1.638372], [9.199785, 1.6481139999999999], [9.22386, 1.658634], [9.24588, 1.665988], [9.268314, 1.670655], [9.29363, 1.673115], [9.324297999999999, 1.6738439999999999], [9.332383, 1.673818]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.462432999999999, 1.6636989999999998], [8.5979, 1.6636989999999998], [8.5979, 1.519766], [8.462155, 1.519766], [8.463353, 1.228724], [8.463595999999999, 1.1718439999999999], [8.463837999999999, 1.1228019999999999], [8.464096, 1.080972], [8.46439, 1.0457269999999999], [8.464737999999999, 1.01644], [8.465159, 0.992482], [8.465672, 0.973227], [8.466294999999999, 0.958047], [8.467048, 0.9463149999999999], [8.467948999999999, 0.9374039999999999], [8.469017, 0.930686], [8.470271, 0.9255329999999999], [8.471729, 0.9213199999999999], [8.472619, 0.919188], [8.483921, 0.902582], [8.50105, 0.891492], [8.52422, 0.8858579999999999], [8.553640999999999, 0.8856179999999999], [8.577791999999999, 0.888581], [8.5979, 0.891891], [8.5979, 0.7374809999999999], [8.562975, 0.7348169999999999], [8.531582, 0.732533], [8.506955999999999, 0.731045], [8.487438, 0.7303189999999999], [8.471368, 0.73032], [8.457087, 0.7310129999999999], [8.443382999999999, 0.732312], [8.402701, 0.7398739999999999], [8.368354, 0.7528809999999999], [8.339895, 0.771724], [8.316875999999999, 0.7967909999999999], [8.29885, 0.828475], [8.285369, 0.8671639999999999], [8.284372, 0.870969], [8.28281, 0.8774419999999999], [8.281457999999999, 0.884195], [8.280303, 0.891864], [8.279328999999999, 0.901083], [8.27852, 0.912488], [8.277861999999999, 0.9267139999999999], [8.277338, 0.944395], [8.276933999999999, 0.966166], [8.276634999999999, 0.992663], [8.276424, 1.0245199999999999], [8.276287, 1.0623719999999999], [8.276209, 1.106855], [8.276174, 1.158603], [8.276167, 1.2114099999999999], [8.276167, 1.519766], [8.183033, 1.519766], [8.183033, 1.6636989999999998], [8.276167, 1.6636989999999998], [8.276167, 1.9811999999999999], [8.462432999999999, 1.9811999999999999], [8.462432999999999, 1.6636989999999998]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.873964999999999, 1.674045], [7.914644999999999, 1.6687619999999999], [7.952983, 1.6598169999999999], [7.9864489999999995, 1.647564], [7.992958, 1.644434], [8.022292, 1.6250339999999999], [8.048701, 1.598484], [8.071461, 1.565809], [8.089848, 1.528034], [8.102325, 1.4894859999999999], [8.107463, 1.465503], [8.112169999999999, 1.43698], [8.116029, 1.407128], [8.118622, 1.379162], [8.119532999999999, 1.3569499999999999], [8.119532999999999, 1.3377329999999998], [8.026399999999999, 1.3377329999999998], [7.995941999999999, 1.337778], [7.972918999999999, 1.337967], [7.956301, 1.338384], [7.945055999999999, 1.339108], [7.938152, 1.340223], [7.934558999999999, 1.34181], [7.933246, 1.343951], [7.933123999999999, 1.345141], [7.9319809999999995, 1.3665], [7.9295219999999995, 1.39141], [7.926126999999999, 1.4171239999999998], [7.922174999999999, 1.440894], [7.918044999999999, 1.4599739999999999], [7.9165399999999995, 1.4653209999999999], [7.9050519999999995, 1.4913079999999999], [7.889081999999999, 1.510689], [7.8692269999999995, 1.523042], [7.8460849999999995, 1.5279449999999999], [7.829273, 1.526891], [7.809825999999999, 1.5206419999999998], [7.793577, 1.508348], [7.779996, 1.489356], [7.768554999999999, 1.463013], [7.762968, 1.445099], [7.760827, 1.437195], [7.759041, 1.429548], [7.7575769999999995, 1.4213369999999999], [7.756400999999999, 1.41174], [7.755481, 1.399937], [7.754785, 1.385106], [7.75428, 1.366426], [7.753933999999999, 1.343075], [7.7537139999999996, 1.3142319999999998], [7.753585999999999, 1.279077], [7.75352, 1.2367869999999999], [7.753494, 1.206499], [7.753487, 1.156433], [7.753585999999999, 1.114017], [7.753863, 1.078434], [7.754385999999999, 1.04887], [7.755224999999999, 1.024506], [7.75645, 1.0045279999999999], [7.7581299999999995, 0.9881179999999999], [7.7603349999999995, 0.97446], [7.763134, 0.962738], [7.766597999999999, 0.952136], [7.7707939999999995, 0.9418369999999999], [7.775793999999999, 0.931025], [7.777227, 0.928043], [7.791392999999999, 0.907729], [7.8105389999999995, 0.893428], [7.833081999999999, 0.885801], [7.857437999999999, 0.8855109999999999], [7.87111, 0.888744], [7.886505, 0.8972479999999999], [7.901604, 0.911252], [7.913949, 0.928068], [7.920471999999999, 0.9426749999999999], [7.9223419999999996, 0.952131], [7.924563999999999, 0.9679589999999999], [7.92692, 0.9880819999999999], [7.929192, 1.010426], [7.931165, 1.0329139999999999], [7.932619, 1.053471], [7.933136999999999, 1.063624], [7.937208, 1.064547], [7.9485339999999995, 1.065364], [7.9659059999999995, 1.0660349999999998], [7.988112999999999, 1.066517], [8.013944, 1.066771], [8.026399999999999, 1.066799], [8.119532999999999, 1.066799], [8.119532999999999, 1.049699], [8.119055, 1.037775], [8.117777, 1.020437], [8.115934, 1.000677], [8.115022, 0.992138], [8.106024999999999, 0.9369219999999999], [8.092067, 0.888505], [8.073075, 0.8467699999999999], [8.048974, 0.811604], [8.019691, 0.78289], [7.985151999999999, 0.7605139999999999], [7.9598059999999995, 0.749297], [7.926857999999999, 0.739694], [7.889227, 0.733193], [7.850239999999999, 0.730143], [7.813219999999999, 0.730896], [7.799442999999999, 0.732378], [7.754505999999999, 0.741718], [7.715457, 0.756659], [7.681528999999999, 0.777563], [7.656021999999999, 0.8004199999999999], [7.633147999999999, 0.8297829999999999], [7.613185, 0.866655], [7.59633, 0.910523], [7.582781, 0.960876], [7.572903999999999, 1.0159989999999999], [7.571117, 1.0338209999999999], [7.5696509999999995, 1.058678], [7.568505, 1.089175], [7.567679999999999, 1.123915], [7.567175, 1.1615039999999999], [7.566992, 1.200544], [7.56713, 1.2396399999999999], [7.56759, 1.277397], [7.568372, 1.3124179999999999], [7.569475, 1.343307], [7.570900999999999, 1.368669], [7.572648999999999, 1.3871069999999999], [7.572844, 1.388533], [7.581207, 1.435341], [7.5924309999999995, 1.479569], [7.6060609999999995, 1.520008], [7.621640999999999, 1.55545], [7.638713, 1.5846879999999999], [7.654071999999999, 1.603772], [7.686096, 1.631003], [7.723287999999999, 1.6517899999999999], [7.765911, 1.6662599999999999], [7.795706999999999, 1.672196], [7.833475, 1.675308], [7.873964999999999, 1.674045]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.206395, 1.673641], [7.23509, 1.671446], [7.2588669999999995, 1.667681], [7.264399999999999, 1.6663139999999999], [7.296358, 1.654965], [7.328493, 1.639049], [7.3571979999999995, 1.620449], [7.366858, 1.612728], [7.386947999999999, 1.5920239999999999], [7.406581999999999, 1.5655599999999998], [7.42408, 1.535953], [7.437764, 1.505823], [7.44077, 1.497391], [7.452313999999999, 1.462616], [7.455299999999999, 1.170516], [7.455956, 1.1089449999999998], [7.4566099999999995, 1.055124], [7.4573, 1.008337], [7.458067, 0.967868], [7.458949, 0.9329999999999999], [7.459987, 0.903018], [7.46122, 0.8772059999999999], [7.462687, 0.854846], [7.464429, 0.835224], [7.466485, 0.817622], [7.468893, 0.8013239999999999], [7.4716949999999995, 0.785615], [7.47493, 0.7697769999999999], [7.478295999999999, 0.754591], [7.480461, 0.745066], [7.3872469999999995, 0.745066], [7.360163999999999, 0.745112], [7.336157, 0.74524], [7.3164359999999995, 0.745437], [7.302212, 0.7456889999999999], [7.2946979999999995, 0.7459819999999999], [7.2938279999999995, 0.746124], [7.293028, 0.7504299999999999], [7.290957, 0.761601], [7.287885999999999, 0.77818], [7.284084999999999, 0.798709], [7.281867999999999, 0.8106829999999999], [7.270112999999999, 0.8741829999999999], [7.260326999999999, 0.8551329999999999], [7.23668, 0.815193], [7.210756, 0.7832319999999999], [7.182257, 0.758995], [7.15088, 0.7422289999999999], [7.116327999999999, 0.732679], [7.115621, 0.7325619999999999], [7.101455, 0.730385], [7.090947, 0.728995], [7.0866, 0.7286929999999999], [7.081550999999999, 0.729534], [7.070869999999999, 0.7311599999999999], [7.062164999999999, 0.732443], [7.030295, 0.741223], [7.0000279999999995, 0.757493], [6.972288, 0.780303], [6.9479999999999995, 0.808703], [6.928090999999999, 0.8417439999999999], [6.913486, 0.8784759999999999], [6.910881, 0.887701], [6.906866, 0.910804], [6.904978, 0.9390839999999999], [6.905209999999999, 0.969528], [6.906878, 0.990599], [7.09315, 0.990599], [7.0953159999999995, 0.958426], [7.101781, 0.9328919999999999], [7.113026, 0.91308], [7.129534, 0.898073], [7.146481, 0.8890669999999999], [7.163289, 0.885533], [7.183625999999999, 0.8864059999999999], [7.204096, 0.891223], [7.220744, 0.899149], [7.233934, 0.909686], [7.247572, 0.923241], [7.253552, 0.930299], [7.2686329999999995, 0.949656], [7.2686329999999995, 1.07218], [7.2685699999999995, 1.108485], [7.268358, 1.137112], [7.267957999999999, 1.158847], [7.267335999999999, 1.174478], [7.266452999999999, 1.1847919999999998], [7.265275, 1.190577], [7.263763, 1.19262], [7.263040999999999, 1.1925599999999998], [7.257478, 1.189527], [7.2464129999999995, 1.1828349999999999], [7.23143, 1.17346], [7.214112, 1.16238], [7.213448, 1.161951], [7.175056, 1.1351099999999998], [7.14464, 1.109333], [7.121829, 1.084262], [7.106253, 1.059539], [7.105078, 1.0570709999999999], [7.099174, 1.043277], [7.095572, 1.031235], [7.093741, 1.017988], [7.093152, 1.000577], [7.09315, 0.990599], [6.906878, 0.990599], [6.907553, 0.99912], [6.911233999999999, 1.021514], [6.915864999999999, 1.0377619999999999], [6.923355, 1.058652], [6.932618, 1.0813359999999999], [6.941312, 1.100391], [6.957991, 1.13177], [6.975498, 1.157447], [6.9956689999999995, 1.179427], [7.02034, 1.199713], [7.050968999999999, 1.2200739999999999], [7.0779, 1.236197], [7.10347, 1.250338], [7.1298259999999996, 1.2635539999999998], [7.159115, 1.2769009999999998], [7.193484, 1.291436], [7.208308, 1.2974839999999999], [7.2686329999999995, 1.3219109999999998], [7.268571, 1.37533], [7.2671019999999995, 1.4176959999999998], [7.262638, 1.4524899999999998], [7.254932999999999, 1.480148], [7.243738, 1.5011059999999998], [7.228807, 1.515801], [7.209892, 1.524668], [7.186745999999999, 1.528146], [7.181883, 1.528233], [7.1561129999999995, 1.5254679999999998], [7.135114, 1.5169], [7.118561, 1.502121], [7.106129999999999, 1.48072], [7.097496, 1.452289], [7.092337, 1.4164189999999999], [7.092213, 1.4149909999999999], [7.0895909999999995, 1.384299], [6.904567, 1.384299], [6.904567, 1.407761], [6.9054899999999995, 1.424053], [6.9079109999999995, 1.444202], [6.9113, 1.4638229999999999], [6.9249, 1.511583], [6.944724, 1.553787], [6.970577, 1.590222], [7.002269, 1.620677], [7.039606999999999, 1.644938], [7.082396999999999, 1.662795], [7.095371999999999, 1.6666299999999998], [7.117272, 1.6707619999999999], [7.1448409999999996, 1.673304], [7.1754299999999995, 1.674262], [7.206395, 1.673641]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.266767, 0.237066], [9.076267, 0.237066], [9.076267, 0.42333299999999996], [9.266767, 0.42333299999999996], [9.266767, 0.237066]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.266767, -0.8170339999999999], [9.076267, -0.8170339999999999], [9.076267, 0.1016], [9.266767, 0.1016], [9.266767, -0.8170339999999999]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[5.855758, 0.468817], [5.903963999999999, 0.46812899999999996], [5.944767, 0.46726999999999996], [5.979229999999999, 0.46612899999999996], [6.008414, 0.464595], [6.033385, 0.462559], [6.055204, 0.45990899999999996], [6.074934, 0.45653499999999997], [6.093637999999999, 0.452326], [6.11238, 0.44717199999999996], [6.132223, 0.440963], [6.136216, 0.43965099999999996], [6.184209999999999, 0.420195], [6.225422, 0.395713], [6.26, 0.366041], [6.288092, 0.33102], [6.309845, 0.290487], [6.325406999999999, 0.244281], [6.329034999999999, 0.2286], [6.333048, 0.20304699999999998], [6.335883, 0.172046], [6.337484, 0.138177], [6.337795, 0.10402199999999999], [6.33676, 0.07216199999999999], [6.3343229999999995, 0.045177999999999996], [6.333163, 0.037558999999999995], [6.320742999999999, -0.014088999999999999], [6.302473, -0.060537999999999995], [6.278624, -0.10113699999999999], [6.273236, -0.108459], [6.259029, -0.12418399999999999], [6.240806, -0.14032999999999998], [6.221143, -0.154915], [6.202611999999999, -0.165958], [6.19337, -0.16996699999999998], [6.184552999999999, -0.174196], [6.182353, -0.179595], [6.1832069999999995, -0.183555], [6.184926, -0.18895499999999998], [6.1890279999999995, -0.20177499999999998], [6.195307, -0.221373], [6.203557, -0.247108], [6.213572, -0.278337], [6.225147, -0.31442], [6.238074999999999, -0.354714], [6.252152, -0.398578], [6.26717, -0.44537], [6.282925, -0.49444899999999997], [6.284946, -0.5007429999999999], [6.300713, -0.5499069999999999], [6.315703999999999, -0.596754], [6.329721, -0.640656], [6.342563999999999, -0.680985], [6.354035, -0.7171139999999999], [6.3639339999999995, -0.7484139999999999], [6.372063, -0.774257], [6.378222999999999, -0.7940159999999999], [6.3822149999999995, -0.807063], [6.383839, -0.81277], [6.3838669999999995, -0.812951], [6.379754, -0.8143239999999999], [6.367891999999999, -0.81545], [6.348998, -0.816298], [6.323786, -0.8168369999999999], [6.292971, -0.8170339999999999], [6.1992769999999995, -0.8170339999999999], [6.113733, -0.540809], [6.0991159999999995, -0.49362], [6.0850789999999995, -0.448327], [6.071848, -0.405655], [6.059648999999999, -0.366332], [6.048706999999999, -0.331086], [6.03925, -0.300643], [6.031501, -0.275732], [6.025688, -0.257078], [6.022035, -0.24541], [6.021069, -0.242359], [6.0139499999999995, -0.220134], [5.8801, -0.220134], [5.8801, -0.8170339999999999], [5.693833, -0.8170339999999999], [5.693833, -0.08043399999999999], [5.8801, -0.08043399999999999], [5.921374999999999, -0.080286], [5.944303, -0.079543], [5.968789, -0.077698], [5.99046, -0.07510599999999999], [5.995615, -0.074262], [6.036789, -0.06374099999999999], [6.071448999999999, -0.047938999999999996], [6.099705, -0.026716999999999998], [6.121669, 6.4e-05], [6.137452, 0.032544], [6.147163, 0.070863], [6.1509149999999995, 0.115159], [6.150970999999999, 0.12112999999999999], [6.148694, 0.164871], [6.141558, 0.202203], [6.129333, 0.23380599999999999], [6.111789, 0.260357], [6.09955, 0.273279], [6.073099, 0.293559], [6.0422389999999995, 0.308712], [6.006193, 0.318976], [5.964182999999999, 0.32459], [5.927725, 0.325893], [5.8801, 0.325966], [5.8801, -0.08043399999999999], [5.693833, -0.08043399999999999], [5.693833, 0.47079699999999997], [5.855758, 0.468817]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[10.348779, 0.11068299999999999], [10.378219999999999, 0.104803], [10.406030999999999, 0.09529499999999999], [10.419977, 0.08907799999999999], [10.456655999999999, 0.066922], [10.489528, 0.037445], [10.518281, 0.001034], [10.542601999999999, -0.04192], [10.560654, -0.086467], [10.566384, -0.10484299999999999], [10.569886, -0.11936799999999999], [10.570875, -0.128611], [10.569575, -0.131247], [10.56542, -0.13253099999999998], [10.554577, -0.136081], [10.538383, -0.141453], [10.518170999999999, -0.148205], [10.500858, -0.154017], [10.4332, -0.176775], [10.414232, -0.138129], [10.393647999999999, -0.10220599999999999], [10.371155, -0.07435499999999999], [10.346832, -0.054631], [10.320758999999999, -0.043087], [10.293014999999999, -0.039779999999999996], [10.275197, -0.041853], [10.249138, -0.050193999999999996], [10.229762, -0.063586], [10.216815, -0.08234799999999999], [10.210042999999999, -0.10679799999999999], [10.208834999999999, -0.124884], [10.209041, -0.136492], [10.210192, -0.14676], [10.212900999999999, -0.15635], [10.217775, -0.165928], [10.225425999999999, -0.17615499999999998], [10.236462999999999, -0.187697], [10.251496, -0.20121599999999998], [10.271136, -0.217377], [10.295992, -0.236844], [10.326675, -0.260279], [10.348383, -0.276709], [10.387207, -0.30629999999999996], [10.419813999999999, -0.331785], [10.446959999999999, -0.353854], [10.469405, -0.373199], [10.487907, -0.39050999999999997], [10.503224, -0.406478], [10.516114, -0.421794], [10.527334999999999, -0.43714899999999995], [10.531741, -0.443789], [10.546263, -0.468526], [10.55663, -0.492274], [10.563533999999999, -0.517456], [10.567668999999999, -0.546497], [10.569519999999999, -0.575902], [10.569149, -0.620158], [10.564067, -0.658334], [10.55387, -0.6916399999999999], [10.538155, -0.721285], [10.516518, -0.748477], [10.509511999999999, -0.755651], [10.480437, -0.780434], [10.448803999999999, -0.7995629999999999], [10.413447, -0.8134629999999999], [10.373199999999999, -0.822562], [10.326899, -0.827287], [10.3124, -0.827893], [10.279994, -0.8282959999999999], [10.254387999999999, -0.8272499999999999], [10.234029, -0.824672], [10.228287, -0.8234929999999999], [10.184738999999999, -0.80941], [10.145315, -0.787991], [10.110221, -0.7594019999999999], [10.079657, -0.723811], [10.053827, -0.681385], [10.052558999999999, -0.6788799999999999], [10.044058, -0.660687], [10.035824999999999, -0.6409509999999999], [10.028637, -0.621786], [10.023273, -0.605309], [10.020508999999999, -0.593633], [10.020299999999999, -0.591114], [10.022174, -0.587905], [10.028304, -0.583913], [10.039451999999999, -0.578822], [10.056381, -0.572322], [10.079851999999999, -0.5640999999999999], [10.110627, -0.553843], [10.113432999999999, -0.5529229999999999], [10.129431, -0.547631], [10.142849, -0.543096], [10.151181, -0.5401659999999999], [10.151962, -0.5398689999999999], [10.156072, -0.540329], [10.161026999999999, -0.545497], [10.167579, -0.556429], [10.176478, -0.574176], [10.176554, -0.574333], [10.195207, -0.6087359999999999], [10.214625, -0.635316], [10.235453, -0.6547149999999999], [10.258339, -0.667576], [10.276012, -0.6730499999999999], [10.299899, -0.675198], [10.324014, -0.671925], [10.345355999999999, -0.663835], [10.355378, -0.657092], [10.370612, -0.639007], [10.380234, -0.616169], [10.384235, -0.590174], [10.382602, -0.5626209999999999], [10.375325, -0.535106], [10.362392, -0.509227], [10.35648, -0.5007889999999999], [10.35045, -0.494778], [10.338453999999999, -0.484436], [10.321346, -0.470444], [10.299984, -0.45348299999999997], [10.275224, -0.434233], [10.247923, -0.41337599999999997], [10.221283999999999, -0.39334199999999997], [10.192046, -0.37133099999999997], [10.164256, -0.350055], [10.138829999999999, -0.330242], [10.116683, -0.312618], [10.098728999999999, -0.29791], [10.085882999999999, -0.28684499999999996], [10.079542, -0.280711], [10.055195, -0.250164], [10.037949, -0.22036999999999998], [10.026966, -0.189136], [10.02141, -0.154268], [10.020299999999999, -0.125327], [10.023033999999999, -0.08033499999999999], [10.031455, -0.041009], [10.045892, -0.006457999999999999], [10.066673, 0.024207], [10.081408999999999, 0.040215999999999995], [10.111146, 0.06540599999999999], [10.143780999999999, 0.08484], [10.180411999999999, 0.09892999999999999], [10.222137, 0.108085], [10.270056, 0.112714], [10.276417, 0.112991], [10.31556, 0.11329299999999999], [10.348779, 0.11068299999999999]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.722121, 0.111422], [9.768395, 0.10270299999999999], [9.808805, 0.08800899999999999], [9.843543, 0.06720899999999999], [9.872803, 0.040173], [9.896778, 0.0067659999999999994], [9.915661, -0.033139999999999996], [9.924341, -0.059267], [9.932875, -0.094973], [9.939388, -0.134569], [9.943266999999999, -0.173753], [9.944087999999999, -0.197909], [9.944099999999999, -0.22436699999999998], [9.759044, -0.22436699999999998], [9.756146, -0.180975], [9.751761, -0.139761], [9.744621, -0.105164], [9.734862999999999, -0.077664], [9.722624999999999, -0.057741999999999995], [9.720210999999999, -0.055042], [9.700745999999999, -0.040055], [9.679001, -0.032597], [9.656483999999999, -0.032764], [9.634698, -0.040655], [9.623065, -0.048746], [9.611976, -0.060677999999999996], [9.602494, -0.077027], [9.593919999999999, -0.099227], [9.587088999999999, -0.122767], [9.584966999999999, -0.131541], [9.583211, -0.14080299999999998], [9.581771999999999, -0.151477], [9.580606, -0.164489], [9.579665, -0.18076399999999998], [9.578903, -0.201226], [9.578273, -0.226801], [9.577729, -0.258413], [9.577224, -0.296989], [9.576907, -0.32508899999999996], [9.576459999999999, -0.377752], [9.57638, -0.42281599999999997], [9.576715, -0.46114], [9.577516, -0.493585], [9.578831, -0.521014], [9.580707, -0.544285], [9.583196, -0.56426], [9.586344, -0.581801], [9.590201, -0.597766], [9.592882999999999, -0.606973], [9.604655, -0.634984], [9.620306, -0.655921], [9.639497, -0.6695209999999999], [9.661888, -0.675526], [9.681600999999999, -0.674731], [9.705532999999999, -0.6668799999999999], [9.725218, -0.6520239999999999], [9.740039999999999, -0.630807], [9.749317, -0.604154], [9.751617999999999, -0.590314], [9.753885, -0.571054], [9.755787999999999, -0.54942], [9.756618999999999, -0.5365759999999999], [9.759102, -0.491067], [9.944099999999999, -0.491067], [9.944075, -0.5196419999999999], [9.942485, -0.5508489999999999], [9.938163999999999, -0.586028], [9.931716, -0.621486], [9.923741999999999, -0.653531], [9.920607, -0.6635409999999999], [9.902804, -0.7061379999999999], [9.880079, -0.741987], [9.852029, -0.7715029999999999], [9.818251, -0.795101], [9.778338999999999, -0.8131929999999999], [9.772649999999999, -0.815172], [9.756596, -0.820162], [9.741685, -0.823608], [9.725465999999999, -0.825858], [9.705491, -0.8272609999999999], [9.681633, -0.828105], [9.648273999999999, -0.8283619999999999], [9.621813999999999, -0.827094], [9.600807, -0.8242229999999999], [9.596967, -0.8234119999999999], [9.554381, -0.809967], [9.517259, -0.79006], [9.485503, -0.7636149999999999], [9.459012999999999, -0.730553], [9.442693, -0.70168], [9.430368, -0.674094], [9.420059, -0.645838], [9.411617999999999, -0.61592], [9.404900999999999, -0.5833499999999999], [9.399761999999999, -0.547134], [9.396054, -0.506282], [9.393631, -0.45980299999999996], [9.392347, -0.406703], [9.392042, -0.357717], [9.392496999999999, -0.29864599999999997], [9.393958999999999, -0.246999], [9.396578, -0.20177499999999998], [9.4005, -0.16197399999999998], [9.405873999999999, -0.126597], [9.412849, -0.09464499999999999], [9.421572, -0.065117], [9.432191, -0.037013], [9.443116, -0.012884999999999999], [9.465351, 0.024645999999999998], [9.492479, 0.055496], [9.524669, 0.079761], [9.562089, 0.097535], [9.604909, 0.108913], [9.653298, 0.11399], [9.669789, 0.1143], [9.722121, 0.111422]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.8011, 0.1016], [8.9408, 0.1016], [8.9408, -0.038099999999999995], [8.8011, -0.038099999999999995], [8.801231, -0.305859], [8.801317, -0.35370199999999996], [8.801523, -0.399798], [8.801836, -0.44332], [8.802245, -0.483438], [8.802737, -0.519327], [8.803303, -0.550159], [8.803929, -0.575106], [8.804605, -0.59334], [8.805318, -0.604035], [8.805406, -0.6047739999999999], [8.810561, -0.6306579999999999], [8.818963, -0.6501439999999999], [8.831405, -0.66371], [8.848678999999999, -0.671836], [8.87158, -0.674998], [8.9009, -0.6736759999999999], [8.916458, -0.671738], [8.9408, -0.668258], [8.9408, -0.82028], [8.929158, -0.8228679999999999], [8.915153, -0.824886], [8.894936999999999, -0.8263929999999999], [8.870557, -0.8273769999999999], [8.844059999999999, -0.8278289999999999], [8.817494, -0.827737], [8.792906, -0.8270909999999999], [8.772342, -0.825881], [8.757850999999999, -0.8240949999999999], [8.756234, -0.8237559999999999], [8.720176, -0.812271], [8.690018, -0.7954549999999999], [8.665222, -0.77277], [8.645248, -0.743674], [8.629556, -0.707631], [8.624647999999999, -0.692151], [8.623244, -0.686715], [8.622021, -0.6803239999999999], [8.620962, -0.672368], [8.620052, -0.662238], [8.619273999999999, -0.649324], [8.618613999999999, -0.633016], [8.618055, -0.612706], [8.617581, -0.5877829999999999], [8.617178, -0.557639], [8.616828, -0.521662], [8.616515999999999, -0.479245], [8.616227, -0.429778], [8.615943999999999, -0.37265], [8.615851, -0.35242599999999996], [8.614431, -0.038099999999999995], [8.5217, -0.038099999999999995], [8.5217, 0.1016], [8.614832999999999, 0.1016], [8.614832999999999, 0.42333299999999996], [8.8011, 0.42333299999999996], [8.8011, 0.1016]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.196977, 0.111539], [8.242851, 0.103157], [8.282847, 0.088999], [8.31726, 0.068911], [8.346382, 0.042741], [8.370505999999999, 0.010334], [8.381428, -0.009550999999999999], [8.390915999999999, -0.030483], [8.399022, -0.052439], [8.405825, -0.076177], [8.411405, -0.10245599999999999], [8.415842, -0.13203399999999998], [8.419216, -0.16567099999999998], [8.421605999999999, -0.204124], [8.423092, -0.24815199999999998], [8.423753999999999, -0.298514], [8.423670999999999, -0.355969], [8.423138, -0.40640099999999996], [8.422424, -0.452155], [8.421614, -0.490342], [8.420668, -0.521859], [8.419542999999999, -0.5476059999999999], [8.418199, -0.56848], [8.416592, -0.585382], [8.414681999999999, -0.599208], [8.413993999999999, -0.603161], [8.402042999999999, -0.653837], [8.385954, -0.697357], [8.365432, -0.734109], [8.340183, -0.7644799999999999], [8.309913, -0.78886], [8.274327999999999, -0.807634], [8.252882999999999, -0.8155519999999999], [8.237288999999999, -0.8201769999999999], [8.222546, -0.8234279999999999], [8.206385, -0.825602], [8.186534, -0.8269949999999999], [8.160722, -0.827903], [8.157632999999999, -0.827981], [8.119792, -0.8281719999999999], [8.089943, -0.8266779999999999], [8.068733, -0.823689], [8.025402, -0.811087], [7.987750999999999, -0.7926099999999999], [7.955545, -0.7680119999999999], [7.928552, -0.7370479999999999], [7.906537999999999, -0.699471], [7.88927, -0.655034], [7.881364, -0.626134], [7.879294, -0.617201], [7.877549999999999, -0.608708], [7.876103, -0.5998669999999999], [7.874925999999999, -0.589892], [7.87399, -0.577997], [7.873269, -0.563396], [7.8727339999999995, -0.545303], [7.872357999999999, -0.5229309999999999], [7.872113, -0.495494], [7.871969999999999, -0.462206], [7.871903, -0.42228099999999996], [7.871884, -0.374932], [7.871884, -0.36857999999999996], [8.056398999999999, -0.36857999999999996], [8.056484, -0.407935], [8.056688, -0.445885], [8.05701, -0.481332], [8.057451, -0.513181], [8.05801, -0.540335], [8.058689, -0.561697], [8.059488, -0.576172], [8.059876, -0.580069], [8.066551, -0.612714], [8.077363, -0.638201], [8.092571999999999, -0.6568999999999999], [8.112435999999999, -0.6691809999999999], [8.125283, -0.673296], [8.139695999999999, -0.676183], [8.150913, -0.676388], [8.163791, -0.67384], [8.168217, -0.672661], [8.190937, -0.6630499999999999], [8.208171, -0.6476689999999999], [8.220987, -0.625537], [8.221879, -0.623382], [8.231717, -0.599017], [8.231717, -0.11641699999999999], [8.221953, -0.092251], [8.208356, -0.068104], [8.190351999999999, -0.050935], [8.168749, -0.041053], [8.144358, -0.038766999999999996], [8.117987, -0.044385999999999995], [8.107707, -0.048616], [8.094248, -0.055701], [8.085445, -0.06333699999999999], [8.078407, -0.07449299999999999], [8.074451, -0.082741], [8.067877, -0.100476], [8.062376, -0.12118699999999999], [8.059956999999999, -0.134709], [8.059103, -0.145837], [8.058364, -0.164331], [8.057743, -0.18909499999999999], [8.057239, -0.219031], [8.056853, -0.25304499999999996], [8.056583999999999, -0.29003799999999996], [8.056433, -0.32891499999999996], [8.056398999999999, -0.36857999999999996], [7.871884, -0.36857999999999996], [7.8718829999999995, -0.357717], [7.871893, -0.307782], [7.871941, -0.265526], [7.872053999999999, -0.23016199999999998], [7.872261999999999, -0.200904], [7.872591, -0.17696299999999998], [7.8730709999999995, -0.157553], [7.873728, -0.14188599999999998], [7.8745899999999995, -0.12917599999999999], [7.875686, -0.11863399999999999], [7.877044, -0.10947499999999999], [7.878691, -0.10091], [7.880655999999999, -0.092153], [7.881422, -0.08889999999999999], [7.8960479999999995, -0.040299], [7.915334, 0.0013419999999999999], [7.939495999999999, 0.036189], [7.968747, 0.06440599999999999], [8.003301, 0.086159], [8.043374, 0.101613], [8.089178, 0.11093299999999999], [8.140927999999999, 0.114284], [8.144933, 0.1143], [8.196977, 0.111539]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.3279, 0.016011], [7.363885, 0.050074], [7.389691999999999, 0.072611], [7.413773, 0.089949], [7.427639, 0.09780799999999999], [7.441751999999999, 0.10430099999999999], [7.454174999999999, 0.10854], [7.467712, 0.111136], [7.485169, 0.112703], [7.499193999999999, 0.113425], [7.537062, 0.11289199999999999], [7.570129, 0.10724299999999999], [7.600753, 0.095884], [7.626760999999999, 0.081203], [7.646598999999999, 0.066602], [7.6633119999999995, 0.049948], [7.677664999999999, 0.029973999999999997], [7.6904259999999995, 0.005415], [7.70236, -0.024995], [7.714232999999999, -0.062523], [7.714719, -0.064195], [7.719895999999999, -0.08332099999999999], [7.724209999999999, -0.10247099999999999], [7.727732, -0.12261899999999999], [7.730537999999999, -0.14474199999999998], [7.732698999999999, -0.169816], [7.7342889999999995, -0.198817], [7.735380999999999, -0.23272199999999998], [7.7360489999999995, -0.272505], [7.736364999999999, -0.319143], [7.736416999999999, -0.35348399999999996], [7.736365999999999, -0.397237], [7.736192, -0.43351399999999995], [7.735856, -0.46330499999999997], [7.735323999999999, -0.4876], [7.734559, -0.507388], [7.733524, -0.5236609999999999], [7.732183999999999, -0.537407], [7.7305019999999995, -0.549617], [7.728914, -0.558801], [7.715538, -0.618798], [7.6992069999999995, -0.670982], [7.679822, -0.71551], [7.65728, -0.75254], [7.6314839999999995, -0.78223], [7.602332, -0.804738], [7.569724, -0.82022], [7.561023, -0.8230099999999999], [7.534726, -0.8279449999999999], [7.50467, -0.8292579999999999], [7.4747259999999995, -0.827], [7.449809999999999, -0.82156], [7.427967, -0.8133509999999999], [7.407343999999999, -0.802676], [7.385784999999999, -0.788237], [7.361135999999999, -0.768735], [7.358592, -0.766602], [7.3279, -0.740776], [7.3279, -0.8170339999999999], [7.141633, -0.8170339999999999], [7.141633, -0.072945], [7.327840999999999, -0.072945], [7.330017, -0.649453], [7.360765, -0.659082], [7.394233, -0.668146], [7.425394, -0.673854], [7.452684, -0.676022], [7.474539999999999, -0.674464], [7.479946999999999, -0.673202], [7.498772, -0.663871], [7.514698, -0.647355], [7.527908, -0.62337], [7.538581, -0.5916359999999999], [7.542478999999999, -0.575334], [7.544288, -0.566186], [7.545792, -0.556453], [7.547019, -0.545294], [7.5479959999999995, -0.531866], [7.548750999999999, -0.5153249999999999], [7.549310999999999, -0.49483], [7.549703, -0.46953799999999996], [7.549955, -0.438606], [7.550094, -0.40119099999999996], [7.550147, -0.35645099999999996], [7.5501499999999995, -0.338667], [7.550139, -0.292109], [7.550084, -0.253199], [7.549951, -0.22111899999999998], [7.549708, -0.195049], [7.549321, -0.174172], [7.548756999999999, -0.157668], [7.547981999999999, -0.144719], [7.546963, -0.134506], [7.545667, -0.126211], [7.544060999999999, -0.119015], [7.542110999999999, -0.11209899999999999], [7.540757999999999, -0.107731], [7.528912, -0.079798], [7.5131179999999995, -0.059296999999999996], [7.493043999999999, -0.046007], [7.468362, -0.039705], [7.440137999999999, -0.040013], [7.411459, -0.044146], [7.386138, -0.050385], [7.359404, -0.059954], [7.354329, -0.062019], [7.327840999999999, -0.072945], [7.141633, -0.072945], [7.141633, 0.4699], [7.3279, 0.4699], [7.3279, 0.016011]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[6.802554, 0.109539], [6.8421829999999995, 0.101755], [6.876395, 0.089442], [6.9063, 0.07216499999999999], [6.933008, 0.04949], [6.941237999999999, 0.040826], [6.9588, 0.017370999999999998], [6.975333, -0.012372999999999999], [6.989807, -0.04623], [7.001189, -0.082021], [7.003165, -0.089895], [7.005208, -0.09872199999999999], [7.0069289999999995, -0.107169], [7.008356999999999, -0.116021], [7.009518, -0.12606399999999998], [7.010440999999999, -0.13808299999999998], [7.011152, -0.152862], [7.011679999999999, -0.171187], [7.0120499999999995, -0.193842], [7.0122919999999995, -0.22161299999999998], [7.0124319999999996, -0.255284], [7.012497, -0.295641], [7.012516, -0.343468], [7.012517, -0.357717], [7.012506999999999, -0.40766199999999997], [7.012458, -0.44992699999999997], [7.0123429999999995, -0.485297], [7.012135, -0.51456], [7.011804, -0.538501], [7.011324, -0.557906], [7.010667, -0.573561], [7.009805, -0.5862539999999999], [7.00871, -0.59677], [7.007353999999999, -0.605895], [7.00571, -0.614416], [7.003749, -0.623118], [7.003036, -0.626134], [6.988293, -0.6747569999999999], [6.968788, -0.71646], [6.944354, -0.7514339999999999], [6.914823999999999, -0.77987], [6.880032, -0.801959], [6.83981, -0.81789], [6.833988, -0.8195709999999999], [6.8184499999999995, -0.8225669999999999], [6.796729, -0.825023], [6.771097999999999, -0.826855], [6.743829, -0.8279789999999999], [6.717193, -0.82831], [6.6934629999999995, -0.827765], [6.674912, -0.82626], [6.670705, -0.825611], [6.626575, -0.814341], [6.588153999999999, -0.797387], [6.555205, -0.774486], [6.527489, -0.7453719999999999], [6.504769, -0.7097819999999999], [6.486807, -0.667451], [6.473364999999999, -0.618115], [6.470406, -0.603161], [6.468388999999999, -0.590135], [6.466689, -0.574324], [6.4652639999999995, -0.5548299999999999], [6.464073, -0.530753], [6.463074, -0.501196], [6.462225, -0.465259], [6.461484, -0.422044], [6.4612609999999995, -0.40640099999999996], [6.4606509999999995, -0.342862], [6.460723, -0.28701099999999996], [6.461557, -0.238087], [6.463233, -0.19533299999999998], [6.465828999999999, -0.15799], [6.469427, -0.125298], [6.4708689999999995, -0.11641699999999999], [6.652683, -0.11641699999999999], [6.652683, -0.599017], [6.663266999999999, -0.62403], [6.670614, -0.638653], [6.678833, -0.6509699999999999], [6.684678, -0.657057], [6.708879, -0.67004], [6.734833, -0.675061], [6.761228999999999, -0.6720499999999999], [6.78438, -0.6623549999999999], [6.800421999999999, -0.648234], [6.8129159999999995, -0.62666], [6.821711, -0.597939], [6.824469, -0.582436], [6.825355, -0.5718369999999999], [6.826116, -0.55385], [6.826753, -0.529554], [6.827267, -0.500027], [6.827659, -0.466346], [6.827928, -0.42958999999999997], [6.828075999999999, -0.39083799999999996], [6.8281019999999994, -0.351166], [6.8280069999999995, -0.311654], [6.827792, -0.27338], [6.827456, -0.237421], [6.827001, -0.20485599999999998], [6.826427, -0.176763], [6.825733, -0.15422], [6.824922, -0.13830499999999998], [6.824285, -0.131692], [6.818207999999999, -0.104922], [6.808612, -0.08133], [6.796387999999999, -0.062605], [6.782432999999999, -0.050434], [6.780773, -0.049539], [6.755631999999999, -0.040931999999999996], [6.729977, -0.039506], [6.705703, -0.045104], [6.684864, -0.057437999999999996], [6.676247, -0.067356], [6.667445, -0.081633], [6.662446999999999, -0.092251], [6.652683, -0.11641699999999999], [6.4708689999999995, -0.11641699999999999], [6.474105, -0.0965], [6.479944, -0.070837], [6.487023, -0.047549999999999995], [6.495422, -0.025880999999999998], [6.502971, -0.009550999999999999], [6.5241679999999995, 0.025939999999999998], [6.5498009999999995, 0.055143], [6.580246, 0.078238], [6.6158779999999995, 0.09540799999999999], [6.657073, 0.106834], [6.704205, 0.11269799999999999], [6.756399999999999, 0.113228], [6.802554, 0.109539]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.106833, -1.325034], [7.920566999999999, -1.325034], [7.920566999999999, -1.1387669999999999], [8.106833, -1.1387669999999999], [8.106833, -1.325034]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.106833, -2.379134], [7.920566999999999, -2.379134], [7.920566999999999, -1.456267], [8.106833, -1.456267], [8.106833, -2.379134]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[6.509555, -1.4452], [6.540912, -1.452475], [6.550764, -1.456562], [6.570758, -1.46953], [6.590153, -1.488427], [6.6068169999999995, -1.5108549999999998], [6.617531, -1.531614], [6.627282999999999, -1.5557509999999999], [6.628462, -1.967442], [6.6296409999999995, -2.379134], [6.438899999999999, -2.379134], [6.438899999999999, -2.016617], [6.438861999999999, -1.945976], [6.438744, -1.8834909999999998], [6.438543999999999, -1.828851], [6.438256, -1.781744], [6.437876999999999, -1.74186], [6.437403, -1.708888], [6.43683, -1.682516], [6.436154, -1.6624349999999999], [6.435371, -1.6483329999999998], [6.434476999999999, -1.639899], [6.434042, -1.637884], [6.426914999999999, -1.6211289999999998], [6.4164449999999995, -1.610099], [6.40104, -1.603712], [6.379576999999999, -1.600916], [6.36241, -1.6004859999999999], [6.349151, -1.6020429999999999], [6.335743, -1.606391], [6.322702, -1.612177], [6.3057, -1.620985], [6.289101, -1.63097], [6.2781009999999995, -1.638755], [6.2611, -1.652418], [6.2611, -2.379134], [6.074833, -2.379134], [6.074833, -1.456267], [6.2611, -1.456267], [6.2611, -1.502834], [6.261311999999999, -1.5215459999999998], [6.2618849999999995, -1.5366689999999998], [6.2627299999999995, -1.546493], [6.263596, -1.549401], [6.267727, -1.546776], [6.276377999999999, -1.539834], [6.2878229999999995, -1.529973], [6.290055, -1.527988], [6.3248, -1.5006629999999999], [6.361765, -1.478343], [6.399838, -1.461331], [6.4379029999999995, -1.449933], [6.474847, -1.444454], [6.509555, -1.4452]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[5.888566, -2.379134], [5.7023, -2.379134], [5.7023, -1.092201], [5.888566, -1.092201], [5.888566, -2.379134]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[10.291222, -1.448402], [10.331419, -1.455293], [10.366155, -1.4671459999999998], [10.396329999999999, -1.4842609999999998], [10.421064, -1.5051409999999998], [10.443842, -1.530767], [10.463114, -1.559019], [10.479115, -1.5906939999999998], [10.492080999999999, -1.626585], [10.502246999999999, -1.66749], [10.509848999999999, -1.714202], [10.515122, -1.767517], [10.518302, -1.82823], [10.518493999999999, -1.8340919999999998], [10.521109, -1.9177009999999999], [10.155766999999999, -1.9177009999999999], [10.155187999999999, -1.967442], [10.154926, -2.014315], [10.155396, -2.053781], [10.156706999999999, -2.0868789999999997], [10.158965, -2.1146469999999997], [10.162279, -2.1381229999999998], [10.166756999999999, -2.158343], [10.172506, -2.176346], [10.178348, -2.190407], [10.192032, -2.2122569999999997], [10.209743999999999, -2.226696], [10.231624, -2.233834], [10.234205, -2.234168], [10.260049, -2.234461], [10.281537, -2.22878], [10.298922, -2.2167879999999998], [10.312455, -2.1981479999999998], [10.322389, -2.172522], [10.328973999999999, -2.139574], [10.332272, -2.102909], [10.334859, -2.0531669999999997], [10.521106, -2.0531669999999997], [10.518234999999999, -2.100443], [10.511911, -2.158877], [10.500432, -2.210612], [10.483777, -2.255677], [10.461926, -2.294107], [10.434857, -2.3259309999999997], [10.402550999999999, -2.351183], [10.364984999999999, -2.369893], [10.337012, -2.378748], [10.311331, -2.3837829999999998], [10.281146, -2.387377], [10.249646, -2.389331], [10.220018, -2.389446], [10.195983, -2.387596], [10.153414999999999, -2.378438], [10.115769, -2.363375], [10.082823999999999, -2.342145], [10.054362, -2.314485], [10.030164, -2.280131], [10.01001, -2.238822], [9.993682, -2.190295], [9.980962, -2.1342879999999997], [9.979925999999999, -2.128532], [9.975187, -2.094867], [9.971456, -2.054503], [9.96875, -2.00915], [9.967089, -1.9605169999999998], [9.966486999999999, -1.9103139999999998], [9.966963999999999, -1.86025], [9.968535, -1.8120349999999998], [9.970685999999999, -1.7762559999999998], [10.155766999999999, -1.7762559999999998], [10.155766999999999, -1.8245669999999998], [10.334588, -1.8245669999999998], [10.331493, -1.766359], [10.327734999999999, -1.720891], [10.321655, -1.683279], [10.313144999999999, -1.6532069999999999], [10.302095999999999, -1.630358], [10.288401, -1.614417], [10.277213, -1.6072119999999999], [10.255293, -1.6009369999999998], [10.232218, -1.601294], [10.210476, -1.607859], [10.192559, -1.620207], [10.190894, -1.6219379999999999], [10.178727, -1.640307], [10.168925, -1.6659549999999999], [10.161693, -1.697975], [10.157238999999999, -1.7354589999999999], [10.155766999999999, -1.7762559999999998], [9.970685999999999, -1.7762559999999998], [9.971219999999999, -1.767378], [9.975033999999999, -1.7279879999999999], [9.975806, -1.72186], [9.985909, -1.6640549999999998], [10.000157, -1.6135089999999999], [10.018644, -1.570049], [10.041464999999999, -1.533502], [10.068715, -1.503692], [10.100486, -1.480445], [10.108837, -1.475801], [10.135192, -1.463342], [10.160542999999999, -1.4546979999999998], [10.187377999999999, -1.449327], [10.218181999999999, -1.446686], [10.244667, -1.4461709999999999], [10.291222, -1.448402]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.719733, -1.456267], [9.8552, -1.456267], [9.8552, -1.600201], [9.719455, -1.600201], [9.720653, -1.8912419999999999], [9.720891, -1.9479549999999999], [9.721119999999999, -1.9968299999999999], [9.721359999999999, -2.0384979999999997], [9.721631, -2.073588], [9.721954, -2.1027299999999998], [9.722349999999999, -2.126553], [9.722838999999999, -2.145686], [9.723442, -2.16076], [9.724179999999999, -2.172404], [9.725071999999999, -2.181247], [9.72614, -2.187919], [9.727404, -2.19305], [9.728885, -2.1972679999999998], [9.730603, -2.201205], [9.730803, -2.2016389999999997], [9.739187, -2.216063], [9.749685999999999, -2.225947], [9.763753, -2.231852], [9.782836999999999, -2.2343379999999997], [9.808391, -2.233966], [9.813677, -2.233646], [9.8552, -2.230925], [9.8552, -2.382274], [9.830858, -2.384848], [9.800277999999999, -2.387477], [9.769041999999999, -2.3890949999999997], [9.739429, -2.389658], [9.713721, -2.3891199999999997], [9.69478, -2.3875189999999997], [9.654592, -2.37884], [9.620701, -2.364694], [9.592753, -2.3447459999999998], [9.570397999999999, -2.318663], [9.553282, -2.286113], [9.541051999999999, -2.246761], [9.539743999999999, -2.2408509999999997], [9.538530999999999, -2.233809], [9.537481, -2.224545], [9.536583, -2.212469], [9.535824999999999, -2.196994], [9.535198, -2.177531], [9.534690999999999, -2.153491], [9.534291, -2.124287], [9.533989, -2.0893289999999998], [9.533774, -2.048029], [9.533634, -1.9997989999999999], [9.533559, -1.9440499999999998], [9.53354, -1.906059], [9.533467, -1.600201], [9.440332999999999, -1.600201], [9.440332999999999, -1.456267], [9.533467, -1.456267], [9.533467, -1.1387669999999999], [9.719733, -1.1387669999999999], [9.719733, -1.456267]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.967191, -1.834874], [8.968316999999999, -2.21348], [8.980815, -2.226524], [8.999212, -2.240186], [9.020601, -2.246016], [9.044827, -2.244046], [9.071735, -2.234305], [9.101168999999999, -2.216822], [9.12453, -2.198882], [9.144, -2.182608], [9.144, -1.456267], [9.330267, -1.456267], [9.330267, -2.379134], [9.144, -2.379134], [9.144, -2.2817089999999998], [9.113308, -2.307489], [9.081057, -2.333119], [9.051896, -2.352797], [9.023959999999999, -2.367436], [8.995382, -2.377948], [8.964297, -2.385245], [8.949398, -2.3876649999999997], [8.925934999999999, -2.3904739999999998], [8.907541, -2.391064], [8.891112, -2.3894159999999998], [8.880409, -2.387228], [8.850306999999999, -2.375975], [8.824434, -2.35782], [8.80351, -2.3335619999999997], [8.788250999999999, -2.304001], [8.780319, -2.2755639999999997], [8.779402, -2.2664869999999997], [8.77859, -2.249676], [8.777879, -2.225047], [8.777270999999999, -2.1925149999999998], [8.776762999999999, -2.1519969999999997], [8.776356, -2.103407], [8.776047, -2.046662], [8.775836, -1.9816779999999998], [8.775722, -1.908369], [8.775699999999999, -1.8534229999999998], [8.775699999999999, -1.456267], [8.966066, -1.456267], [8.967191, -1.834874]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.513233, -1.456267], [8.6487, -1.456267], [8.6487, -1.600201], [8.512957, -1.600201], [8.514153, -1.893359], [8.514391999999999, -1.9503], [8.514621, -1.9993969999999999], [8.514861, -2.041271], [8.515132, -2.076545], [8.515454, -2.1058399999999997], [8.515846, -2.12978], [8.51633, -2.1489849999999997], [8.516924, -2.164078], [8.51765, -2.175681], [8.518526, -2.1844159999999997], [8.519572, -2.190905], [8.520809999999999, -2.1957709999999997], [8.522257999999999, -2.199635], [8.523935999999999, -2.203119], [8.524106999999999, -2.203451], [8.53271, -2.216947], [8.543168, -2.226146], [8.557024, -2.231617], [8.575818, -2.23393], [8.601092999999999, -2.233654], [8.605307999999999, -2.233438], [8.6487, -2.231048], [8.6487, -2.382274], [8.624357999999999, -2.384848], [8.593955, -2.387464], [8.562868, -2.389084], [8.533373, -2.389661], [8.507746, -2.389151], [8.488515999999999, -2.387545], [8.4484, -2.378861], [8.414344, -2.364708], [8.386125999999999, -2.344826], [8.363522999999999, -2.3189569999999997], [8.346311, -2.2868429999999997], [8.334268, -2.2482249999999997], [8.327171, -2.202844], [8.32692, -2.200154], [8.326238, -2.18835], [8.325588999999999, -2.1689309999999997], [8.324985, -2.142748], [8.324435, -2.110652], [8.323951, -2.073495], [8.323544, -2.032129], [8.323223, -1.9874029999999998], [8.323001, -1.9401709999999999], [8.322886, -1.891282], [8.322875999999999, -1.878542], [8.322733, -1.600201], [8.233832999999999, -1.600201], [8.233832999999999, -1.456267], [8.322733, -1.456267], [8.322733, -1.1387669999999999], [8.513233, -1.1387669999999999], [8.513233, -1.456267]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.6453999999999995, -1.456267], [7.780867, -1.456267], [7.780867, -1.600201], [7.645122, -1.600201], [7.646319, -1.8912419999999999], [7.646558, -1.9479549999999999], [7.646787, -1.9968299999999999], [7.647025999999999, -2.0384979999999997], [7.647297999999999, -2.073588], [7.647621, -2.1027299999999998], [7.648016999999999, -2.126553], [7.648505999999999, -2.145686], [7.649108999999999, -2.16076], [7.649845999999999, -2.172404], [7.650739, -2.181247], [7.651807, -2.187919], [7.653071, -2.19305], [7.654552, -2.1972679999999998], [7.656269999999999, -2.201205], [7.65647, -2.2016389999999997], [7.664854, -2.216063], [7.675352999999999, -2.225947], [7.689419, -2.231852], [7.708504, -2.2343379999999997], [7.734057999999999, -2.233966], [7.739344, -2.233646], [7.780867, -2.230925], [7.780867, -2.382274], [7.756525, -2.384848], [7.725944999999999, -2.387477], [7.694707999999999, -2.3890949999999997], [7.665095999999999, -2.389658], [7.639387999999999, -2.3891199999999997], [7.6204469999999995, -2.3875189999999997], [7.580754, -2.3791599999999997], [7.547537999999999, -2.365757], [7.520224, -2.346787], [7.498234999999999, -2.32173], [7.480995, -2.290064], [7.467928, -2.251268], [7.467339, -2.2489969999999997], [7.465776, -2.242525], [7.464424999999999, -2.235772], [7.46327, -2.228103], [7.462294999999999, -2.218883], [7.461487, -2.207478], [7.460827999999999, -2.193253], [7.460305, -2.175572], [7.4599009999999994, -2.153801], [7.459600999999999, -2.127304], [7.459391, -2.095447], [7.459254, -2.057594], [7.459175999999999, -2.013111], [7.459141, -1.961363], [7.459133, -1.9085569999999998], [7.459133, -1.600201], [7.366, -1.600201], [7.366, -1.456267], [7.459133, -1.456267], [7.459133, -1.1387669999999999], [7.6453999999999995, -1.1387669999999999], [7.6453999999999995, -1.456267]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.055389, -1.447325], [7.0827789999999995, -1.4498849999999999], [7.103231, -1.453784], [7.146801, -1.469714], [7.185746, -1.492712], [7.219970999999999, -1.522695], [7.249376, -1.559575], [7.273867, -1.603268], [7.274547, -1.604733], [7.281751, -1.621499], [7.2886999999999995, -1.6396959999999998], [7.294810999999999, -1.657508], [7.2995019999999995, -1.673117], [7.302188999999999, -1.684709], [7.302288, -1.690467], [7.302137999999999, -1.690648], [7.297482, -1.692609], [7.286401, -1.696574], [7.270548, -1.702003], [7.251573, -1.7083549999999998], [7.231126, -1.715088], [7.210859999999999, -1.721662], [7.192425, -1.727536], [7.177472, -1.7321689999999998], [7.1676519999999995, -1.735021], [7.1647039999999995, -1.7356669999999998], [7.160641999999999, -1.7320559999999998], [7.155989, -1.7230619999999999], [7.154758999999999, -1.719792], [7.143338, -1.6936339999999999], [7.12798, -1.6681519999999999], [7.1099939999999995, -1.644871], [7.090685, -1.625317], [7.071364, -1.6110149999999999], [7.055514, -1.60402], [7.029058, -1.6002349999999999], [7.0034019999999995, -1.602712], [6.980193, -1.610847], [6.96108, -1.624037], [6.947712999999999, -1.6416789999999999], [6.94666, -1.643872], [6.940992, -1.662769], [6.938694, -1.684718], [6.93997, -1.705765], [6.942926, -1.7173999999999998], [6.945987, -1.724033], [6.950602, -1.731039], [6.957431, -1.738994], [6.967134, -1.748475], [6.9803679999999995, -1.760058], [6.997794, -1.7743209999999998], [7.0200689999999994, -1.791839], [7.047854, -1.813188], [7.081808, -1.838946], [7.082367, -1.839368], [7.122205999999999, -1.869827], [7.155730999999999, -1.896302], [7.1836899999999995, -1.9194769999999999], [7.206833, -1.9400359999999999], [7.225911, -1.9586599999999998], [7.241670999999999, -1.976033], [7.254865, -1.9928379999999999], [7.261820999999999, -2.002872], [7.280957, -2.03902], [7.2940879999999995, -2.079525], [7.3011029999999995, -2.122661], [7.301888, -2.1667039999999997], [7.2963309999999995, -2.209929], [7.284319999999999, -2.250612], [7.278828, -2.2633829999999997], [7.264793999999999, -2.2864519999999997], [7.244886999999999, -2.309979], [7.221292999999999, -2.331823], [7.196198, -2.349843], [7.183297, -2.356982], [7.146323, -2.371596], [7.1042749999999995, -2.382228], [7.059746, -2.38849], [7.015327, -2.389998], [6.979915999999999, -2.387297], [6.935402, -2.377192], [6.894571999999999, -2.3595889999999997], [6.857698999999999, -2.33474], [6.82506, -2.3028969999999997], [6.796927999999999, -2.2643109999999997], [6.773579, -2.219235], [6.761083999999999, -2.186538], [6.755865999999999, -2.169837], [6.752339999999999, -2.15626], [6.750960999999999, -2.147696], [6.7512989999999995, -2.145791], [6.7561919999999995, -2.1435489999999997], [6.767322, -2.139394], [6.783091, -2.1338529999999998], [6.8019039999999995, -2.127452], [6.822164, -2.1207149999999997], [6.842274, -2.11417], [6.860638, -2.10834], [6.87566, -2.1037529999999998], [6.885742, -2.100934], [6.889282, -2.100352], [6.891502999999999, -2.104557], [6.896567999999999, -2.114651], [6.903618, -2.1289119999999997], [6.908506, -2.1388789999999998], [6.928796999999999, -2.174323], [6.951042999999999, -2.201581], [6.975333, -2.220726], [7.001758, -2.231832], [7.027333, -2.2350149999999998], [7.055472, -2.2314469999999997], [7.078856999999999, -2.221176], [7.096937, -2.20485], [7.109160999999999, -2.183115], [7.114974999999999, -2.1566199999999998], [7.114655, -2.132568], [7.1082849999999995, -2.100933], [7.095796999999999, -2.0737449999999997], [7.088088, -2.06255], [7.082159, -2.056675], [7.070275, -2.046484], [7.053305, -2.0326679999999997], [7.032121999999999, -2.015918], [7.007598, -1.9969249999999998], [6.980604, -1.9763799999999998], [6.958044, -1.9594619999999998], [6.918532, -1.9297769999999999], [6.8853349999999995, -1.904218], [6.857768999999999, -1.882145], [6.83515, -1.862919], [6.816796, -1.845899], [6.802022999999999, -1.830447], [6.790147999999999, -1.815921], [6.780486, -1.801683], [6.772355999999999, -1.787092], [6.770988, -1.784351], [6.757457, -1.747726], [6.7505109999999995, -1.707759], [6.750013999999999, -1.6662549999999998], [6.755827999999999, -1.625019], [6.767815, -1.585855], [6.785838999999999, -1.550567], [6.789173, -1.545547], [6.8125, -1.5184549999999999], [6.842509, -1.4944279999999999], [6.877688999999999, -1.474396], [6.916529, -1.459292], [6.938581999999999, -1.453492], [6.963712999999999, -1.449481], [6.993277, -1.447118], [7.0246949999999995, -1.446402], [7.055389, -1.447325]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.966199999999999, -2.8829], [8.779933, -2.8829], [8.779933, -2.696634], [8.966199999999999, -2.696634], [8.966199999999999, -2.8829]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[0.885392, 2.476527], [0.8857189999999999, 2.464018], [0.8860389999999999, 2.4433689999999997], [0.886351, 2.414744], [0.886655, 2.378306], [0.8869499999999999, 2.3342199999999997], [0.8872359999999999, 2.282648], [0.887512, 2.223754], [0.887779, 2.157701], [0.888034, 2.084654], [0.8882789999999999, 2.004775], [0.888512, 1.9182279999999998], [0.888733, 1.8251769999999998], [0.888942, 1.725785], [0.889137, 1.6202159999999999], [0.889319, 1.508633], [0.8894869999999999, 1.3912], [0.88964, 1.2680799999999999], [0.889779, 1.139437], [0.8899009999999999, 1.005434], [0.8900079999999999, 0.866235], [0.890053, 0.799462], [0.8911169999999999, -0.88181], [2.338917, 0.570631], [3.7867159999999997, 2.023072], [4.3825579999999995, 2.0233019999999997], [4.9784, 2.023533], [4.9784, -2.496276], [4.679251, -2.499088], [4.6279259999999995, -2.499524], [4.569440999999999, -2.49994], [4.505104, -2.500329], [4.436222, -2.500688], [4.364103, -2.50101], [4.2900529999999995, -2.5012909999999997], [4.21538, -2.501524], [4.141391, -2.501706], [4.069394, -2.5018309999999997], [4.0006949999999994, -2.501894], [3.9722839999999997, -2.5019009999999997], [3.564466, -2.5019009999999997], [3.564466, -2.205577], [3.564467, -1.909254], [2.6753709999999997, -1.908185], [1.7862749999999998, -1.907117], [2.367396, -1.330539], [2.9485159999999997, -0.753962], [3.6957, -0.7535339999999999], [3.6957, 0.301133], [3.190795, -0.206092], [3.143437, -0.253672], [3.090554, -0.30680799999999997], [3.032591, -0.36505499999999996], [2.969991, -0.42796599999999996], [2.9032, -0.495093], [2.8326629999999997, -0.56599], [2.758823, -0.640211], [2.682125, -0.7173069999999999], [2.603014, -0.796833], [2.521934, -0.8783409999999999], [2.43933, -0.9613839999999999], [2.3556459999999997, -1.045517], [2.2713259999999997, -1.130291], [2.186816, -1.21526], [2.10256, -1.299977], [2.019002, -1.3839949999999999], [1.9365869999999998, -1.4668679999999998], [1.855759, -1.5481479999999999], [1.79697, -1.6072689999999998], [0.9080499999999999, -2.50122], [0.121708, -2.50156], [-0.6646329999999999, -2.5019009999999997], [-0.6646329999999999, -2.741084], [-0.664671, -2.785205], [-0.6647799999999999, -2.826692], [-0.664952, -2.864788], [-0.665181, -2.898741], [-0.6654599999999999, -2.927797], [-0.665782, -2.9512009999999997], [-0.666141, -2.9682], [-0.666528, -2.978039], [-0.666827, -2.980267], [-0.6700079999999999, -2.977369], [-0.67908, -2.968812], [-0.693827, -2.9548039999999998], [-0.7140329999999999, -2.9355499999999997], [-0.739483, -2.911257], [-0.7699619999999999, -2.882132], [-0.8052539999999999, -2.8483799999999997], [-0.845143, -2.8102099999999997], [-0.8894139999999999, -2.767827], [-0.937851, -2.721437], [-0.990239, -2.671248], [-1.046363, -2.617466], [-1.106005, -2.560297], [-1.168952, -2.4999469999999997], [-1.234988, -2.436625], [-1.303896, -2.370535], [-1.375462, -2.301885], [-1.44947, -2.23088], [-1.525704, -2.157729], [-1.6039489999999998, -2.082636], [-1.683989, -2.0058089999999997], [-1.765609, -1.927454], [-1.7727849999999998, -1.920564], [-2.87655, -0.860862], [-2.8776189999999997, -1.6834829999999998], [-2.878688, -2.506103], [-3.4493679999999998, -2.507177], [-4.020047, -2.508251], [-3.9322139999999997, -2.702984], [-3.915091, -2.741038], [-3.8991019999999996, -2.776751], [-3.8845729999999996, -2.809382], [-3.871831, -2.8381879999999997], [-3.8611999999999997, -2.86243], [-3.853008, -2.8813649999999997], [-3.8475819999999996, -2.894253], [-3.845246, -2.9003509999999997], [-3.845182, -2.900724], [-3.848778, -2.903225], [-3.8591309999999996, -2.9099619999999997], [-3.875825, -2.9206749999999997], [-3.898444, -2.9351], [-3.926573, -2.952978], [-3.9597949999999997, -2.974045], [-3.9976949999999998, -2.9980409999999997], [-4.0398559999999994, -3.0247029999999997], [-4.085863, -3.053771], [-4.1353, -3.0849819999999997], [-4.187751, -3.1180749999999997], [-4.242801, -3.1527879999999997], [-4.300032, -3.188859], [-4.35903, -3.226028], [-4.419379, -3.264032], [-4.480662, -3.30261], [-4.542463, -3.3415], [-4.604368, -3.3804399999999997], [-4.665959, -3.4191689999999997], [-4.726821999999999, -3.4574249999999997], [-4.78654, -3.4949459999999997], [-4.844697, -3.531472], [-4.9008769999999995, -3.56674], [-4.954664999999999, -3.600488], [-5.0056449999999995, -3.6324549999999998], [-5.0534, -3.6623799999999997], [-5.097515, -3.69], [-5.137574, -3.715055], [-5.1731609999999995, -3.737282], [-5.20386, -3.7564189999999997], [-5.2292559999999995, -3.7722059999999997], [-5.248932, -3.7843809999999998], [-5.262472, -3.792681], [-5.269461, -3.796845], [-5.270359, -3.7973], [-5.273152, -3.7939469999999997], [-5.280664, -3.784141], [-5.292616, -3.768261], [-5.308726, -3.7466869999999997], [-5.328715, -3.719798], [-5.352301, -3.6879739999999996], [-5.379205, -3.651594], [-5.409145, -3.611039], [-5.4418429999999995, -3.566686], [-5.477016, -3.5189169999999996], [-5.514386, -3.46811], [-5.553669999999999, -3.4146449999999997], [-5.59459, -3.358901], [-5.636864, -3.301258], [-5.636997, -3.301077], [-5.679463999999999, -3.243144], [-5.720676999999999, -3.1869199999999998], [-5.760348, -3.1328], [-5.798185999999999, -3.0811789999999997], [-5.833901, -3.032451], [-5.8672059999999995, -2.9870129999999997], [-5.897809, -2.945259], [-5.925421, -2.907584], [-5.949752999999999, -2.874383], [-5.970515, -2.846052], [-5.987417, -2.822985], [-6.000171, -2.805577], [-6.0084859999999995, -2.794224], [-6.012023, -2.78939], [-6.023295, -2.773927], [-6.055528, -2.7795319999999997], [-6.071294, -2.78206], [-6.0930539999999995, -2.785256], [-6.1183939999999994, -2.78878], [-6.144901, -2.7922919999999998], [-6.156439, -2.793762], [-6.183604, -2.797087], [-6.209192, -2.8000059999999998], [-6.235011999999999, -2.802694], [-6.262872, -2.805326], [-6.29458, -2.8080749999999997], [-6.331944, -2.811117], [-6.3552919999999995, -2.812957], [-6.3881, -2.81552], [-6.3881, -1.566334], [-6.544112999999999, -1.566334], [-6.580868, -1.56626], [-6.615983, -1.56605], [-6.6483039999999995, -1.5657219999999998], [-6.676680999999999, -1.565291], [-6.699958, -1.5647769999999999], [-6.716984, -1.564195], [-6.726146, -1.5636139999999998], [-6.752167, -1.560894], [-6.752167, -2.8101279999999997], [-6.7680419999999994, -2.808424], [-6.814610999999999, -2.8033889999999997], [-6.853946, -2.7990399999999998], [-6.887238, -2.795229], [-6.91568, -2.791805], [-6.940461, -2.78862], [-6.962775, -2.7855239999999997], [-6.983810999999999, -2.7823659999999997], [-7.0047619999999995, -2.7789989999999998], [-7.0118089999999995, -2.777824], [-7.083068, -2.76586], [-7.5175339999999995, -3.2543219999999997], [-7.581983999999999, -3.3267339999999996], [-7.640956, -3.392893], [-7.694554999999999, -3.452912], [-7.742882, -3.5069049999999997], [-7.786041, -3.5549839999999997], [-7.824135, -3.5972649999999997], [-7.857266999999999, -3.63386], [-7.88554, -3.664884], [-7.909057, -3.6904489999999996], [-7.927922, -3.71067], [-7.9422369999999995, -3.7256609999999997], [-7.9521049999999995, -3.735534], [-7.95763, -3.740404], [-7.958857999999999, -3.7409909999999997], [-7.963299999999999, -3.7388429999999997], [-7.974737999999999, -3.7329809999999997], [-7.992693999999999, -3.723655], [-8.016691999999999, -3.7111189999999996], [-8.046253, -3.695626], [-8.0809, -3.677427], [-8.120156999999999, -3.656776], [-8.163546, -3.633924], [-8.21059, -3.6091249999999997], [-8.260812, -3.5826309999999997], [-8.313734, -3.5546949999999997], [-8.368879, -3.525569], [-8.425771, -3.4955049999999996], [-8.483931, -3.464756], [-8.542881999999999, -3.433575], [-8.602148, -3.402214], [-8.661252, -3.370926], [-8.719714999999999, -3.339963], [-8.777061, -3.309579], [-8.832811999999999, -3.280024], [-8.886491999999999, -3.251553], [-8.937622, -3.2244159999999997], [-8.985726999999999, -3.198868], [-9.030327999999999, -3.1751609999999997], [-9.070948, -3.153546], [-9.107111, -3.1342779999999997], [-9.138339, -3.117607], [-9.164154, -3.103787], [-9.18408, -3.09307], [-9.197638999999999, -3.085709], [-9.204354, -3.081957], [-9.205, -3.081542], [-9.203909, -3.077274], [-9.199906, -3.0654909999999997], [-9.193133999999999, -3.046573], [-9.183738, -3.020898], [-9.171864, -2.988848], [-9.157655, -2.950801], [-9.141257, -2.907137], [-9.122812999999999, -2.858237], [-9.102469, -2.804481], [-9.080369, -2.746247], [-9.056657999999999, -2.683916], [-9.03148, -2.617868], [-9.00498, -2.548482], [-8.977303, -2.476139], [-8.948592999999999, -2.401218], [-8.918994999999999, -2.3240979999999998], [-8.888653, -2.245161], [-8.857712, -2.1647849999999997], [-8.826316, -2.083351], [-8.794611, -2.0012369999999997], [-8.762741, -1.918825], [-8.73748, -1.8536], [-8.721662, -1.812784], [-8.759554999999999, -1.7668169999999999], [-8.826069, -1.683327], [-8.888119, -1.59944], [-8.94634, -1.514073], [-9.001368, -1.4261439999999999], [-9.053837999999999, -1.33457], [-9.104387, -1.238268], [-9.153649, -1.136156], [-9.202261, -1.02715], [-9.224048, -0.975672], [-9.225306999999999, -0.9740559999999999], [-9.228095999999999, -0.972312], [-9.232916999999999, -0.9703339999999999], [-9.240273, -0.968012], [-9.250667, -0.9652409999999999], [-9.264600999999999, -0.961911], [-9.282577, -0.9579169999999999], [-9.305099, -0.9531499999999999], [-9.332668, -0.947503], [-9.365787, -0.9408679999999999], [-9.404959999999999, -0.9331379999999999], [-9.450687, -0.924206], [-9.503472, -0.913964], [-9.563818, -0.9023049999999999], [-9.597503, -0.89581], [-9.661931, -0.883393], [-9.731026, -0.8700749999999999], [-9.803329, -0.856138], [-9.877383, -0.841862], [-9.951730999999999, -0.827529], [-10.024916, -0.813419], [-10.09548, -0.7998139999999999], [-10.161965, -0.786994], [-10.222915, -0.7752399999999999], [-10.272138, -0.765747], [-10.321748, -0.7561869999999999], [-10.368934, -0.7471099999999999], [-10.413039999999999, -0.738641], [-10.453403999999999, -0.730907], [-10.489369, -0.7240329999999999], [-10.520275, -0.7181449999999999], [-10.545463, -0.7133689999999999], [-10.564274, -0.709831], [-10.57605, -0.707656], [-10.580112999999999, -0.706967], [-10.580447, -0.702804], [-10.580771, -0.690592], [-10.581083999999999, -0.6707529999999999], [-10.581384, -0.643703], [-10.581669, -0.609862], [-10.581938, -0.56965], [-10.582188, -0.523485], [-10.582419, -0.47178499999999995], [-10.582626999999999, -0.414971], [-10.582811999999999, -0.35346099999999997], [-10.582972, -0.287674], [-10.583105, -0.218029], [-10.583209, -0.144944], [-10.583283, -0.06884], [-10.583325, 0.009866], [-10.583333, 0.067733], [-10.583321, 0.14804699999999998], [-10.583285, 0.22606199999999999], [-10.583224999999999, 0.301356], [-10.583145, 0.373513], [-10.583044, 0.442112], [-10.582923, 0.5067349999999999], [-10.582785999999999, 0.566962], [-10.582631, 0.622375], [-10.582462, 0.672555], [-10.582277999999999, 0.7170829999999999], [-10.582080999999999, 0.75554], [-10.581873, 0.787507], [-10.581655, 0.812565], [-10.581427999999999, 0.830295], [-10.581192999999999, 0.8402769999999999], [-10.581019999999999, 0.842433], [-10.576623999999999, 0.843059], [-10.564404999999999, 0.844881], [-10.544908, 0.8478169999999999], [-10.518678999999999, 0.851783], [-10.486264, 0.856696], [-10.448208, 0.862472], [-10.405059, 0.8690279999999999], [-10.35736, 0.876282], [-10.305659, 0.884149], [-10.250501, 0.892546], [-10.192432, 0.9013909999999999], [-10.131997, 0.9105989999999999], [-10.069742999999999, 0.9200879999999999], [-10.006216, 0.929774], [-9.94196, 0.9395749999999999], [-9.877523, 0.949406], [-9.813449, 0.959185], [-9.750285, 0.968827], [-9.688577, 0.978251], [-9.62887, 0.987373], [-9.57171, 0.9961089999999999], [-9.517642, 1.004376], [-9.467214, 1.0120909999999999], [-9.420969999999999, 1.019171], [-9.379457, 1.0255319999999999], [-9.343219999999999, 1.031091], [-9.312804999999999, 1.035765], [-9.288758, 1.039471], [-9.271624, 1.042125], [-9.261951, 1.043644], [-9.260074, 1.043953], [-9.251935, 1.046508], [-9.246328, 1.052043], [-9.241342, 1.062795], [-9.239393, 1.068195], [-9.232279, 1.087705], [-9.223298, 1.1109719999999998], [-9.212928, 1.136892], [-9.201646, 1.164359], [-9.189926999999999, 1.192267], [-9.178248, 1.219512], [-9.167085, 1.2449869999999998], [-9.156915, 1.2675889999999999], [-9.148213, 1.2862099999999999], [-9.141458, 1.299747], [-9.137124, 1.3070929999999998], [-9.135997, 1.308099], [-9.13147, 1.306092], [-9.121124, 1.300609], [-9.106441, 1.29246], [-9.088904, 1.282455], [-9.086739999999999, 1.281204], [-9.076865, 1.275495], [-9.060191, 1.265862], [-9.037251999999999, 1.2526169999999999], [-9.008583999999999, 1.2360659999999999], [-8.974720999999999, 1.216518], [-8.936198, 1.194283], [-8.89355, 1.1696689999999998], [-8.847311999999999, 1.142984], [-8.798017, 1.114538], [-8.746201, 1.084638], [-8.692399, 1.053593], [-8.637146, 1.0217129999999999], [-8.627533999999999, 1.016167], [-8.573075, 0.984733], [-8.520647, 0.9544459999999999], [-8.470718, 0.925578], [-8.423757, 0.8984], [-8.380233, 0.8731859999999999], [-8.340615999999999, 0.850208], [-8.305374, 0.829738], [-8.274977, 0.812048], [-8.249893, 0.797411], [-8.230592, 0.786099], [-8.217543, 0.778384], [-8.211215, 0.774538], [-8.21069, 0.7741739999999999], [-8.211958, 0.769728], [-8.219094, 0.7601399999999999], [-8.231667, 0.745921], [-8.249243, 0.727584], [-8.254082, 0.722704], [-8.301567, 0.675084], [-8.301567, -2.2394339999999997], [-7.205133999999999, -2.2394339999999997], [-7.205133999999999, 0.754092], [-6.763808999999999, 0.7522639999999999], [-6.690657, 0.751958], [-6.625427999999999, 0.751666], [-6.567578999999999, 0.7513639999999999], [-6.516563, 0.751027], [-6.471839, 0.750632], [-6.432862, 0.750155], [-6.399088, 0.749571], [-6.369973, 0.7488579999999999], [-6.344974, 0.747991], [-6.3235459999999994, 0.746946], [-6.3051449999999996, 0.745699], [-6.289228, 0.744227], [-6.275251, 0.742505], [-6.262669, 0.74051], [-6.250939, 0.738217], [-6.2395179999999995, 0.735603], [-6.22786, 0.732644], [-6.215421999999999, 0.7293149999999999], [-6.2103, 0.727928], [-6.183542999999999, 0.719108], [-6.154059999999999, 0.7067979999999999], [-6.124402, 0.692276], [-6.097119999999999, 0.676817], [-6.074767, 0.661698], [-6.069506, 0.6575059999999999], [-6.029482, 0.618657], [-5.994129999999999, 0.57326], [-5.963837, 0.522068], [-5.9389899999999995, 0.465835], [-5.9199779999999995, 0.405314], [-5.907280999999999, 0.341904], [-5.903366999999999, 0.305426], [-5.901496, 0.265128], [-5.90159, 0.22326], [-5.903575, 0.18207199999999998], [-5.907373, 0.143817], [-5.912907, 0.110745], [-5.915507, 0.099785], [-5.934692999999999, 0.042907], [-5.960985, -0.009840999999999999], [-5.993856999999999, -0.057928999999999994], [-6.032782999999999, -0.100823], [-6.077236999999999, -0.137992], [-6.126691999999999, -0.168904], [-6.1806209999999995, -0.19302899999999998], [-6.21665, -0.2045], [-6.232705, -0.208779], [-6.247434999999999, -0.21243299999999998], [-6.261661, -0.215518], [-6.276205, -0.21808999999999998], [-6.291888999999999, -0.22020599999999999], [-6.309533999999999, -0.22191999999999998], [-6.329962999999999, -0.22329], [-6.3539959999999995, -0.224371], [-6.3824559999999995, -0.22522], [-6.416163999999999, -0.22589099999999998], [-6.4559429999999995, -0.22644199999999998], [-6.502612999999999, -0.226928], [-6.552142, -0.22736399999999998], [-6.790267, -0.229373], [-6.790267, -1.205106], [-6.423025, -1.207835], [-6.350503, -1.20834], [-6.285813999999999, -1.208705], [-6.228327999999999, -1.208915], [-6.17741, -1.208958], [-6.1324309999999995, -1.208817], [-6.092757, -1.208481], [-6.0577559999999995, -1.207933], [-6.026796999999999, -1.20716], [-5.999248, -1.2061469999999999], [-5.974476, -1.2048809999999999], [-5.951849, -1.203347], [-5.930736, -1.201531], [-5.9105039999999995, -1.199419], [-5.890522, -1.196996], [-5.8801, -1.19562], [-5.77293, -1.176925], [-5.668422, -1.150207], [-5.566656, -1.115507], [-5.467715, -1.072867], [-5.371678999999999, -1.022328], [-5.278627999999999, -0.96393], [-5.188645, -0.897714], [-5.101808999999999, -0.823722], [-5.051184999999999, -0.775544], [-4.973180999999999, -0.693199], [-4.903271, -0.608636], [-4.8412999999999995, -0.52155], [-4.787113, -0.43163399999999996], [-4.740555, -0.33858299999999997], [-4.701472, -0.242091], [-4.669709, -0.141852], [-4.645111, -0.037561], [-4.629073, 0.059266], [-4.6259429999999995, 0.08845499999999999], [-4.623379, 0.12431099999999999], [-4.621416, 0.165054], [-4.620089999999999, 0.208899], [-4.619437, 0.254065], [-4.619492, 0.29877], [-4.620291, 0.341231], [-4.6218699999999995, 0.379666], [-4.622457, 0.389466], [-4.629993, 0.481763], [-4.640397999999999, 0.567979], [-4.654019, 0.6501159999999999], [-4.660015, 0.678052], [-4.2968329999999995, 0.678052], [-4.2968329999999995, -2.2309669999999997], [-3.2003999999999997, -2.2309669999999997], [-3.2003999999999997, 0.753533], [-2.811992, 0.7534179999999999], [-2.732967, 0.753362], [-2.661872, 0.7532249999999999], [-2.598173, 0.752976], [-2.541334, 0.7525839999999999], [-2.490818, 0.752019], [-2.446091, 0.75125], [-2.406617, 0.750247], [-2.37186, 0.748979], [-2.341284, 0.747416], [-2.314354, 0.745528], [-2.2905349999999998, 0.743284], [-2.26929, 0.740653], [-2.2500839999999998, 0.737605], [-2.2323809999999997, 0.734109], [-2.215646, 0.730136], [-2.199343, 0.725654], [-2.1829359999999998, 0.720633], [-2.1717, 0.7169789999999999], [-2.125334, 0.69918], [-2.085771, 0.678399], [-2.0515939999999997, 0.6536799999999999], [-2.021385, 0.6240629999999999], [-2.00542, 0.604652], [-1.97826, 0.563855], [-1.956845, 0.519519], [-1.940807, 0.470615], [-1.929778, 0.41611699999999996], [-1.925549, 0.381718], [-1.922958, 0.31671299999999997], [-1.927973, 0.253922], [-1.940416, 0.193887], [-1.960108, 0.137149], [-1.986873, 0.08424899999999999], [-2.020534, 0.035726], [-2.049874, 0.002859], [-2.086477, -0.030154], [-2.125971, -0.057880999999999995], [-2.169422, -0.080825], [-2.217896, -0.09948699999999999], [-2.272459, -0.114369], [-2.3179749999999997, -0.123345], [-2.32789, -0.124404], [-2.344881, -0.125394], [-2.369115, -0.12631699999999998], [-2.4007549999999998, -0.12717599999999998], [-2.439969, -0.127974], [-2.486919, -0.128714], [-2.541772, -0.129401], [-2.6046929999999997, -0.13003599999999998], [-2.675847, -0.130623], [-2.707852, -0.130854], [-3.06832, -0.13335], [-0.83185, -2.376118], [-0.831641, -2.2394339999999997], [-0.49529999999999996, -2.2394339999999997], [0.605367, -2.2394339999999997], [0.605367, 1.7783289999999998], [0.055207, 1.226773], [-0.494952, 0.6752159999999999], [-0.49529999999999996, -2.2394339999999997], [-0.831641, -2.2394339999999997], [-0.829708, -0.9768239999999999], [-0.999849, -0.8027369999999999], [-1.033541, -0.7682749999999999], [-1.067453, -0.733613], [-1.100758, -0.699591], [-1.1326319999999999, -0.6670539999999999], [-1.162247, -0.6368429999999999], [-1.188778, -0.6098009999999999], [-1.2114, -0.58677], [-1.2292859999999999, -0.5685939999999999], [-1.235296, -0.5625], [-1.300603, -0.49634999999999996], [-1.26731, -0.47200499999999995], [-1.251051, -0.45901699999999995], [-1.230443, -0.44086699999999995], [-1.2067029999999999, -0.418772], [-1.1810479999999999, -0.39394999999999997], [-1.154695, -0.367618], [-1.128863, -0.340993], [-1.104768, -0.31529199999999996], [-1.083629, -0.291732], [-1.066662, -0.27153], [-1.066187, -0.270934], [-1.006691, -0.189719], [-0.954769, -0.10507799999999999], [-0.9103939999999999, -0.016922], [-0.8735419999999999, 0.07483999999999999], [-0.844186, 0.170296], [-0.8222999999999999, 0.269539], [-0.8078609999999999, 0.372656], [-0.8008409999999999, 0.47973899999999997], [-0.801215, 0.590878], [-0.8044359999999999, 0.651933], [-0.813919, 0.7521479999999999], [-0.828151, 0.846062], [-0.8473459999999999, 0.934522], [-0.871717, 1.018374], [-0.9014759999999999, 1.0984669999999999], [-0.9357169999999999, 1.173414], [-0.9795069999999999, 1.251569], [-1.030202, 1.3250199999999999], [-1.087561, 1.3936039999999998], [-1.151341, 1.4571589999999999], [-1.2213019999999999, 1.51552], [-1.297202, 1.568525], [-1.3788, 1.616009], [-1.465854, 1.657811], [-1.558122, 1.693767], [-1.6553639999999998, 1.7237129999999998], [-1.7573379999999998, 1.7474859999999999], [-1.795121, 1.754495], [-1.8143479999999998, 1.757831], [-1.83199, 1.7608579999999998], [-1.848526, 1.7635919999999998], [-1.864434, 1.7660479999999998], [-1.880193, 1.7682419999999999], [-1.896282, 1.770192], [-1.913179, 1.771911], [-1.931365, 1.773418], [-1.9513159999999998, 1.7747279999999999], [-1.9735129999999999, 1.7758559999999999], [-1.998433, 1.776819], [-2.026557, 1.777633], [-2.058362, 1.7783149999999999], [-2.094328, 1.7788789999999999], [-2.1349329999999997, 1.779343], [-2.180656, 1.779722], [-2.231975, 1.7800319999999998], [-2.289371, 1.78029], [-2.3533209999999998, 1.780511], [-2.424305, 1.7807119999999999], [-2.5027999999999997, 1.780908], [-2.5886839999999998, 1.7811139999999999], [-3.1982839999999997, 1.782586], [-3.747559, 1.230319], [-4.2968329999999995, 0.678052], [-4.660015, 0.678052], [-4.671202, 0.730173], [-4.6922939999999995, 0.8101539999999999], [-4.699636, 0.8351], [-4.705769, 0.855937], [-4.710729, 0.873717], [-4.714125, 0.88696], [-4.7155629999999995, 0.894184], [-4.715504999999999, 0.8950549999999999], [-4.711602, 0.897462], [-4.701127, 0.9036679999999999], [-4.684835, 0.91323], [-4.6634839999999995, 0.925708], [-4.637829, 0.9406589999999999], [-4.6086279999999995, 0.957642], [-4.576635, 0.976216], [-4.555213999999999, 0.988636], [-4.396611, 1.080547], [-3.8736469999999996, 1.600751], [-3.3506839999999998, 2.120956], [-2.637367, 2.119609], [-2.54481, 2.119436], [-2.460283, 2.119275], [-2.383346, 2.1191139999999997], [-2.313563, 2.118943], [-2.250495, 2.11875], [-2.193705, 2.118525], [-2.1427549999999997, 2.1182559999999997], [-2.0972079999999997, 2.117933], [-2.056624, 2.117544], [-2.020568, 2.117078], [-1.9886009999999998, 2.1165249999999998], [-1.9602849999999998, 2.115872], [-1.935182, 2.11511], [-1.912855, 2.114227], [-1.892866, 2.113212], [-1.874777, 2.112054], [-1.85815, 2.110741], [-1.8425479999999999, 2.109264], [-1.8275329999999999, 2.1076099999999998], [-1.812667, 2.1057699999999997], [-1.797512, 2.103731], [-1.781631, 2.101482], [-1.764586, 2.099013], [-1.7526, 2.097274], [-1.638487, 2.077323], [-1.5291839999999999, 2.051222], [-1.425006, 2.019079], [-1.326269, 1.980999], [-1.233288, 1.9370889999999998], [-1.166283, 1.899654], [-1.1043349999999998, 1.859691], [-1.041374, 1.813821], [-0.979609, 1.763849], [-0.921245, 1.711579], [-0.86849, 1.658817], [-0.8580209999999999, 1.647503], [-0.7967369999999999, 1.5745719999999999], [-0.739788, 1.495334], [-0.687989, 1.411182], [-0.642154, 1.323509], [-0.603098, 1.233708], [-0.581932, 1.1754529999999999], [-0.575114, 1.1553799999999999], [-0.5691459999999999, 1.138344], [-0.564583, 1.125882], [-0.561975, 1.119534], [-0.5616909999999999, 1.1190799999999999], [-0.558474, 1.1217599999999999], [-0.549381, 1.13001], [-0.534683, 1.1435769999999998], [-0.514647, 1.162207], [-0.489546, 1.185646], [-0.459647, 1.21364], [-0.42522099999999996, 1.245936], [-0.386538, 1.282279], [-0.343867, 1.322416], [-0.29747799999999996, 1.366093], [-0.24764, 1.413057], [-0.194623, 1.4630539999999999], [-0.138697, 1.5158289999999999], [-0.080132, 1.571129], [-0.019195999999999998, 1.628701], [0.043838999999999996, 1.688291], [0.108705, 1.749644], [0.16074, 1.7988849999999998], [0.226882, 1.861473], [0.29142, 1.922512], [0.354083, 1.981747], [0.41459999999999997, 2.0389239999999997], [0.47269999999999995, 2.093788], [0.528114, 2.146083], [0.580571, 2.195556], [0.629799, 2.241951], [0.675528, 2.285014], [0.717488, 2.32449], [0.755408, 2.360124], [0.789017, 2.3916619999999997], [0.818044, 2.418848], [0.84222, 2.4414279999999997], [0.861273, 2.4591469999999997], [0.8749319999999999, 2.4717499999999997], [0.8829279999999999, 2.478983], [0.8850589999999999, 2.480733], [0.885392, 2.476527]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[9.413599999999999, -3.0066289999999998], [9.447148, -3.0096399999999996], [9.477051999999999, -3.014773], [9.495255, -3.019857], [9.536729, -3.0386249999999997], [9.573334, -3.064232], [9.604697999999999, -3.096342], [9.630447, -3.13462], [9.637164, -3.147548], [9.642425, -3.1583569999999996], [9.647001999999999, -3.168147], [9.65095, -3.1775689999999996], [9.654321999999999, -3.1872749999999996], [9.657171, -3.197913], [9.659552, -3.2101349999999997], [9.661517, -3.22459], [9.663122, -3.24193], [9.664418, -3.2628049999999997], [9.66546, -3.287864], [9.666300999999999, -3.3177589999999997], [9.666995, -3.35314], [9.667596, -3.394657], [9.668158, -3.442961], [9.668733, -3.4987019999999998], [9.669095, -3.534834], [9.669635999999999, -3.5850169999999997], [9.670225, -3.632952], [9.670847, -3.677929], [9.67149, -3.719241], [9.672141, -3.7561799999999996], [9.672786, -3.7880369999999997], [9.673411999999999, -3.814104], [9.674007, -3.8336729999999997], [9.674557, -3.8460349999999996], [9.674946, -3.850217], [9.677215, -3.861477], [9.680087, -3.877033], [9.682051999999999, -3.888317], [9.684717, -3.903218], [9.687168999999999, -3.915497], [9.688509999999999, -3.921125], [9.688704, -3.9235409999999997], [9.687021999999999, -3.9253679999999997], [9.682457, -3.926688], [9.674006, -3.927581], [9.660662, -3.92813], [9.641422, -3.9284169999999996], [9.615281, -3.9285229999999998], [9.597332, -3.928534], [9.503993999999999, -3.928534], [9.501904, -3.919009], [9.500039, -3.9096759999999997], [9.497327, -3.895076], [9.494111, -3.877191], [9.490739, -3.8580029999999996], [9.487554, -3.8394939999999997], [9.484902, -3.823647], [9.483129, -3.812443], [9.482569999999999, -3.8080339999999997], [9.480730999999999, -3.809189], [9.475980999999999, -3.816343], [9.469313999999999, -3.827984], [9.468736, -3.8290499999999996], [9.449853, -3.861261], [9.431431, -3.886822], [9.412249, -3.907383], [9.408099, -3.911142], [9.388340999999999, -3.928534], [9.217236999999999, -3.928534], [9.200726999999999, -3.9165609999999997], [9.178694, -3.8964649999999996], [9.158185, -3.870072], [9.140456, -3.83955], [9.126766, -3.807063], [9.118371, -3.774778], [9.118352999999999, -3.774672], [9.115513, -3.74468], [9.115883, -3.710638], [9.118395999999999, -3.685117], [9.303193, -3.685117], [9.305643, -3.718917], [9.313839999999999, -3.747044], [9.327551999999999, -3.769202], [9.346549, -3.785093], [9.370600999999999, -3.7944199999999997], [9.389759999999999, -3.7968629999999997], [9.399517999999999, -3.795244], [9.413053, -3.7906139999999997], [9.422498, -3.786374], [9.445565, -3.770526], [9.463515, -3.751449], [9.482604, -3.7274499999999997], [9.482635, -3.605742], [9.482558, -3.5746249999999997], [9.482325999999999, -3.546446], [9.481959999999999, -3.5222629999999997], [9.481480999999999, -3.503132], [9.480913, -3.4901109999999997], [9.480276, -3.484256], [9.480122, -3.484034], [9.475887, -3.4862509999999998], [9.465895, -3.492362], [9.451431, -3.501556], [9.433778, -3.5130239999999997], [9.423855, -3.519557], [9.387198, -3.5453539999999997], [9.358047, -3.569598], [9.335785999999999, -3.593133], [9.319799999999999, -3.616802], [9.309474999999999, -3.64145], [9.304196, -3.6679199999999996], [9.303193, -3.685117], [9.118395999999999, -3.685117], [9.11927, -3.676252], [9.125007, -3.647017], [9.12968, -3.632488], [9.137115, -3.613272], [9.146173, -3.592196], [9.153129, -3.577312], [9.165713, -3.5530009999999996], [9.177533, -3.5340849999999997], [9.190396999999999, -3.5178909999999997], [9.200612999999999, -3.507123], [9.224554999999999, -3.486443], [9.255768999999999, -3.464647], [9.293234, -3.442322], [9.33593, -3.420058], [9.382836, -3.398443], [9.406281, -3.388579], [9.48055, -3.358259], [9.479823, -3.30023], [9.478181, -3.261002], [9.474203, -3.2291469999999998], [9.467685999999999, -3.203842], [9.458427, -3.1842669999999997], [9.448006999999999, -3.17128], [9.428666, -3.1578749999999998], [9.406202, -3.151048], [9.382586, -3.150658], [9.359789, -3.1565619999999996], [9.33978, -3.168618], [9.329093, -3.179831], [9.318681999999999, -3.198582], [9.310233, -3.224148], [9.304198999999999, -3.255012], [9.302493, -3.269192], [9.299647, -3.297767], [9.113202, -3.297767], [9.116117, -3.261844], [9.120379, -3.226047], [9.127462999999999, -3.1947799999999997], [9.138384, -3.1643019999999997], [9.148717, -3.141715], [9.172086, -3.103271], [9.201514999999999, -3.0705169999999997], [9.236402, -3.043917], [9.276144, -3.023935], [9.317567, -3.0115629999999998], [9.346161, -3.0074669999999997], [9.379055, -3.005864], [9.413599999999999, -3.0066289999999998]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.966199999999999, -3.928534], [8.779933, -3.928534], [8.779933, -3.018367], [8.966199999999999, -3.018367], [8.966199999999999, -3.928534]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.691033, -3.214088], [8.681508, -3.211373], [8.656139, -3.204449], [8.636161999999999, -3.199877], [8.618981, -3.197211], [8.601999, -3.1960029999999997], [8.59086, -3.1957929999999997], [8.559053, -3.198105], [8.532694, -3.2058], [8.51025, -3.219473], [8.496573, -3.232344], [8.490779, -3.2384649999999997], [8.485729, -3.243807], [8.481368, -3.248964], [8.477646, -3.254529], [8.474507, -3.2610949999999996], [8.471900999999999, -3.2692569999999996], [8.469774, -3.279607], [8.468073, -3.292738], [8.466745, -3.3092449999999998], [8.465738, -3.32972], [8.464998999999999, -3.3547569999999998], [8.464475, -3.3849489999999998], [8.464113, -3.42089], [8.46386, -3.463173], [8.463664, -3.51239], [8.463472, -3.569137], [8.463341, -3.605742], [8.462132, -3.928534], [8.276167, -3.928534], [8.276167, -3.018367], [8.462432999999999, -3.018367], [8.462432999999999, -3.134325], [8.475228, -3.11415], [8.485543999999999, -3.0997909999999997], [8.498724, -3.08393], [8.508132999999999, -3.073864], [8.54213, -3.0446329999999997], [8.577549, -3.023641], [8.614742, -3.010731], [8.654062, -3.0057419999999997], [8.659729, -3.005667], [8.691033, -3.005667], [8.691033, -3.214088]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[8.009466999999999, -3.018367], [8.144933, -3.018367], [8.144933, -3.158067], [8.009466999999999, -3.158067], [8.009466999999999, -3.4393749999999996], [8.009541, -3.506506], [8.009765999999999, -3.5653439999999996], [8.01014, -3.615865], [8.010662, -3.6580429999999997], [8.011333, -3.6918539999999997], [8.012152, -3.717273], [8.013119, -3.734272], [8.014077, -3.7421819999999997], [8.022083, -3.764942], [8.035143, -3.781341], [8.053544, -3.79153], [8.07757, -3.7956619999999996], [8.107507, -3.793887], [8.110576, -3.793431], [8.125529, -3.791159], [8.136937999999999, -3.789516], [8.142468, -3.788837], [8.142569, -3.788834], [8.143355999999999, -3.7928349999999997], [8.144032, -3.803906], [8.144549, -3.8206539999999998], [8.144862, -3.8416829999999997], [8.144933, -3.858684], [8.144933, -3.928534], [7.91337, -3.928534], [7.896707999999999, -3.916464], [7.874327999999999, -3.8969], [7.856449, -3.873179], [7.846832, -3.855543], [7.842581999999999, -3.8466709999999997], [7.8388789999999995, -3.838179], [7.8356829999999995, -3.8294449999999998], [7.832959, -3.8198459999999996], [7.830667, -3.8087579999999996], [7.828771, -3.7955579999999998], [7.8272319999999995, -3.779622], [7.826014, -3.760329], [7.825076999999999, -3.7370539999999997], [7.824386, -3.709174], [7.823900999999999, -3.6760669999999998], [7.823585, -3.6371089999999997], [7.823401, -3.5916759999999996], [7.8233109999999995, -3.5391459999999997], [7.823277, -3.4788959999999998], [7.8232729999999995, -3.466042], [7.8232, -3.158067], [7.730067, -3.158067], [7.730067, -3.018367], [7.8232, -3.018367], [7.8232, -2.696634], [8.009466999999999, -2.696634], [8.009466999999999, -3.018367]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[7.414809, -3.0069079999999997], [7.444548999999999, -3.009719], [7.454751, -3.011555], [7.498987, -3.024803], [7.538302, -3.044739], [7.5729429999999995, -3.07156], [7.603155999999999, -3.105466], [7.629188999999999, -3.146657], [7.634003, -3.1559589999999997], [7.641114999999999, -3.171427], [7.6483289999999995, -3.189212], [7.6550329999999995, -3.207499], [7.660615, -3.224475], [7.664461999999999, -3.238326], [7.665964, -3.247236], [7.665531, -3.249414], [7.661047, -3.251352], [7.649882, -3.2554659999999997], [7.633391, -3.261276], [7.612932, -3.268303], [7.595253, -3.2742649999999998], [7.526971, -3.29712], [7.510549999999999, -3.2625189999999997], [7.492423, -3.2283359999999997], [7.47392, -3.201904], [7.454336, -3.1825159999999997], [7.432967, -3.169463], [7.410957, -3.162406], [7.382209, -3.160007], [7.3565629999999995, -3.1648169999999998], [7.334897, -3.176161], [7.318086999999999, -3.193361], [7.307011999999999, -3.215743], [7.302549, -3.242631], [7.302499999999999, -3.24597], [7.302973, -3.258469], [7.304837, -3.269641], [7.3087599999999995, -3.280239], [7.315409, -3.2910179999999998], [7.3254529999999995, -3.3027309999999996], [7.3395589999999995, -3.3161319999999996], [7.358394, -3.331975], [7.3826279999999995, -3.3510139999999997], [7.412927, -3.3740029999999996], [7.421824999999999, -3.3806779999999996], [7.458149, -3.407955], [7.488398999999999, -3.4308539999999996], [7.513331, -3.4500029999999997], [7.533701, -3.466029], [7.550265, -3.4795599999999998], [7.563777999999999, -3.491221], [7.574997, -3.501641], [7.584676999999999, -3.5114449999999997], [7.5935749999999995, -3.5212619999999997], [7.599176, -3.5278039999999997], [7.627069, -3.565547], [7.647106, -3.603716], [7.659833, -3.6437779999999997], [7.6657969999999995, -3.6872], [7.666418999999999, -3.7083999999999997], [7.66296, -3.755909], [7.652621, -3.798625], [7.635457, -3.8364439999999997], [7.611527, -3.8692599999999997], [7.580886, -3.8969679999999998], [7.556093, -3.912925], [7.528169999999999, -3.928534], [7.269946, -3.928534], [7.244948, -3.912327], [7.210387, -3.8850089999999997], [7.1796429999999996, -3.8505909999999997], [7.153172, -3.809748], [7.131429, -3.7631509999999997], [7.119028999999999, -3.726657], [7.112614, -3.704697], [7.183205999999999, -3.6811209999999996], [7.206078, -3.673717], [7.2260089999999995, -3.667712], [7.241693, -3.663464], [7.251824, -3.6613279999999997], [7.255106, -3.6614679999999997], [7.257432, -3.66682], [7.262553, -3.6778269999999997], [7.269552, -3.692532], [7.273129, -3.699957], [7.292510999999999, -3.73353], [7.314629, -3.7602089999999997], [7.338991999999999, -3.77966], [7.365105, -3.7915479999999997], [7.3924769999999995, -3.7955379999999996], [7.411314, -3.7936199999999998], [7.426870999999999, -3.789345], [7.440906999999999, -3.783594], [7.446421, -3.780376], [7.463019, -3.7636119999999997], [7.473958, -3.741892], [7.479145, -3.7166379999999997], [7.478491, -3.6892709999999997], [7.471905, -3.661215], [7.459294, -3.633889], [7.456124999999999, -3.6287659999999997], [7.4504779999999995, -3.621769], [7.440843999999999, -3.612316], [7.426716, -3.599992], [7.4075869999999995, -3.58438], [7.382949, -3.565064], [7.352294, -3.541626], [7.323309, -3.519789], [7.282247, -3.4887599999999996], [7.247541999999999, -3.4618949999999997], [7.218573999999999, -3.438557], [7.194725, -3.418112], [7.175377999999999, -3.39992], [7.159914, -3.3833469999999997], [7.147715, -3.367756], [7.138163, -3.352511], [7.1306389999999995, -3.3369739999999997], [7.1245259999999995, -3.320509], [7.122057, -3.3125839999999998], [7.117412, -3.289482], [7.115075, -3.261252], [7.115047, -3.230914], [7.117328, -3.201485], [7.121919, -3.175985], [7.122049, -3.175478], [7.136489999999999, -3.1357079999999997], [7.157845, -3.100689], [7.185867, -3.070662], [7.220305, -3.045865], [7.260911999999999, -3.026537], [7.285597, -3.018378], [7.313573, -3.012339], [7.346387999999999, -3.008336], [7.381111, -3.0064859999999998], [7.414809, -3.0069079999999997]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[6.626113999999999, -3.389842], [6.626325, -3.4546289999999997], [6.626535, -3.511488], [6.626754999999999, -3.5609599999999997], [6.6269979999999995, -3.603585], [6.627275999999999, -3.639901], [6.627599999999999, -3.6704489999999996], [6.627984, -3.6957679999999997], [6.628439999999999, -3.716398], [6.628979999999999, -3.7328789999999996], [6.6296159999999995, -3.7457499999999997], [6.630361, -3.75555], [6.631227, -3.7628199999999996], [6.632225999999999, -3.7681], [6.633369999999999, -3.771928], [6.634672999999999, -3.774844], [6.634897, -3.775263], [6.648409, -3.791943], [6.666570999999999, -3.8022229999999997], [6.6882779999999995, -3.8059119999999997], [6.712428, -3.8028229999999996], [6.737798, -3.7928319999999998], [6.754874, -3.782648], [6.773244, -3.7698869999999998], [6.784794, -3.760754], [6.8072, -3.741612], [6.8072, -3.018367], [6.993467, -3.018367], [6.993467, -3.928534], [6.8074959999999995, -3.928534], [6.80629, -3.8860319999999997], [6.805083, -3.8435289999999998], [6.7796829999999995, -3.865154], [6.763235, -3.87844], [6.743626, -3.893246], [6.724851, -3.9065649999999996], [6.723237, -3.907656], [6.692190999999999, -3.928534], [6.494593, -3.928534], [6.479467, -3.910862], [6.458975, -3.881169], [6.4460869999999995, -3.8484179999999997], [6.4431959999999995, -3.835733], [6.442413999999999, -3.827237], [6.4417029999999995, -3.81054], [6.441065999999999, -3.7859059999999998], [6.440505, -3.753602], [6.440023999999999, -3.713891], [6.439623999999999, -3.6670399999999996], [6.439309, -3.613314], [6.439082, -3.552977], [6.438943999999999, -3.4862949999999997], [6.438899999999999, -3.415723], [6.438899999999999, -3.018367], [6.624943999999999, -3.018367], [6.626113999999999, -3.389842]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[5.982848, -2.651045], [6.076496, -2.652184], [6.210787, -3.278717], [6.226121, -3.350262], [6.240990999999999, -3.419653], [6.255299, -3.4864279999999996], [6.268946, -3.550124], [6.281833, -3.6102819999999998], [6.293861, -3.666438], [6.30493, -3.7181309999999996], [6.314944, -3.7649], [6.323802, -3.806282], [6.331404999999999, -3.841817], [6.337655, -3.871043], [6.342454, -3.893497], [6.345701, -3.908718], [6.347297999999999, -3.916245], [6.347433, -3.916892], [6.349787999999999, -3.928534], [6.1615009999999995, -3.928534], [6.0945409999999995, -3.615132], [5.982247, -3.6162579999999998], [5.869952, -3.617384], [5.841317999999999, -3.750734], [5.834115, -3.7842919999999998], [5.827278, -3.8161669999999996], [5.821064, -3.845154], [5.815733, -3.8700479999999997], [5.811541999999999, -3.8896439999999997], [5.80875, -3.902735], [5.807992, -3.906309], [5.8033, -3.928534], [5.614864, -3.928534], [5.712127, -3.475567], [5.892639, -3.475567], [5.981618999999999, -3.475567], [6.012725, -3.4754519999999998], [6.036194, -3.4750729999999996], [6.052855999999999, -3.47438], [6.063537999999999, -3.473325], [6.069068, -3.471859], [6.070338, -3.470275], [6.069604, -3.4652659999999997], [6.067578999999999, -3.452638], [6.0643839999999996, -3.433122], [6.06014, -3.407448], [6.054969, -3.376346], [6.048992999999999, -3.340547], [6.042332, -3.300779], [6.035107, -3.257773], [6.027442, -3.2122599999999997], [6.026513, -3.20675], [6.01732, -3.152673], [6.008995, -3.104551], [6.0015979999999995, -3.062706], [5.995189, -3.0274609999999997], [5.989828999999999, -2.999138], [5.985577999999999, -2.978059], [5.982495999999999, -2.964547], [5.980644, -2.9589239999999997], [5.980214, -2.9591], [5.979038, -2.965127], [5.97662, -2.978732], [5.973091999999999, -2.999141], [5.968583, -3.0255769999999997], [5.963227, -3.057264], [5.957153, -3.093428], [5.950494, -3.133292], [5.943378999999999, -3.176081], [5.93725, -3.2131], [5.929872, -3.257681], [5.922857, -3.299947], [5.916334, -3.339127], [5.910432999999999, -3.3744509999999996], [5.905283, -3.405147], [5.901013, -3.430443], [5.897753, -3.449569], [5.895632, -3.4617519999999997], [5.89483, -3.466042], [5.892639, -3.475567], [5.712127, -3.475567], [5.747351999999999, -3.311525], [5.762639999999999, -3.2403269999999997], [5.777489999999999, -3.171157], [5.791802, -3.104492], [5.805472, -3.0408079999999997], [5.818397999999999, -2.98058], [5.8304789999999995, -2.924285], [5.841613, -2.8723989999999997], [5.851697, -2.8253969999999997], [5.860628999999999, -2.783756], [5.868306, -2.747951], [5.8746279999999995, -2.7184589999999997], [5.879491, -2.6957549999999997], [5.882794, -2.680316], [5.884435, -2.672617], [5.884519999999999, -2.672212], [5.8892, -2.649907], [5.982848, -2.651045]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 115.0], "polygons": [[[4.9784, -3.928534], [-0.040922, -3.928534], [-0.246947, -3.9285319999999997], [-0.450922, -3.9285259999999997], [-0.652683, -3.928517], [-0.852066, -3.9285039999999998], [-1.048906, -3.9284879999999998], [-1.243037, -3.9284679999999996], [-1.434297, -3.928445], [-1.6225209999999999, -3.928419], [-1.807543, -3.92839], [-1.989199, -3.9283569999999997], [-2.167326, -3.928321], [-2.341758, -3.928283], [-2.512331, -3.928241], [-2.678881, -3.928197], [-2.841242, -3.92815], [-2.9992509999999997, -3.9280999999999997], [-3.152743, -3.928048], [-3.3015529999999997, -3.927993], [-3.4455169999999997, -3.9279349999999997], [-3.5844709999999997, -3.927876], [-3.7182489999999997, -3.927813], [-3.846688, -3.927749], [-3.969623, -3.927683], [-4.0868899999999995, -3.9276139999999997], [-4.198323, -3.9275439999999997], [-4.3037589999999994, -3.9274709999999997], [-4.403033, -3.927397], [-4.495981, -3.92732], [-4.582437, -3.927243], [-4.662237999999999, -3.9271629999999997], [-4.735219, -3.927082], [-4.801215, -3.926999], [-4.860062, -3.9269149999999997], [-4.911595999999999, -3.92683], [-4.955652, -3.9267429999999997], [-4.992065, -3.926655], [-5.020671, -3.926566], [-5.041306, -3.9264759999999996], [-5.053805, -3.926385], [-5.058002999999999, -3.926293], [-5.058002999999999, -3.9262919999999997], [-5.054247999999999, -3.923847], [-5.04367, -3.9171139999999998], [-5.0266139999999995, -3.906309], [-5.003424, -3.891651], [-4.9744459999999995, -3.8733549999999997], [-4.940023, -3.8516399999999997], [-4.9005019999999995, -3.826723], [-4.8562259999999995, -3.798821], [-4.807541, -3.768151], [-4.754791, -3.73493], [-4.698322, -3.6993769999999997], [-4.638477, -3.661707], [-4.575603, -3.6221389999999998], [-4.510043, -3.580889], [-4.442143, -3.538175], [-4.372248, -3.494214], [-4.35586, -3.483908], [-3.65596, -3.043767], [4.9784, -3.043767], [4.9784, -3.928534]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[2.396636, 2.863117], [2.46601, 2.847282], [2.483472, 2.839603], [2.5575229999999998, 2.78458], [2.6060559999999997, 2.714572], [2.629086, 2.635996], [2.6266279999999997, 2.5552669999999997], [2.598693, 2.4787999999999997], [2.545298, 2.4130119999999997], [2.4824509999999997, 2.371498], [2.389629, 2.342499], [2.290151, 2.338068], [2.196374, 2.358066], [2.159, 2.375178], [2.09309, 2.4288629999999998], [2.045891, 2.5010879999999998], [2.022485, 2.581851], [2.0235529999999997, 2.641714], [2.053143, 2.722466], [2.109105, 2.793506], [2.173717, 2.839873], [2.2358309999999997, 2.859426], [2.3150239999999997, 2.867169], [2.396636, 2.863117]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[0.5356339999999999, 4.702502], [0.751398, 4.6674869999999995], [0.9591679999999999, 4.60079], [1.1597849999999998, 4.501971], [1.354091, 4.370591999999999], [1.5429279999999999, 4.206212], [1.6045369999999999, 4.144286999999999], [1.659331, 4.087936], [1.6954129999999998, 4.05338], [1.7172509999999999, 4.0377209999999994], [1.729309, 4.03806], [1.736057, 4.051502], [1.737763, 4.057856], [1.741612, 4.092673], [1.7432109999999998, 4.151197], [1.742391, 4.223335], [1.74111, 4.259358], [1.739226, 4.328284], [1.7398989999999999, 4.3823479999999995], [1.742921, 4.4142], [1.745655, 4.4196], [1.7644279999999999, 4.410829], [1.803164, 4.387709], [1.8538839999999999, 4.355029], [1.859769, 4.351112], [1.9281, 4.300172], [2.001535, 4.234512], [2.082489, 4.151477], [2.173381, 4.048413], [2.276627, 3.9226639999999997], [2.394644, 3.771576], [2.431775, 3.722909], [2.512977, 3.6178459999999997], [2.5833909999999998, 3.5304699999999998], [2.64085, 3.4633179999999997], [2.683184, 3.4189279999999997], [2.707743, 3.4000179999999998], [2.844044, 3.338002], [2.974323, 3.2635899999999998], [3.091529, 3.1816429999999998], [3.188611, 3.097022], [3.25081, 3.0255699999999996], [3.292754, 2.967844], [3.4794099999999997, 2.956604], [3.637089, 2.9428229999999997], [3.7703819999999997, 2.9222159999999997], [3.876318, 2.8953819999999997], [3.951923, 2.8629219999999997], [3.955714, 2.860633], [4.032401, 2.7961989999999997], [4.079928, 2.717024], [4.0987469999999995, 2.624803], [4.089309, 2.521228], [4.052068, 2.4079919999999997], [3.987475, 2.28679], [3.8959819999999996, 2.1593139999999997], [3.7780419999999997, 2.027258], [3.717336, 1.967619], [3.60641, 1.871154], [3.4744289999999998, 1.770028], [3.33201, 1.671587], [3.189765, 1.583173], [3.0606999999999998, 1.5133029999999998], [2.929467, 1.44884], [2.929467, 1.367173], [2.918665, 1.240388], [2.8882719999999997, 1.097329], [2.841301, 0.946938], [2.780769, 0.7981579999999999], [2.709692, 0.65993], [2.6686509999999997, 0.593816], [2.588101, 0.486438], [2.4862599999999997, 0.371282], [2.371505, 0.256903], [2.252212, 0.151858], [2.182429, 0.09723], [2.053458, 0.0015049999999999998], [2.041693, -0.122014], [2.030875, -0.195461], [2.0141519999999997, -0.266186], [1.996502, -0.31561], [1.94156, -0.391689], [1.8553439999999999, -0.455524], [1.7382259999999998, -0.506926], [1.5905799999999999, -0.5457069999999999], [1.515328, -0.558831], [1.368069, -0.570274], [1.237732, -0.555639], [1.117786, -0.51328], [1.0017019999999999, -0.441556], [0.9785419999999999, -0.42367499999999997], [0.9309139999999999, -0.388345], [0.891521, -0.363736], [0.870784, -0.35559999999999997], [0.836286, -0.358383], [0.774802, -0.366054], [0.6926939999999999, -0.37759699999999996], [0.596324, -0.39199799999999996], [0.49205499999999996, -0.40824], [0.386248, -0.425307], [0.28526599999999996, -0.442185], [0.19547, -0.457856], [0.123223, -0.471307], [0.074887, -0.48152], [0.063835, -0.484423], [0.040463, -0.5040859999999999], [0.01337, -0.544565], [-0.0005729999999999999, -0.572535], [-0.057925, -0.671369], [-0.13320099999999999, -0.745035], [-0.23030299999999998, -0.7963979999999999], [-0.34754999999999997, -0.82736], [-0.493272, -0.847611], [-0.618217, -0.852773], [-0.7111999999999999, -0.846147], [-0.8121029999999999, -0.8261419999999999], [-0.896814, -0.7905909999999999], [-0.976273, -0.733792], [-1.036158, -0.676759], [-1.0850849999999999, -0.629927], [-1.128682, -0.5946239999999999], [-1.159383, -0.57679], [-1.164844, -0.575734], [-1.201341, -0.5670729999999999], [-1.259252, -0.5434869999999999], [-1.331639, -0.508571], [-1.41156, -0.46592], [-1.492076, -0.419129], [-1.5662479999999999, -0.371793], [-1.589265, -0.355875], [-1.755542, -0.220938], [-1.893309, -0.071323], [-1.9761799999999998, 0.048893], [-1.6942819999999998, 0.048893], [-1.6602139999999999, 0.001049], [-1.6225399999999999, -0.040311], [-1.5631929999999998, -0.09243499999999999], [-1.490001, -0.149455], [-1.410791, -0.205505], [-1.333393, -0.25472], [-1.2784659999999999, -0.28501499999999996], [-1.2099119999999999, -0.314477], [-1.1379409999999999, -0.337955], [-1.0922, -0.34796699999999997], [-1.049439, -0.35622499999999996], [-1.013763, -0.370494], [-0.9769669999999999, -0.396034], [-0.930846, -0.438108], [-0.893172, -0.475611], [-0.836855, -0.5310079999999999], [-0.793326, -0.56712], [-0.752219, -0.58938], [-0.703171, -0.6032179999999999], [-0.635817, -0.614069], [-0.626533, -0.615356], [-0.580263, -0.616039], [-0.51449, -0.610317], [-0.441094, -0.599996], [-0.371956, -0.586882], [-0.318953, -0.572784], [-0.30250099999999996, -0.566078], [-0.25218399999999996, -0.521762], [-0.217555, -0.460231], [-0.194051, -0.40577199999999997], [-0.172954, -0.358801], [-0.16585, -0.343783], [-0.14792, -0.319679], [-0.117035, -0.297602], [-0.07027, -0.276773], [-0.004696, -0.256418], [0.08261, -0.23576], [0.194577, -0.214024], [0.334131, -0.190432], [0.504197, -0.164209], [0.5201629999999999, -0.161832], [0.654682, -0.142371], [0.761053, -0.129025], [0.8445389999999999, -0.12236999999999999], [0.9104009999999999, -0.122982], [0.9639019999999999, -0.131435], [1.010305, -0.148304], [1.054873, -0.174167], [1.102867, -0.20959699999999998], [1.126067, -0.228076], [1.192855, -0.278154], [1.2484659999999999, -0.30840999999999996], [1.305123, -0.32350399999999996], [1.375048, -0.32809699999999997], [1.388534, -0.328169], [1.4647249999999998, -0.32279199999999997], [1.548433, -0.308348], [1.630382, -0.287389], [1.701296, -0.262467], [1.751903, -0.23613399999999998], [1.765656, -0.22441899999999998], [1.783567, -0.18792299999999998], [1.79791, -0.125922], [1.8043, -0.07582499999999999], [1.8218489999999998, 0.034895999999999996], [1.853669, 0.12111699999999999], [1.9039119999999998, 0.190656], [1.976731, 0.251334], [1.978762, 0.252727], [2.173177, 0.40193399999999996], [2.3365579999999997, 0.563322], [2.4700569999999997, 0.73853], [2.574823, 0.9291999999999999], [2.652009, 1.1369719999999999], [2.682355, 1.255612], [2.692198, 1.3004909999999998], [2.6134079999999997, 1.2767789999999999], [2.559782, 1.265925], [2.485621, 1.2576829999999999], [2.4042339999999998, 1.25339], [2.3772759999999997, 1.253067], [2.2263669999999998, 1.259536], [2.1066499999999997, 1.278937], [2.018158, 1.311258], [1.9609189999999999, 1.356487], [1.934966, 1.41461], [1.9337769999999999, 1.424394], [1.932942, 1.462152], [1.940624, 1.489981], [1.9611299999999998, 1.509406], [1.9987709999999999, 1.521952], [2.057854, 1.529143], [2.142689, 1.532506], [2.2420839999999997, 1.5335079999999999], [2.344566, 1.534449], [2.4210659999999997, 1.536929], [2.4794609999999997, 1.54188], [2.527632, 1.550231], [2.573457, 1.5629149999999998], [2.6162, 1.5777059999999998], [2.785179, 1.6479549999999998], [2.963787, 1.7376939999999998], [3.142959, 1.841424], [3.31363, 1.953646], [3.466738, 2.068861], [3.5620629999999998, 2.151563], [3.615474, 2.202467], [3.65808, 2.2450229999999998], [3.6847019999999997, 2.273937], [3.691068, 2.283439], [3.676684, 2.2958089999999998], [3.6401529999999998, 2.315788], [3.60796, 2.330783], [3.554179, 2.360456], [3.510189, 2.395187], [3.4957149999999997, 2.412178], [3.469413, 2.474984], [3.45775, 2.551656], [3.461856, 2.626785], [3.476496, 2.67393], [3.502604, 2.726267], [3.167602, 2.726267], [3.101196, 2.816157], [2.9784669999999998, 2.955783], [2.838394, 3.066436], [2.681971, 3.147615], [2.5101869999999997, 3.198822], [2.324036, 3.219556], [2.299373, 3.219983], [2.111576, 3.2058549999999997], [1.936577, 3.160441], [1.773313, 3.083357], [1.6209959999999999, 2.9744509999999997], [1.5660049999999999, 2.930954], [1.516983, 2.897776], [1.4819879999999999, 2.8801769999999998], [1.474216, 2.878667], [1.442624, 2.8861939999999997], [1.3923189999999999, 2.9059329999999997], [1.334174, 2.933613], [1.334007, 2.9337], [1.280502, 2.9599409999999997], [1.236086, 2.9762079999999997], [1.189333, 2.9848529999999998], [1.128815, 2.9882299999999997], [1.0668, 2.98872], [0.951969, 2.983262], [0.8596769999999999, 2.964607], [0.7800309999999999, 2.92931], [0.7031379999999999, 2.8739209999999997], [0.680484, 2.854098], [0.601653, 2.7630969999999997], [0.5550849999999999, 2.662744], [0.541091, 2.554916], [0.559983, 2.4414919999999998], [0.597021, 2.351749], [0.6685599999999999, 2.245288], [0.759537, 2.166203], [0.871938, 2.112847], [0.892589, 2.1064279999999997], [0.9366709999999999, 2.0948379999999998], [0.9770449999999999, 2.08837], [1.021692, 2.0871], [1.078594, 2.0911], [1.155733, 2.100444], [1.220713, 2.109447], [1.270489, 2.114229], [1.300949, 2.107577], [1.325883, 2.085207], [1.335013, 2.0739449999999997], [1.360175, 2.033064], [1.371545, 1.997024], [1.3716, 1.995175], [1.360776, 1.948597], [1.331224, 1.8839929999999998], [1.287323, 1.8080939999999999], [1.23345, 1.727634], [1.173987, 1.649346], [1.11331, 1.57996], [1.080428, 1.547499], [0.9933609999999999, 1.4745199999999998], [0.9071199999999999, 1.419482], [0.815522, 1.3806239999999999], [0.712387, 1.356185], [0.591533, 1.344406], [0.446779, 1.3435249999999999], [0.37344, 1.3461589999999999], [0.237871, 1.350506], [0.134117, 1.3497949999999999], [0.062859, 1.34404], [0.041076, 1.339674], [0.000493, 1.32611], [-0.024444, 1.3064689999999999], [-0.042577, 1.270848], [-0.056017, 1.23091], [-0.113212, 1.100793], [-0.194908, 0.992151], [-0.29864999999999997, 0.907596], [-0.410447, 0.85368], [-0.45516799999999996, 0.8398129999999999], [-0.523591, 0.820894], [-0.606402, 0.7994129999999999], [-0.6942659999999999, 0.7778609999999999], [-0.897994, 0.725032], [-1.073949, 0.670198], [-1.220743, 0.6139169999999999], [-1.336986, 0.556744], [-1.4212879999999999, 0.49923599999999996], [-1.444895, 0.477165], [-1.4699119999999999, 0.44450999999999996], [-1.505671, 0.389355], [-1.5474519999999998, 0.319332], [-1.5905319999999998, 0.24206999999999998], [-1.5916359999999998, 0.24001599999999998], [-1.6942819999999998, 0.048893], [-1.9761799999999998, 0.048893], [-1.989156, 0.067715], [-2.063941, 0.207431], [-2.1165279999999997, 0.33924899999999997], [-2.145155, 0.45821199999999995], [-2.150096, 0.5206999999999999], [-2.1520479999999997, 0.570382], [-2.1565909999999997, 0.602649], [-2.160465, 0.6095999999999999], [-2.188062, 0.597892], [-2.231458, 0.5666479999999999], [-2.283998, 0.521681], [-2.339026, 0.468809], [-2.38989, 0.413848], [-2.404708, 0.39614299999999997], [-2.446907, 0.346176], [-2.48196, 0.30840999999999996], [-2.503932, 0.289116], [-2.5071589999999997, 0.287866], [-2.516477, 0.294492], [-2.527204, 0.317386], [-2.540802, 0.361071], [-2.558732, 0.430071], [-2.575516, 0.499533], [-2.5889729999999997, 0.584232], [-2.595643, 0.688143], [-2.595706, 0.799743], [-2.589343, 0.907509], [-2.576736, 0.9999159999999999], [-2.567011, 1.0406769999999999], [-2.538883, 1.122375], [-2.5039659999999997, 1.20513], [-2.467123, 1.27858], [-2.43322, 1.3323669999999999], [-2.4256979999999997, 1.341613], [-2.409432, 1.3651149999999999], [-2.418161, 1.376445], [-2.4233949999999997, 1.378302], [-2.5269369999999998, 1.3961679999999999], [-2.6436319999999998, 1.392074], [-2.762511, 1.367832], [-2.872604, 1.325253], [-2.924003, 1.2956299999999998], [-2.971609, 1.264824], [-3.0071399999999997, 1.2433239999999999], [-3.021916, 1.236133], [-3.0253189999999996, 1.249815], [-3.019797, 1.291753], [-3.0051039999999998, 1.363287], [-2.9809959999999998, 1.465755], [-2.9770969999999997, 1.481666], [-2.920347, 1.659727], [-2.84209, 1.825793], [-2.745511, 1.975646], [-2.6337949999999997, 2.105069], [-2.510129, 2.209845], [-2.377698, 2.285757], [-2.365836, 2.290871], [-2.284805, 2.324878], [-2.32335, 2.3659079999999997], [-2.39025, 2.419524], [-2.4828539999999997, 2.469239], [-2.593016, 2.512279], [-2.712593, 2.5458719999999997], [-2.83344, 2.567244], [-2.9337, 2.5737389999999998], [-2.980606, 2.5756699999999997], [-3.009591, 2.580441], [-3.0141329999999997, 2.583697], [-3.0038039999999997, 2.6089439999999997], [-2.9762459999999997, 2.652742], [-2.936601, 2.7082129999999998], [-2.890012, 2.768484], [-2.841622, 2.826678], [-2.796573, 2.875921], [-2.7923739999999997, 2.880165], [-2.6872119999999997, 2.9762], [-2.578651, 3.054369], [-2.453242, 3.124036], [-2.417134, 3.14148], [-2.309666, 3.18735], [-2.2031959999999997, 3.221586], [-2.087192, 3.246841], [-1.9511239999999999, 3.2657719999999997], [-1.9049999999999998, 3.270597], [-1.829499, 3.278467], [-1.767502, 3.285758], [-1.7261119999999999, 3.2915799999999997], [-1.712443, 3.294702], [-1.7160769999999999, 3.312257], [-1.734966, 3.349907], [-1.76461, 3.400239], [-1.800509, 3.45584], [-1.838163, 3.5092969999999997], [-1.859537, 3.537025], [-1.925055, 3.605561], [-2.011554, 3.6780649999999997], [-2.108379, 3.7464169999999997], [-2.204875, 3.802501], [-2.2140329999999997, 3.807091], [-2.261662, 3.832312], [-2.2939249999999998, 3.852722], [-2.302933, 3.862015], [-2.287737, 3.876833], [-2.246401, 3.8985849999999997], [-2.185305, 3.9247479999999997], [-2.110827, 3.9527949999999996], [-2.029346, 3.980203], [-1.947242, 4.004445], [-1.9345009999999998, 4.007854], [-1.858399, 4.026421], [-1.7896109999999998, 4.039063], [-1.717857, 4.046904], [-1.632854, 4.0510649999999995], [-1.5243229999999999, 4.05267], [-1.524, 4.052671999999999], [-1.346133, 4.0487329999999995], [-1.1880789999999999, 4.033494], [-1.037116, 4.005063], [-0.880523, 3.9615479999999996], [-0.854024, 3.953036], [-0.792913, 3.934034], [-0.745463, 3.921061], [-0.7196859999999999, 3.916247], [-0.717387, 3.916702], [-0.718367, 3.934827], [-0.726514, 3.9774079999999996], [-0.74019, 4.036197], [-0.744549, 4.053512], [-0.797433, 4.215692], [-0.868323, 4.364731], [-0.948618, 4.485759], [-0.983412, 4.531421], [-1.007749, 4.566498999999999], [-1.016, 4.58237], [-1.0001529999999998, 4.587324], [-0.956677, 4.589504], [-0.8916679999999999, 4.589231], [-0.8112199999999999, 4.586823], [-0.7214309999999999, 4.5826], [-0.6283949999999999, 4.5768819999999995], [-0.5382089999999999, 4.5699879999999995], [-0.456968, 4.5622359999999995], [-0.390769, 4.553947], [-0.35559999999999997, 4.547772999999999], [-0.14454, 4.490415], [0.06188, 4.411442], [0.25299099999999997, 4.315297], [0.355197, 4.2516739999999995], [0.40846099999999996, 4.220482], [0.44073999999999997, 4.213628], [0.44833, 4.217687], [0.457066, 4.2434199999999995], [0.46284899999999995, 4.2946159999999995], [0.465784, 4.363009], [0.465978, 4.440334], [0.463537, 4.518325], [0.458568, 4.588717], [0.451175, 4.643244999999999], [0.4425, 4.67199], [0.419334, 4.712713], [0.5356339999999999, 4.702502]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[3.3655, -0.382663], [3.556, -0.394071], [3.556, -0.9689129999999999], [3.556359, -1.104268], [3.5573789999999996, -1.2279069999999999], [3.558973, -1.335996], [3.561058, -1.4247029999999998], [3.563545, -1.490194], [3.5663519999999997, -1.5286339999999998], [3.5686999999999998, -1.537377], [3.735985, -1.4667649999999999], [3.9188549999999998, -1.4129349999999998], [4.097867, -1.3810209999999998], [4.184528, -1.3775439999999999], [4.2897549999999995, -1.3829909999999999], [4.400764, -1.395845], [4.504772, -1.41459], [4.588996, -1.43771], [4.595381, -1.440032], [4.709497, -1.498834], [4.8045539999999995, -1.583311], [4.881546, -1.694728], [4.941469, -1.8343509999999998], [4.963463, -1.907972], [4.973024, -1.9468729999999999], [4.980843999999999, -1.9869919999999999], [4.9871739999999996, -2.032447], [4.992265, -2.087358], [4.9963679999999995, -2.155846], [4.999734, -2.242031], [5.0026139999999995, -2.3500319999999997], [5.0052579999999995, -2.48397], [5.007712, -2.634454], [5.016838, -3.228442], [5.096054, -3.266051], [5.152095999999999, -3.2965389999999997], [5.2020539999999995, -3.3300639999999997], [5.217993, -3.343276], [5.2607159999999995, -3.382891], [5.238701, -3.549879], [5.229258, -3.6230909999999996], [5.221708, -3.68463], [5.217059, -3.7261189999999997], [5.216076, -3.738034], [5.208702, -3.744153], [5.185103, -3.7490569999999996], [5.142486, -3.752856], [5.078055, -3.755658], [4.989013, -3.7575719999999997], [4.872566, -3.758708], [4.725917, -3.759174], [4.673922999999999, -3.7592], [4.132379, -3.7592], [4.12441, -3.7211], [4.118647, -3.687473], [4.110111, -3.630458], [4.100307, -3.560259], [4.096439999999999, -3.53132], [4.076438, -3.3796399999999998], [4.132626, -3.332732], [4.185751, -3.29575], [4.247685, -3.262345], [4.262693, -3.2558119999999997], [4.336571999999999, -3.2258], [4.331519999999999, -2.667], [4.330057, -2.51427], [4.328554, -2.391559], [4.32675, -2.295019], [4.324388, -2.220802], [4.321207, -2.165062], [4.316949999999999, -2.123951], [4.311356, -2.0936209999999997], [4.304167, -2.0702249999999998], [4.2951239999999995, -2.049915], [4.289211, -2.038564], [4.241401, -1.9760609999999998], [4.17327, -1.9331159999999998], [4.080562, -1.907486], [4.027572999999999, -1.9008099999999999], [3.911184, -1.9038169999999999], [3.7884279999999997, -1.930134], [3.673552, -1.976198], [3.632811, -1.9994759999999998], [3.556, -2.048188], [3.556, -3.216846], [3.653367, -3.2661919999999998], [3.7109729999999996, -3.2988239999999998], [3.7605489999999997, -3.332855], [3.785888, -3.355336], [3.8011709999999996, -3.3742389999999998], [3.810184, -3.3937899999999996], [3.813275, -3.4212029999999998], [3.8107919999999997, -3.463691], [3.803085, -3.528467], [3.796617, -3.5771669999999998], [3.772192, -3.7592], [3.2317649999999998, -3.7592], [3.074423, -3.758904], [2.9481569999999997, -3.7579439999999997], [2.850181, -3.7562119999999997], [2.777708, -3.7536009999999997], [2.727951, -3.750002], [2.698126, -3.7453079999999996], [2.685444, -3.739411], [2.684706, -3.738034], [2.6799779999999997, -3.712922], [2.672649, -3.662575], [2.663899, -3.5954129999999997], [2.658409, -3.5501449999999997], [2.649775, -3.473604], [2.64602, -3.422976], [2.647792, -3.390573], [2.655734, -3.368708], [2.670495, -3.349693], [2.675723, -3.344061], [2.712186, -3.315197], [2.766038, -3.283416], [2.803862, -3.265249], [2.895022, -3.2258], [2.895311, -2.099634], [2.8956, -0.9734689999999999], [2.8151669999999998, -0.936006], [2.757349, -0.905731], [2.7042859999999997, -0.872559], [2.6867319999999997, -0.859509], [2.638731, -0.8204739999999999], [2.6594629999999997, -0.6430699999999999], [2.669158, -0.5684859999999999], [2.679045, -0.50651], [2.6877869999999997, -0.464842], [2.692717, -0.451627], [2.7236789999999997, -0.435086], [2.78245, -0.4196], [2.862972, -0.40579], [2.95919, -0.39427599999999996], [3.0650489999999997, -0.385679], [3.174492, -0.38061999999999996], [3.281463, -0.37972], [3.3655, -0.382663]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[-9.399491, -0.5289389999999999], [-8.847666, -0.5334], [-8.823744999999999, -0.7354569999999999], [-8.799823, -0.937514], [-8.856518, -0.984845], [-8.910233, -1.022387], [-8.972247, -1.05606], [-8.98621, -1.062188], [-9.059206, -1.0922], [-9.05927, -1.4520339999999998], [-9.059332999999999, -1.811867], [-8.060267, -1.811867], [-8.060267, -1.092002], [-8.141833, -1.054583], [-8.214452, -1.015206], [-8.269619, -0.97324], [-8.302363, -0.9332579999999999], [-8.308238, -0.901508], [-8.302897, -0.872853], [-8.295067999999999, -0.819229], [-8.285967, -0.749332], [-8.279853, -0.6985], [-8.259656999999999, -0.524934], [-7.712369, -0.524934], [-7.561342, -0.525044], [-7.440721, -0.5254989999999999], [-7.347045, -0.526482], [-7.276853999999999, -0.5281779999999999], [-7.226687, -0.530772], [-7.193084, -0.534449], [-7.172584, -0.539392], [-7.161726, -0.545787], [-7.157051, -0.553819], [-7.156832, -0.5545669999999999], [-7.151495, -0.5831919999999999], [-7.143647, -0.6368929999999999], [-7.134487999999999, -0.7070839999999999], [-7.1279639999999995, -0.761214], [-7.107345, -0.938228], [-7.163613, -0.9852019999999999], [-7.216996, -1.02248], [-7.278815, -1.056017], [-7.292877, -1.062188], [-7.365873, -1.0922], [-7.365936, -2.144313], [-7.366, -3.1964259999999998], [-7.2771, -3.240712], [-7.220378999999999, -3.270908], [-7.170411, -3.30078], [-7.1483159999999994, -3.316084], [-7.1084309999999995, -3.347171], [-7.131615, -3.548952], [-7.1547979999999995, -3.750734], [-7.709131999999999, -3.755198], [-7.866833, -3.7562119999999997], [-7.993536, -3.756388], [-8.092099, -3.755641], [-8.165383, -3.7538829999999996], [-8.216247, -3.751026], [-8.247551, -3.7469829999999997], [-8.262155, -3.7416679999999998], [-8.264102, -3.7382649999999997], [-8.266397, -3.713348], [-8.272095, -3.6629069999999997], [-8.280258, -3.595004], [-8.287234, -3.5390669999999997], [-8.297471999999999, -3.45131], [-8.2998, -3.389561], [-8.290844, -3.346266], [-8.267225, -3.313871], [-8.225569, -3.2848219999999997], [-8.162498, -3.2515639999999997], [-8.157632999999999, -3.2491049999999997], [-8.060267, -3.199913], [-8.060267, -2.286], [-9.059332999999999, -2.286], [-9.059332999999999, -3.1964259999999998], [-8.970433, -3.240712], [-8.913488, -3.271063], [-8.8631, -3.3012539999999997], [-8.840786999999999, -3.316735], [-8.80004, -3.3484719999999997], [-8.847666, -3.750734], [-9.400020999999999, -3.7551949999999996], [-9.952376, -3.759657], [-9.962807999999999, -3.678995], [-9.977630999999999, -3.561133], [-9.986507, -3.4716479999999996], [-9.987957, -3.405345], [-9.980502, -3.357029], [-9.962662, -3.321507], [-9.932958, -3.293584], [-9.889911999999999, -3.268067], [-9.838607, -3.242896], [-9.736666999999999, -3.1941729999999997], [-9.736666999999999, -1.101237], [-9.825567, -1.056751], [-9.891506, -1.022495], [-9.938232, -0.9919589999999999], [-9.968204, -0.958846], [-9.983884999999999, -0.916859], [-9.987733, -0.859702], [-9.982209, -0.7810779999999999], [-9.970991, -0.6845829999999999], [-9.951315, -0.524478], [-9.399491, -0.5289389999999999]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[6.707101, -1.3885399999999999], [6.8442, -1.40157], [6.9636949999999995, -1.4253209999999998], [7.073252, -1.46121], [7.1543339999999995, -1.497349], [7.287896, -1.581821], [7.402794999999999, -1.69312], [7.4972129999999995, -1.828692], [7.569331999999999, -1.985985], [7.61327, -2.142067], [7.628203999999999, -2.24117], [7.6377489999999995, -2.362529], [7.6418989999999996, -2.496042], [7.640649, -2.631608], [7.633996, -2.7591259999999997], [7.621931999999999, -2.8684939999999997], [7.613645999999999, -2.914258], [7.556508, -3.11056], [7.475343, -3.283938], [7.370862, -3.433598], [7.243774999999999, -3.558747], [7.094792999999999, -3.65859], [6.924625, -3.732334], [6.865289, -3.750435], [6.787387, -3.765831], [6.68567, -3.7771719999999998], [6.569979, -3.7841829999999996], [6.4501539999999995, -3.786593], [6.336035, -3.784127], [6.237463, -3.776513], [6.189133, -3.769215], [6.0114909999999995, -3.721996], [5.859064, -3.653475], [5.7302159999999995, -3.5621009999999997], [5.623309, -3.4463239999999997], [5.536706, -3.304594], [5.46877, -3.135361], [5.448802, -3.068262], [5.435684999999999, -3.015776], [5.4261289999999995, -2.963733], [5.419593, -2.905357], [5.415534999999999, -2.833871], [5.413412999999999, -2.7424969999999997], [5.412686, -2.624459], [5.412674, -2.6162], [5.412928, -2.525916], [6.090178, -2.525916], [6.092733, -2.665977], [6.104144, -2.8006759999999997], [6.123657, -2.919049], [6.137141, -2.9718], [6.186736, -3.090276], [6.255176, -3.184249], [6.33911, -3.252001], [6.435188999999999, -3.2918119999999997], [6.540061, -3.301964], [6.650378, -3.280739], [6.700358, -3.260748], [6.776402, -3.215597], [6.836911, -3.15637], [6.883139, -3.079754], [6.916339, -2.982437], [6.937765, -2.8611079999999998], [6.94867, -2.7124539999999997], [6.95071, -2.5992669999999998], [6.950264, -2.49075], [6.948054, -2.408443], [6.943351, -2.344706], [6.935429, -2.2918979999999998], [6.923559, -2.242378], [6.913523, -2.208783], [6.8624469999999995, -2.083407], [6.797044, -1.988265], [6.716146999999999, -1.9223869999999998], [6.618589999999999, -1.884801], [6.511761, -1.874387], [6.399811, -1.8868589999999998], [6.307034, -1.9227779999999999], [6.232253, -1.983612], [6.174290999999999, -2.07083], [6.13197, -2.185901], [6.104111, -2.330294], [6.097233, -2.391457], [6.090178, -2.525916], [5.412928, -2.525916], [5.413009, -2.497486], [5.4146909999999995, -2.405825], [5.418265, -2.334415], [5.424276, -2.276452], [5.433268, -2.225133], [5.445786, -2.173654], [5.449053999999999, -2.161676], [5.498393, -2.011279], [5.558072, -1.885292], [5.633115, -1.774679], [5.714376, -1.6843519999999998], [5.829299, -1.582733], [5.949634, -1.5043659999999999], [6.080699, -1.4473319999999998], [6.22781, -1.409714], [6.3962829999999995, -1.389594], [6.544733, -1.384817], [6.707101, -1.3885399999999999]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[1.715322, -1.387452], [1.8410959999999998, -1.403233], [1.9529869999999998, -1.4318659999999999], [2.060327, -1.4750969999999999], [2.060329, -1.4750969999999999], [2.175493, -1.5424989999999998], [2.269673, -1.6272069999999998], [2.344092, -1.7316639999999999], [2.3999729999999997, -1.8583109999999998], [2.438539, -2.009591], [2.461014, -2.1879459999999997], [2.466525, -2.286], [2.46961, -2.379406], [2.470278, -2.4462539999999997], [2.467789, -2.49381], [2.461403, -2.529341], [2.45038, -2.560113], [2.435536, -2.590413], [2.416016, -2.626816], [2.396765, -2.65651], [2.3742799999999997, -2.6802129999999997], [2.345055, -2.6986399999999997], [2.305587, -2.712512], [2.252369, -2.722544], [2.181898, -2.729454], [2.090669, -2.733961], [1.975177, -2.736782], [1.831918, -2.738635], [1.705967, -2.739804], [1.134401, -2.744874], [1.145292, -2.816004], [1.163279, -2.896337], [1.191303, -2.98061], [1.224491, -3.05597], [1.255428, -3.106423], [1.321331, -3.164762], [1.412472, -3.2089019999999997], [1.5232329999999998, -3.238606], [1.647997, -3.253635], [1.7811469999999998, -3.253752], [1.917065, -3.238721], [2.050134, -3.2083019999999998], [2.174737, -3.162258], [2.2070719999999997, -3.146673], [2.249656, -3.129142], [2.279467, -3.124501], [2.2853429999999997, -3.127062], [2.3004249999999997, -3.1540369999999998], [2.321155, -3.203416], [2.344779, -3.2669639999999998], [2.36854, -3.3364469999999997], [2.389682, -3.403631], [2.40545, -3.460282], [2.4130879999999997, -3.498164], [2.412832, -3.507999], [2.3845579999999997, -3.5450619999999997], [2.329122, -3.5875169999999996], [2.2521809999999998, -3.632395], [2.159391, -3.676729], [2.056409, -3.717548], [1.9488919999999998, -3.751884], [1.947334, -3.752318], [1.871549, -3.767166], [1.771666, -3.7779239999999996], [1.657231, -3.784376], [1.53779, -3.786305], [1.422888, -3.783495], [1.3220729999999998, -3.77573], [1.267536, -3.767719], [1.083937, -3.7187949999999996], [0.9238689999999999, -3.6459789999999996], [0.787129, -3.5490169999999996], [0.673515, -3.427656], [0.582823, -3.28164], [0.514851, -3.110718], [0.469396, -2.914634], [0.449379, -2.7432], [0.44652, -2.619758], [0.453258, -2.4793019999999997], [0.468284, -2.3366629999999997], [0.472833, -2.30978], [1.151668, -2.30978], [1.153451, -2.322946], [1.162614, -2.331499], [1.184589, -2.335975], [1.2248059999999998, -2.3369079999999998], [1.288695, -2.334832], [1.367367, -2.331015], [1.466273, -2.326573], [1.56879, -2.322975], [1.661752, -2.320633], [1.722967, -2.3199359999999998], [1.8626669999999999, -2.319867], [1.862388, -2.205567], [1.8495709999999999, -2.092136], [1.812077, -2.001255], [1.75043, -1.9336289999999998], [1.665154, -1.889961], [1.6183049999999999, -1.8781439999999998], [1.510394, -1.873062], [1.408348, -1.896442], [1.3187309999999999, -1.9453269999999998], [1.248106, -2.016761], [1.224164, -2.0556799999999997], [1.201833, -2.108342], [1.179827, -2.175284], [1.1620489999999999, -2.242828], [1.152401, -2.297296], [1.151668, -2.30978], [0.472833, -2.30978], [0.490284, -2.206671], [0.500865, -2.161062], [0.562585, -1.983239], [0.6504989999999999, -1.825745], [0.762748, -1.6899389999999999], [0.8974719999999999, -1.57718], [1.0528119999999999, -1.4888249999999998], [1.2269079999999999, -1.426235], [1.417899, -1.390766], [1.566334, -1.382781], [1.715322, -1.387452]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[-2.704653, -0.382028], [-2.688167, -0.38282], [-2.472267, -0.394242], [-2.472267, -3.176682], [-2.218267, -3.25141], [-2.218267, -3.655167], [-2.314482, -3.691166], [-2.469725, -3.740118], [-2.631701, -3.771797], [-2.780636, -3.78695], [-2.945071, -3.7980709999999998], [-2.996709, -3.7427919999999997], [-3.031206, -3.699515], [-3.054642, -3.658565], [-3.058182, -3.648325], [-3.068018, -3.609137], [-3.173612, -3.667178], [-3.3268139999999997, -3.733411], [-3.4974079999999996, -3.775131], [-3.6783859999999997, -3.791312], [-3.862738, -3.780925], [-3.905729, -3.774529], [-4.070482999999999, -3.732296], [-4.2137139999999995, -3.664644], [-4.334459, -3.572329], [-4.431757, -3.456111], [-4.504644, -3.316748], [-4.5124889999999995, -3.296398], [-4.548775, -3.185346], [-4.57513, -3.071682], [-4.5923739999999995, -2.9485729999999997], [-4.601325999999999, -2.809185], [-4.602803, -2.6466819999999998], [-4.6020449999999995, -2.6077339999999998], [-3.928533, -2.6077339999999998], [-3.920766, -2.78972], [-3.897672, -2.945195], [-3.859559, -3.07298], [-3.806736, -3.171896], [-3.7691869999999996, -3.215859], [-3.689082, -3.270496], [-3.5912469999999996, -3.298231], [-3.4792349999999996, -3.2985089999999997], [-3.37704, -3.277193], [-3.311505, -3.2523709999999997], [-3.241406, -3.2179919999999997], [-3.2131, -3.2013659999999997], [-3.1326669999999996, -3.150346], [-3.1326669999999996, -1.917138], [-3.171456, -1.907403], [-3.248824, -1.892458], [-3.340613, -1.8814309999999999], [-3.435743, -1.87499], [-3.523131, -1.8738029999999999], [-3.5916959999999998, -1.878537], [-3.606734, -1.881168], [-3.699207, -1.917703], [-3.77635, -1.9840799999999998], [-3.83796, -2.07984], [-3.8838329999999996, -2.204523], [-3.913767, -2.357671], [-3.927558, -2.5388249999999997], [-3.928533, -2.6077339999999998], [-4.6020449999999995, -2.6077339999999998], [-4.601056, -2.556933], [-4.595812, -2.4132119999999997], [-4.587708, -2.296144], [-4.575377, -2.1985449999999997], [-4.5574509999999995, -2.113235], [-4.5325619999999995, -2.033031], [-4.49934, -1.950753], [-4.47577, -1.8993669999999998], [-4.392822, -1.7627499999999998], [-4.283726, -1.644726], [-4.151488, -1.546656], [-3.9991139999999996, -1.469902], [-3.829611, -1.415824], [-3.645985, -1.385784], [-3.4512419999999997, -1.381143], [-3.348572, -1.3889989999999999], [-3.2746869999999997, -1.397769], [-3.212102, -1.406377], [-3.1694199999999997, -1.4135799999999998], [-3.156903, -1.416723], [-3.146842, -1.415671], [-3.139931, -1.4003029999999999], [-3.1356279999999996, -1.365902], [-3.133391, -1.307752], [-3.132676, -1.2211379999999998], [-3.1326669999999996, -1.206143], [-3.1326669999999996, -0.986263], [-3.233504, -0.948552], [-3.2994529999999997, -0.918752], [-3.362291, -0.88203], [-3.394973, -0.8575879999999999], [-3.455605, -0.804334], [-3.4305619999999997, -0.628904], [-3.4194809999999998, -0.5556639999999999], [-3.409243, -0.495778], [-3.401181, -0.45663099999999995], [-3.397411, -0.44536699999999996], [-3.367067, -0.431168], [-3.308789, -0.417717], [-3.2285079999999997, -0.40553799999999995], [-3.132155, -0.395154], [-3.025662, -0.387088], [-2.914959, -0.381863], [-2.805979, -0.380002], [-2.704653, -0.382028]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[-5.541379, -1.391343], [-5.383814999999999, -1.424688], [-5.240843, -1.478931], [-5.117725999999999, -1.553904], [-5.080356999999999, -1.5849579999999999], [-4.999969, -1.6763489999999999], [-4.93621, -1.7911659999999998], [-4.888281, -1.9315069999999999], [-4.8553869999999995, -2.099474], [-4.842903, -2.21015], [-4.834798, -2.348223], [-4.83828, -2.458309], [-4.85467, -2.544693], [-4.885293, -2.6116639999999998], [-4.93147, -2.663507], [-4.994527, -2.704509], [-4.995679, -2.7051], [-5.017219, -2.7155929999999997], [-5.038908999999999, -2.723959], [-5.0646759999999995, -2.730438], [-5.098446, -2.7352719999999997], [-5.144146, -2.738701], [-5.205704, -2.740965], [-5.287046, -2.7423059999999997], [-5.392099, -2.742965], [-5.524789999999999, -2.743182], [-5.616988, -2.7432], [-6.163733, -2.7432], [-6.163733, -2.788656], [-6.149418, -2.8933869999999997], [-6.110207, -2.999135], [-6.051702, -3.092193], [-6.02933, -3.1175599999999997], [-5.960976, -3.175783], [-5.882705, -3.2165139999999997], [-5.7883379999999995, -3.2416679999999998], [-5.671692999999999, -3.253163], [-5.588413999999999, -3.254301], [-5.422972, -3.242803], [-5.271425, -3.2095879999999997], [-5.126548, -3.1547959999999997], [-5.075219, -3.1330709999999997], [-5.037813, -3.1197049999999997], [-5.023181, -3.117496], [-5.015548, -3.135097], [-4.998749, -3.1779699999999997], [-4.9752979999999996, -3.2395959999999997], [-4.948815, -3.310467], [-4.879763, -3.496733], [-4.924848, -3.544593], [-4.975029999999999, -3.5849379999999997], [-5.050298, -3.629108], [-5.142745, -3.6732769999999997], [-5.244466, -3.713621], [-5.334, -3.7425319999999997], [-5.431185999999999, -3.763172], [-5.550889, -3.777849], [-5.682217, -3.786155], [-5.814280999999999, -3.7876809999999996], [-5.936189, -3.782022], [-6.036733, -3.768831], [-6.218176, -3.7207459999999997], [-6.373734, -3.652643], [-6.505878999999999, -3.5630219999999997], [-6.61708, -3.450386], [-6.662789999999999, -3.389102], [-6.735792999999999, -3.265373], [-6.7904219999999995, -3.1324639999999997], [-6.828033, -2.984944], [-6.8499799999999995, -2.817382], [-6.857615999999999, -2.6243469999999998], [-6.857648999999999, -2.607733], [-6.8453859999999995, -2.378908], [-6.838907, -2.342297], [-6.169066, -2.342297], [-5.950499, -2.33115], [-5.85141, -2.326685], [-5.7490179999999995, -2.32306], [-5.656243, -2.3206789999999997], [-5.593271, -2.3199359999999998], [-5.4546079999999995, -2.319867], [-5.443636, -2.246696], [-5.443288, -2.1457829999999998], [-5.470555, -2.052708], [-5.521628, -1.973406], [-5.592701, -1.9138069999999998], [-5.678954999999999, -1.8800519999999998], [-5.795948, -1.869572], [-5.898302, -1.889502], [-5.98567, -1.9395479999999998], [-6.057703999999999, -2.019419], [-6.114058, -2.1288199999999997], [-6.1543849999999996, -2.26746], [-6.157833999999999, -2.284515], [-6.169066, -2.342297], [-6.838907, -2.342297], [-6.808910999999999, -2.1728229999999997], [-6.748372, -1.9897989999999999], [-6.663918, -1.830158], [-6.555699, -1.694221], [-6.423863, -1.582309], [-6.363912, -1.543968], [-6.212317, -1.470303], [-6.049004, -1.4183759999999999], [-5.8792349999999995, -1.388019], [-5.708273, -1.3790639999999998], [-5.541379, -1.391343]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[9.082001, -1.385344], [9.267009999999999, -1.416799], [9.365266, -1.4459119999999999], [9.42667, -1.466775], [9.464737999999999, -1.476889], [9.488073, -1.476767], [9.505277999999999, -1.466921], [9.517793, -1.4550079999999999], [9.53448, -1.441693], [9.557298, -1.432548], [9.592338, -1.4268129999999999], [9.645693, -1.423727], [9.723454, -1.422529], [9.779, -1.4223999999999999], [10.0076, -1.4223999999999999], [10.0076, -2.689691], [10.007563, -2.928111], [10.007413999999999, -3.135163], [10.007094, -3.313347], [10.006542999999999, -3.465159], [10.005702999999999, -3.593101], [10.004515999999999, -3.69967], [10.002922, -3.787366], [10.000864, -3.8586869999999998], [9.998281, -3.9161319999999997], [9.995115, -3.962199], [9.991308, -3.999389], [9.986801, -4.0301979999999995], [9.981535, -4.057128], [9.975451, -4.082675], [9.974777, -4.0853209999999995], [9.953379, -4.159253], [9.928509, -4.230951], [9.905457, -4.285191], [9.904925, -4.2862409999999995], [9.848531, -4.372548], [9.770355, -4.459846], [9.680662, -4.538169], [9.589713, -4.597548], [9.578458999999999, -4.603295], [9.501634, -4.638129999999999], [9.427006, -4.664474], [9.34806, -4.683377999999999], [9.258277, -4.695892], [9.151142, -4.703067], [9.020137, -4.705954], [8.9408, -4.70611], [8.816734, -4.705042], [8.717839, -4.702132], [8.635441, -4.696676], [8.560864, -4.68797], [8.485433, -4.675311], [8.433295, -4.664931999999999], [8.316193, -4.637913], [8.204884999999999, -4.607222], [8.10604, -4.575055], [8.026323, -4.543609], [7.972403, -4.51508], [7.967134, -4.511324], [7.949571, -4.493609999999999], [7.939863, -4.467873], [7.936322, -4.425502], [7.937227999999999, -4.358867], [7.949147999999999, -4.2300379999999995], [7.975114, -4.103915], [8.012205, -3.9933419999999997], [8.028042, -3.9591819999999998], [8.060955, -3.8946669999999997], [8.26956, -3.8946669999999997], [8.360603, -3.8947339999999997], [8.423966, -3.897634], [8.465811, -3.9074109999999997], [8.492303, -3.9281119999999996], [8.509606, -3.9637819999999997], [8.523883999999999, -4.018466], [8.535093, -4.068949], [8.548413, -4.123457999999999], [8.563073, -4.154833], [8.587712, -4.173011], [8.630967, -4.187927999999999], [8.641148, -4.19096], [8.774178, -4.220504], [8.902562999999999, -4.230277], [9.020628, -4.22089], [9.122694, -4.1929549999999995], [9.203085999999999, -4.1470839999999995], [9.223822, -4.1281859999999995], [9.26915, -4.073835], [9.301551, -4.0145029999999995], [9.323314, -3.9428639999999997], [9.336729, -3.8515949999999997], [9.343623, -3.74504], [9.351574, -3.5530809999999997], [9.282169999999999, -3.588488], [9.15442, -3.6382209999999997], [9.006305, -3.670258], [8.846471, -3.684379], [8.683562, -3.6803649999999997], [8.526221, -3.657999], [8.383092999999999, -3.6170609999999996], [8.369012999999999, -3.611585], [8.240791, -3.542329], [8.129026999999999, -3.444905], [8.035546, -3.32169], [7.962173, -3.1750599999999998], [7.913269, -3.018427], [7.898028, -2.928134], [7.887505, -2.813279], [7.881698999999999, -2.6828339999999997], [7.880608, -2.5457739999999998], [7.880852999999999, -2.536657], [8.536654, -2.536657], [8.538463, -2.613953], [8.548064, -2.757732], [8.56598, -2.872478], [8.593866, -2.9623649999999997], [8.633374, -3.031565], [8.686159, -3.084249], [8.7376, -3.116558], [8.844748, -3.153775], [8.966339999999999, -3.163226], [9.076267, -3.14913], [9.134951, -3.132276], [9.204926, -3.1065359999999997], [9.249834, -3.087164], [9.347199999999999, -3.041773], [9.347199999999999, -1.9464949999999999], [9.302641, -1.929554], [9.178835, -1.895009], [9.036024, -1.876658], [8.981707, -1.874394], [8.866254999999999, -1.883049], [8.772734, -1.9152959999999999], [8.696817, -1.9733379999999998], [8.640839, -2.0479979999999998], [8.592770999999999, -2.1457319999999998], [8.560053, -2.256056], [8.541682, -2.384516], [8.536654, -2.536657], [7.880852999999999, -2.536657], [7.884231, -2.411072], [7.892567, -2.287702], [7.905614, -2.184637], [7.913393999999999, -2.145676], [7.967084, -1.975541], [8.043193, -1.822225], [8.139007, -1.6896], [8.251813, -1.5815379999999999], [8.357075, -1.512915], [8.521011999999999, -1.4440119999999999], [8.701488, -1.3994499999999999], [8.890989, -1.379727], [9.082001, -1.385344]]]}, {"angle": [180.0], "type": "polygon", "pos": [144.5, 101.39999999999999], "polygons": [[[-0.8521909999999999, -1.382869], [-0.674322, -1.4068889999999998], [-0.5286959999999999, -1.4476849999999999], [-0.469553, -1.468647], [-0.43315899999999996, -1.478467], [-0.410454, -1.4776259999999999], [-0.392376, -1.466607], [-0.380262, -1.455574], [-0.362712, -1.4421329999999999], [-0.33958699999999997, -1.432868], [-0.304778, -1.427023], [-0.252177, -1.423841], [-0.175675, -1.4225649999999999], [-0.112413, -1.4223999999999999], [0.120124, -1.4223999999999999], [0.114106, -2.696633], [0.112901, -2.938279], [0.11168399999999999, -3.1484699999999997], [0.11039399999999999, -3.3296189999999997], [0.108971, -3.484137], [0.10735499999999999, -3.614438], [0.105485, -3.722934], [0.10330199999999999, -3.812036], [0.100745, -3.8841569999999996], [0.09775299999999999, -3.941709], [0.09426699999999999, -3.987104], [0.090226, -4.022755], [0.08557, -4.051073], [0.08023799999999999, -4.074472], [0.07959999999999999, -4.076874], [0.021141999999999998, -4.241487], [-0.059231, -4.380417], [-0.162294, -4.494437], [-0.28882199999999997, -4.584321], [-0.439589, -4.650843], [-0.517913, -4.67397], [-0.6033689999999999, -4.689544], [-0.714263, -4.700442], [-0.842491, -4.706663], [-0.9799509999999999, -4.708207], [-1.118536, -4.705073], [-1.2501449999999998, -4.697261], [-1.366673, -4.684769999999999], [-1.431071, -4.674024999999999], [-1.5668929999999999, -4.644458], [-1.67939, -4.6141939999999995], [-1.779015, -4.580113], [-1.862909, -4.545128], [-1.964267, -4.499642], [-1.964267, -4.370381], [-1.9575369999999999, -4.270106], [-1.939298, -4.160133], [-1.91247, -4.053705], [-1.8799759999999999, -3.9640649999999997], [-1.8700679999999998, -3.943408], [-1.844863, -3.8946669999999997], [-1.421562, -3.8946669999999997], [-1.403548, -3.9412339999999997], [-1.3894069999999998, -3.9853829999999997], [-1.373777, -4.045093], [-1.3666399999999999, -4.076529], [-1.355632, -4.120564], [-1.3405719999999999, -4.151407], [-1.3152359999999998, -4.172944], [-1.273401, -4.189064], [-1.208845, -4.203652], [-1.144123, -4.215511], [-0.997184, -4.23131], [-0.872203, -4.222132], [-0.76767, -4.187416], [-0.6820729999999999, -4.126599], [-0.613902, -4.039121], [-0.599498, -4.013199999999999], [-0.583778, -3.9722399999999998], [-0.5727519999999999, -3.9156709999999997], [-0.565427, -3.8368379999999997], [-0.561827, -3.76089], [-0.5591999999999999, -3.6779759999999997], [-0.55882, -3.623553], [-0.5614199999999999, -3.592276], [-0.5677329999999999, -3.5788029999999997], [-0.5784889999999999, -3.5777919999999996], [-0.586525, -3.5805949999999998], [-0.79099, -3.646772], [-0.9972489999999999, -3.681526], [-1.201511, -3.684516], [-1.3999869999999999, -3.655404], [-1.4054659999999999, -3.6541129999999997], [-1.552665, -3.60303], [-1.684135, -3.525203], [-1.795512, -3.424067], [-1.882434, -3.3030559999999998], [-1.903797, -3.2619059999999998], [-1.945268, -3.166124], [-1.9764279999999999, -3.071925], [-1.998457, -2.972321], [-2.012536, -2.860327], [-2.019848, -2.7289559999999997], [-2.021572, -2.571221], [-2.021547, -2.5654], [-2.02054, -2.5131699999999997], [-1.369476, -2.5131699999999997], [-1.366569, -2.638365], [-1.352695, -2.786145], [-1.328379, -2.9042559999999997], [-1.292473, -2.995595], [-1.243832, -3.063059], [-1.181309, -3.1095439999999996], [-1.179765, -3.1103549999999998], [-1.076319, -3.150442], [-0.966993, -3.163764], [-0.843806, -3.151163], [-0.826333, -3.1476599999999997], [-0.756328, -3.128503], [-0.680447, -3.101291], [-0.64747, -3.087055], [-0.55834, -3.045323], [-0.5628029999999999, -2.493794], [-0.5672659999999999, -1.942264], [-0.635, -1.9186239999999999], [-0.726474, -1.894301], [-0.829873, -1.8787269999999998], [-0.9318249999999999, -1.8731289999999998], [-1.018957, -1.878731], [-1.036104, -1.881862], [-1.133988, -1.91936], [-1.2156799999999999, -1.9856319999999998], [-1.2806279999999999, -2.079414], [-1.3282779999999998, -2.1994409999999998], [-1.358078, -2.344448], [-1.369476, -2.5131699999999997], [-2.02054, -2.5131699999999997], [-2.018602, -2.412677], [-2.010414, -2.285885], [-1.995568, -2.177305], [-1.9726519999999999, -2.079221], [-1.9402519999999999, -1.983912], [-1.896955, -1.883662], [-1.8965429999999999, -1.882782], [-1.839043, -1.7858479999999999], [-1.7599179999999999, -1.687749], [-1.6686679999999998, -1.598525], [-1.574798, -1.5282179999999999], [-1.544309, -1.510584], [-1.3906859999999999, -1.4461089999999999], [-1.218624, -1.40299], [-1.036375, -1.38174], [-0.8521909999999999, -1.382869]]]}, {"angle": [180.0], "type": "polygon", "pos": [138.4, 87.6], "polygons": [[[2.12443, 2.935152], [2.123811, 2.8480689999999997], [1.672086, 2.389109], [1.220361, 1.930148], [1.220032, 1.7195289999999999], [1.219703, 1.508911], [0.94461, 1.508911], [0.937522, 1.45547], [0.934838, 1.431112], [0.930313, 1.385241], [0.924191, 1.320595], [0.916712, 1.239909], [0.908119, 1.145919], [0.898654, 1.041363], [0.888558, 0.928975], [0.8780739999999999, 0.8114929999999999], [0.867444, 0.6916519999999999], [0.8569089999999999, 0.572189], [0.8467129999999999, 0.455841], [0.8370949999999999, 0.345343], [0.8282999999999999, 0.24343099999999998], [0.820568, 0.152842], [0.8141419999999999, 0.07631299999999999], [0.809263, 0.016579], [0.806175, -0.023624], [0.805117, -0.041559], [0.805118, -0.041644], [0.812827, -0.056034999999999995], [0.835981, -0.08574799999999999], [0.874895, -0.131131], [0.9298839999999999, -0.19252899999999998], [1.001264, -0.270288], [1.089349, -0.36475399999999997], [1.194454, -0.476272], [1.316895, -0.605188], [1.35131, -0.6412869999999999], [1.8971369999999999, -1.213416], [1.808881, -1.301436], [1.737485, -1.223758], [1.711366, -1.195686], [1.670566, -1.152274], [1.617777, -1.096366], [1.555691, -1.030808], [1.4869999999999999, -0.958441], [1.414396, -0.882112], [1.37096, -0.8365239999999999], [1.289416, -0.751119], [1.223504, -0.6827099999999999], [1.171544, -0.630053], [1.131855, -0.591905], [1.102757, -0.56702], [1.082569, -0.554156], [1.06961, -0.552068], [1.0622, -0.5595129999999999], [1.0586579999999999, -0.5752459999999999], [1.0573029999999999, -0.598023], [1.057121, -0.604239], [1.047703, -0.647061], [1.024497, -0.698819], [0.9921359999999999, -0.751328], [0.955252, -0.796403], [0.9404929999999999, -0.8103279999999999], [0.864767, -0.859047], [0.776308, -0.8863059999999999], [0.6980999999999999, -0.8927729999999999], [0.609468, -0.8805759999999999], [0.527612, -0.8448129999999999], [0.45516399999999996, -0.7867219999999999], [0.441797, -0.772262], [0.392918, -0.716733], [-0.45267399999999997, -0.716733], [-0.45267399999999997, -0.8927729999999999], [-0.67901, -0.8927729999999999], [-0.67901, -0.810531], [-0.68185, -0.754386], [-0.6913929999999999, -0.7154159999999999], [-0.7029909999999999, -0.6942189999999999], [-0.7112769999999999, -0.679052], [-0.7183729999999999, -0.6570619999999999], [-0.724748, -0.624987], [-0.730872, -0.579569], [-0.737216, -0.517548], [-0.74425, -0.435662], [-0.749066, -0.37474599999999997], [-0.771161, -0.08934299999999999], [-1.3135649999999999, -0.638805], [-1.411637, -0.738228], [-1.505784, -0.833815], [-1.594285, -0.9238099999999999], [-1.67542, -1.006457], [-1.747469, -1.080001], [-1.8087119999999999, -1.142684], [-1.857427, -1.192752], [-1.891896, -1.228448], [-1.9103789999999998, -1.247995], [-1.9407429999999999, -1.2789439999999999], [-1.966071, -1.30053], [-1.979695, -1.307723], [-1.9970949999999998, -1.299297], [-2.0224599999999997, -1.2782449999999999], [-2.031058, -1.269671], [-2.067514, -1.23162], [-1.8668019999999999, -1.027658], [-1.815596, -0.975699], [-1.749569, -0.90882], [-1.6716179999999998, -0.82995], [-1.584638, -0.742014], [-1.491526, -0.647941], [-1.395179, -0.550658], [-1.298492, -0.45309299999999997], [-1.229134, -0.38314499999999996], [-1.123703, -0.27654999999999996], [-1.035129, -0.186307], [-0.9622809999999999, -0.111192], [-0.9040229999999999, -0.049985999999999996], [-0.859225, -0.0014659999999999999], [-0.837021, 0.023871], [-0.658724, 0.023871], [-0.636401, -0.261555], [-0.6296689999999999, -0.345219], [-0.623157, -0.42172699999999996], [-0.617234, -0.487081], [-0.6122679999999999, -0.537281], [-0.608629, -0.568329], [-0.6074579999999999, -0.5752729999999999], [-0.600838, -0.603565], [0.348636, -0.603565], [0.35497399999999996, -0.524606], [0.37411, -0.431315], [0.41415399999999997, -0.34879099999999996], [0.472582, -0.280038], [0.546871, -0.228063], [0.6302519999999999, -0.19686299999999998], [0.6573019999999999, -0.182228], [0.670844, -0.15081899999999998], [0.671128, -0.14943399999999998], [0.6727529999999999, -0.136174], [0.670744, -0.122595], [0.663142, -0.106181], [0.647984, -0.084411], [0.623312, -0.054766999999999996], [0.587164, -0.014731999999999999], [0.53758, 0.038215], [0.472599, 0.10659099999999999], [0.46840099999999996, 0.110995], [0.398507, 0.184389], [0.3242, 0.262563], [0.250586, 0.340136], [0.182771, 0.411725], [0.12586, 0.47194899999999995], [0.11316799999999999, 0.485413], [0.064513, 0.53618], [0.021290999999999997, 0.579625], [-0.013394999999999999, 0.6127589999999999], [-0.036444, 0.632595], [-0.044182, 0.636954], [-0.055722, 0.62783], [-0.08270999999999999, 0.6028], [-0.12302099999999999, 0.563948], [-0.174529, 0.513357], [-0.23510899999999998, 0.45311199999999996], [-0.30263599999999996, 0.38529599999999997], [-0.357826, 0.329435], [-0.658724, 0.023871], [-0.837021, 0.023871], [-0.826751, 0.035588999999999996], [-0.8054709999999999, 0.062401], [-0.7942509999999999, 0.080192], [-0.791754, 0.08843], [-0.7927, 0.10640999999999999], [-0.795573, 0.147108], [-0.800187, 0.20818099999999998], [-0.8063579999999999, 0.287287], [-0.813898, 0.382086], [-0.8226209999999999, 0.490233], [-0.8323429999999999, 0.6093879999999999], [-0.842876, 0.737209], [-0.8513649999999999, 0.8393649999999999], [-0.899396, 1.4153259999999999], [-0.775805, 1.4153259999999999], [-0.775273, 1.402896], [-0.7727689999999999, 1.3678899999999998], [-0.768496, 1.3127849999999999], [-0.7626529999999999, 1.240057], [-0.755443, 1.152186], [-0.747066, 1.051649], [-0.737723, 0.940923], [-0.728758, 0.835795], [-0.718602, 0.716517], [-0.7091419999999999, 0.60392], [-0.700596, 0.500695], [-0.693179, 0.409527], [-0.6871079999999999, 0.333105], [-0.682601, 0.274117], [-0.679873, 0.235251], [-0.6791159999999999, 0.220156], [-0.677935, 0.21076199999999998], [-0.673256, 0.207034], [-0.663276, 0.210529], [-0.6461899999999999, 0.222801], [-0.620196, 0.24540599999999999], [-0.58349, 0.2799], [-0.5342669999999999, 0.32783799999999996], [-0.470726, 0.39077599999999996], [-0.40330499999999997, 0.458032], [-0.127601, 0.7335229999999999], [-0.12953299999999998, 0.735594], [0.05271, 0.735594], [0.061015999999999994, 0.72422], [0.084267, 0.697437], [0.12013499999999999, 0.657708], [0.166287, 0.607493], [0.22039399999999998, 0.549254], [0.280126, 0.48545299999999997], [0.34315199999999996, 0.418551], [0.407142, 0.35101], [0.46976399999999996, 0.28529], [0.52869, 0.223854], [0.581588, 0.16916299999999998], [0.626128, 0.123678], [0.65998, 0.089862], [0.680812, 0.070174], [0.6864939999999999, 0.066163], [0.6883659999999999, 0.079109], [0.6922539999999999, 0.114866], [0.697943, 0.171196], [0.7052189999999999, 0.24586], [0.713869, 0.33662], [0.7236779999999999, 0.44123799999999996], [0.7344339999999999, 0.557474], [0.745921, 0.6830919999999999], [0.755093, 0.7843819999999999], [0.766826, 0.915721], [0.7776649999999999, 1.039448], [0.78743, 1.153319], [0.795937, 1.255089], [0.803005, 1.3425129999999998], [0.8084509999999999, 1.413347], [0.8120919999999999, 1.465347], [0.813747, 1.496268], [0.813558, 1.504297], [0.803666, 1.4971459999999999], [0.778476, 1.474159], [0.74019, 1.4375609999999999], [0.6910109999999999, 1.389578], [0.633139, 1.332434], [0.568778, 1.2683529999999998], [0.5001289999999999, 1.199562], [0.42939499999999997, 1.1282839999999998], [0.358778, 1.056745], [0.29047999999999996, 0.98717], [0.226704, 0.9217829999999999], [0.16965, 0.8628089999999999], [0.12152199999999999, 0.812473], [0.084522, 0.7730009999999999], [0.060851999999999996, 0.746617], [0.05271, 0.735594], [-0.12953299999999998, 0.735594], [-0.230409, 0.8437049999999999], [-0.28276799999999996, 0.899623], [-0.341535, 0.9620519999999999], [-0.404385, 1.028557], [-0.468995, 1.0967019999999998], [-0.533042, 1.1640519999999999], [-0.5942029999999999, 1.228172], [-0.650153, 1.2866279999999999], [-0.6985699999999999, 1.336982], [-0.73713, 1.3768019999999999], [-0.763509, 1.4036499999999998], [-0.775384, 1.415092], [-0.775805, 1.4153259999999999], [-0.899396, 1.4153259999999999], [-0.9114009999999999, 1.5592739999999998], [-1.511938, 2.190842], [-2.112475, 2.822411], [-2.112034, 2.910685], [-2.111592, 2.99896], [-2.014583, 2.895334], [-1.960291, 2.8375369999999998], [-1.8961919999999999, 2.769632], [-1.8240159999999999, 2.693428], [-1.7454919999999998, 2.610731], [-1.6623489999999999, 2.523347], [-1.576319, 2.4330849999999997], [-1.4891299999999998, 2.3417499999999998], [-1.402513, 2.2511509999999997], [-1.3181969999999998, 2.163093], [-1.237912, 2.079385], [-1.163387, 2.001833], [-1.096354, 1.932243], [-1.038541, 1.8724239999999999], [-0.991679, 1.824182], [-0.9574959999999999, 1.789324], [-0.937724, 1.7696569999999998], [-0.9333899999999999, 1.765884], [-0.9330919999999999, 1.779008], [-0.934731, 1.812611], [-0.9380229999999999, 1.86212], [-0.9426819999999999, 1.922963], [-0.9446819999999999, 1.947268], [-0.9595769999999999, 2.1250489999999997], [-0.842955, 2.1250489999999997], [-0.836934, 2.0967569999999998], [-0.8338629999999999, 2.074382], [-0.829548, 2.032283], [-0.824488, 1.975822], [-0.8191809999999999, 1.9103649999999999], [-0.817344, 1.8861379999999999], [-0.811927, 1.816579], [-0.8064589999999999, 1.751982], [-0.801488, 1.6984519999999999], [-0.797561, 1.6620899999999998], [-0.7966749999999999, 1.6554909999999998], [-0.793334, 1.6419439999999998], [-0.7861009999999999, 1.626086], [-0.77344, 1.606139], [-0.753811, 1.580327], [-0.7256779999999999, 1.5468709999999999], [-0.687502, 1.503993], [-0.6377459999999999, 1.449917], [-0.574871, 1.3828639999999999], [-0.497341, 1.301057], [-0.418251, 1.2180499999999999], [-0.339564, 1.1359059999999999], [-0.266112, 1.059831], [-0.19972399999999998, 0.991675], [-0.142227, 0.933288], [-0.095451, 0.886519], [-0.061224, 0.8532179999999999], [-0.041373, 0.835233], [-0.03714, 0.8325579999999999], [-0.026003, 0.842259], [2.9e-05, 0.867559], [0.03843, 0.905918], [0.086672, 0.9548], [0.14223, 1.011666], [0.182408, 1.053094], [0.392169, 1.27], [-0.22633699999999998, 1.27], [-0.22633699999999998, 1.508911], [0.528119, 1.508911], [0.528119, 1.402458], [0.666435, 1.540346], [0.7645529999999999, 1.6381599999999998], [0.9556429999999999, 1.6381599999999998], [0.957471, 1.62273], [0.966723, 1.6141329999999998], [0.98905, 1.610387], [1.030105, 1.609511], [1.0373759999999999, 1.609505], [1.119109, 1.609505], [1.119109, 1.828828], [1.0373759999999999, 1.7478209999999998], [0.99127, 1.698572], [0.9636939999999999, 1.660841], [0.9556429999999999, 1.6381599999999998], [0.7645529999999999, 1.6381599999999998], [0.8047519999999999, 1.678234], [0.8047519999999999, 1.801048], [0.805137, 1.8575499999999998], [0.8069, 1.893495], [0.81095, 1.91347], [0.818199, 1.9220629999999999], [0.8291299999999999, 1.9238609999999998], [0.8412879999999999, 1.926502], [0.850273, 1.937088], [0.857174, 1.959619], [0.863076, 1.9980909999999998], [0.869065, 2.056502], [0.870987, 2.077896], [0.8751479999999999, 2.1250489999999997], [-0.842955, 2.1250489999999997], [-0.9595769999999999, 2.1250489999999997], [-1.119109, 2.1250489999999997], [-1.119109, 2.238218], [-1.0513139999999999, 2.238218], [-1.011662, 2.2393039999999997], [-0.990116, 2.2445459999999997], [-0.9874799999999999, 2.2476659999999997], [-0.8486159999999999, 2.2476659999999997], [-0.841308, 2.240538], [-0.815993, 2.2383379999999997], [-0.798908, 2.238218], [-0.741881, 2.238218], [-0.5292209999999999, 2.238218], [0.8853019999999999, 2.238218], [0.8374579999999999, 2.287214], [0.76315, 2.347676], [0.671184, 2.394309], [0.560002, 2.4277509999999998], [0.44952899999999996, 2.446247], [0.377227, 2.454878], [0.377227, 2.36396], [-0.20118799999999998, 2.36396], [-0.20118799999999998, 2.467107], [-0.286065, 2.458504], [-0.345368, 2.451244], [-0.408551, 2.441621], [-0.446386, 2.434748], [-0.521832, 2.419593], [-0.5255259999999999, 2.328905], [-0.5292209999999999, 2.238218], [-0.741881, 2.238218], [-0.741881, 2.288515], [-0.743544, 2.320024], [-0.747697, 2.3375369999999998], [-0.749371, 2.338812], [-0.767987, 2.330746], [-0.795183, 2.31118], [-0.822448, 2.2870559999999998], [-0.841267, 2.2653179999999997], [-0.842943, 2.262492], [-0.8486159999999999, 2.2476659999999997], [-0.9874799999999999, 2.2476659999999997], [-0.9796619999999999, 2.256919], [-0.9754419999999999, 2.270396], [-0.9582189999999999, 2.305373], [-0.9251379999999999, 2.3474209999999998], [-0.8818929999999999, 2.390644], [-0.834174, 2.429146], [-0.8028299999999999, 2.4491989999999997], [-0.767123, 2.471149], [-0.748819, 2.489589], [-0.7423879999999999, 2.511332], [-0.7418939999999999, 2.524282], [-0.7418939999999999, 2.527425], [-0.10059399999999999, 2.527425], [-0.10059399999999999, 2.4645539999999997], [0.27663299999999996, 2.4645539999999997], [0.27663299999999996, 2.527425], [-0.10059399999999999, 2.527425], [-0.7418939999999999, 2.527425], [-0.741881, 2.5651479999999998], [-0.636048, 2.5651479999999998], [-0.587355, 2.563971], [-0.5494049999999999, 2.560835], [-0.528308, 2.556329], [-0.526023, 2.554505], [-0.512641, 2.5517049999999997], [-0.480074, 2.5528519999999997], [-0.43391599999999997, 2.557607], [-0.40237599999999996, 2.561997], [-0.345188, 2.5706219999999997], [-0.292886, 2.5784089999999997], [-0.253582, 2.5841529999999997], [-0.242055, 2.585785], [-0.211937, 2.595112], [-0.20118799999999998, 2.609728], [-0.19791999999999998, 2.61568], [-0.18622999999999998, 2.620222], [-0.163288, 2.6235299999999997], [-0.126265, 2.625785], [-0.072332, 2.627166], [0.00134, 2.62785], [0.08802, 2.62802], [0.180529, 2.627923], [0.25090599999999996, 2.6274699999999998], [0.302164, 2.62641], [0.33732, 2.624497], [0.35938899999999996, 2.6214809999999997], [0.37138499999999997, 2.617115], [0.376324, 2.611151], [0.377227, 2.604216], [0.38492099999999996, 2.582205], [0.41012099999999996, 2.569679], [0.456009, 2.565212], [0.46426399999999995, 2.5651479999999998], [0.5419729999999999, 2.5571319999999997], [0.6302329999999999, 2.5350639999999998], [0.721085, 2.501916], [0.80657, 2.460661], [0.878726, 2.414269], [0.888072, 2.406918], [0.9185329999999999, 2.383002], [0.936572, 2.373424], [0.9491689999999999, 2.3765199999999997], [0.9621, 2.389296], [1.0002929999999999, 2.414322], [1.049998, 2.423929], [1.103524, 2.418933], [1.153178, 2.400149], [1.1912669999999999, 2.368394], [1.194025, 2.364703], [1.222526, 2.305425], [1.227828, 2.244066], [1.210518, 2.1855729999999998], [1.1711799999999999, 2.134896], [1.16637, 2.130711], [1.13844, 2.110833], [1.110102, 2.102079], [1.070263, 2.101447], [1.060311, 2.102008], [1.021332, 2.1034379999999997], [1.0012539999999999, 2.100161], [0.993985, 2.0902719999999997], [0.9932399999999999, 2.081039], [0.9917159999999999, 2.054256], [0.987935, 2.013975], [0.9852179999999999, 1.989876], [0.981277, 1.9515989999999999], [0.9829159999999999, 1.9320039999999998], [0.992421, 1.924842], [1.0093509999999999, 1.9238609999999998], [1.0193919999999999, 1.927099], [1.03559, 1.9375799999999999], [1.059145, 1.9564519999999999], [1.091257, 1.9848649999999999], [1.133128, 2.023965], [1.185957, 2.074903], [1.250945, 2.138827], [1.329291, 2.2168859999999997], [1.422197, 2.310228], [1.5308629999999999, 2.4200019999999998], [1.5832309999999998, 2.473048], [2.1250489999999997, 3.022233], [2.12443, 2.935152]]]}, {"angle": [180.0], "type": "polygon", "pos": [138.4, 87.6], "polygons": [[[1.747822, -3.017822], [-1.7729709999999999, -3.017822], [-1.7729709999999999, -2.150198], [1.747822, -2.150198], [1.747822, -3.017822]]]}, {"angle": [180.0], "type": "polygon", "pos": [148.45, 87.64999999999999], "polygons": [[[4.233334999999999, 2.0835939999999997], [3.9389849999999997, 2.0833049999999997], [3.83701, 2.08288], [3.7563549999999997, 2.081592], [3.6918879999999996, 2.0790859999999998], [3.638476, 2.075004], [3.590988, 2.0689919999999997], [3.544289, 2.060692], [3.510389, 2.0535639999999997], [3.2805489999999997, 1.990246], [3.061232, 1.903988], [2.8542009999999998, 1.795991], [2.6612199999999997, 1.6674559999999998], [2.4840489999999997, 1.519582], [2.324453, 1.35357], [2.184193, 1.170621], [2.159554, 1.133551], [2.1077559999999997, 1.046598], [2.054855, 0.9451799999999999], [2.0038359999999997, 0.8361339999999999], [1.957682, 0.726298], [1.9193749999999998, 0.622512], [1.8918979999999999, 0.531612], [1.8858039999999998, 0.506016], [1.876439, 0.46302099999999996], [3.6380209999999997, 0.46302099999999996], [3.6380209999999997, -0.47624999999999995], [1.876439, -0.47624999999999995], [1.8858039999999998, -0.5192439999999999], [1.910864, -0.610611], [1.9483519999999999, -0.716469], [1.995185, -0.829878], [2.048282, -0.943892], [2.1045599999999998, -1.051569], [2.160936, -1.145967], [2.170392, -1.1603189999999999], [2.3141339999999997, -1.351791], [2.475333, -1.52363], [2.65299, -1.675163], [2.8461089999999998, -1.8057189999999999], [3.0536909999999997, -1.9146239999999999], [3.2747379999999997, -2.001206], [3.5082549999999997, -2.064794], [3.513956, -2.066021], [3.566538, -2.076622], [3.6149579999999997, -2.084513], [3.664609, -2.090078], [3.720881, -2.093702], [3.7891679999999996, -2.0957689999999998], [3.874859, -2.096664], [3.9455989999999996, -2.096799], [4.233333, -2.0967759999999998], [4.233333, -3.029479], [3.9455989999999996, -3.027762], [3.853624, -3.026709], [3.7638909999999997, -3.024766], [3.682158, -3.0221259999999996], [3.614179, -3.0189809999999997], [3.565711, -3.015526], [3.558646, -3.014789], [3.333237, -2.9785939999999997], [3.1013859999999998, -2.921376], [2.8694249999999997, -2.845284], [2.643685, -2.752465], [2.4304989999999997, -2.6450679999999998], [2.374697, -2.6131349999999998], [2.211156, -2.507667], [2.045214, -2.383545], [1.883427, -2.246431], [1.7323499999999998, -2.101982], [1.5985399999999998, -1.955859], [1.561993, -1.9116069999999998], [1.4006729999999998, -1.6900119999999998], [1.259348, -1.452378], [1.139025, -1.2010889999999999], [1.040711, -0.9385319999999999], [0.9654119999999999, -0.667092], [0.9141349999999999, -0.389155], [0.91159, -0.37041599999999997], [0.9046409999999999, -0.298751], [0.899708, -0.20804599999999998], [0.8967919999999999, -0.10492299999999999], [0.895895, 0.003991], [0.897019, 0.112075], [0.9001659999999999, 0.212702], [0.905338, 0.299248], [0.9113829999999999, 0.357188], [0.963339, 0.642106], [1.0385689999999999, 0.917646], [1.136391, 1.182191], [1.256121, 1.434123], [1.397076, 1.6718229999999998], [1.558573, 1.893675], [1.561993, 1.897921], [1.7422799999999998, 2.100879], [1.941422, 2.287344], [2.156973, 2.455786], [2.386485, 2.604675], [2.627509, 2.7324829999999998], [2.8775999999999997, 2.837678], [3.134309, 2.918733], [3.234619, 2.943231], [3.35853, 2.9690619999999996], [3.4737, 2.9884079999999997], [3.58752, 3.0020189999999998], [3.707385, 3.0106439999999997], [3.840687, 3.0150319999999997], [3.952213, 3.015992], [4.233333, 3.01625], [4.233334999999999, 2.0835939999999997]]]}, {"angle": [180.0], "type": "polygon", "pos": [148.45, 87.64999999999999], "polygons": [[[-1.060813, 3.015685], [-0.9963299999999999, 3.0140249999999997], [-0.9496969999999999, 3.011055], [-0.929349, 3.0079119999999997], [-0.8995829999999999, 2.999935], [-0.8995829999999999, 2.0794699999999997], [-1.109119, 2.086741], [-1.318953, 2.086477], [-1.5131409999999998, 2.0696179999999997], [-1.6975799999999999, 2.034925], [-1.8781679999999998, 1.981161], [-2.060803, 1.9070889999999998], [-2.136511, 1.8711209999999998], [-2.317062, 1.772023], [-2.479702, 1.660674], [-2.6320989999999997, 1.5315919999999998], [-2.691378, 1.474295], [-2.8480149999999997, 1.299139], [-2.983527, 1.10848], [-3.097234, 0.9036059999999999], [-3.188456, 0.6858069999999999], [-3.256515, 0.45637099999999997], [-3.276674, 0.363803], [-3.288823, 0.279756], [-3.296934, 0.17676599999999998], [-3.301015, 0.062035], [-3.301074, -0.057234], [-3.297116, -0.173837], [-3.2891489999999997, -0.280571], [-3.2771809999999997, -0.370233], [-3.275943, -0.377031], [-3.2200889999999998, -0.6057589999999999], [-3.140701, -0.823965], [-3.039069, -1.030177], [-2.9164779999999997, -1.222928], [-2.774219, -1.4007479999999999], [-2.613579, -1.562168], [-2.435845, -1.705719], [-2.242307, -1.829931], [-2.034252, -1.933336], [-1.850763, -2.002535], [-1.747623, -2.034118], [-1.652893, -2.058129], [-1.56013, -2.075463], [-1.462894, -2.0870159999999998], [-1.354742, -2.09368], [-1.229233, -2.096352], [-1.174089, -2.096504], [-0.8995829999999999, -2.096186], [-0.8995829999999999, -3.0131639999999997], [-0.929349, -3.021141], [-0.954749, -3.0241379999999998], [-1.001744, -3.0262029999999998], [-1.06549, -3.027382], [-1.1411419999999999, -3.027723], [-1.223854, -3.027274], [-1.308783, -3.026083], [-1.3910829999999998, -3.024197], [-1.465909, -3.0216629999999998], [-1.528417, -3.018531], [-1.5737619999999999, -3.014847], [-1.574271, -3.014789], [-1.687271, -2.998341], [-1.8148719999999998, -2.973706], [-1.947338, -2.9430829999999997], [-2.074934, -2.908667], [-2.1560159999999997, -2.883536], [-2.420553, -2.782498], [-2.671277, -2.659513], [-2.9071949999999998, -2.515777], [-3.1273199999999997, -2.352487], [-3.33066, -2.170838], [-3.5162269999999998, -1.9720259999999998], [-3.68303, -1.757247], [-3.830079, -1.527698], [-3.956385, -1.284573], [-4.060957999999999, -1.02907], [-4.142808, -0.7623829999999999], [-4.200945, -0.485709], [-4.214162, -0.396875], [-4.222618, -0.31210699999999997], [-4.228437, -0.208118], [-4.231618, -0.092009], [-4.232161, 0.029113], [-4.230066, 0.148146], [-4.225334, 0.257986], [-4.217963, 0.351528], [-4.214162, 0.383646], [-4.163241, 0.6662939999999999], [-4.087795, 0.9393859999999999], [-3.9880809999999998, 1.202286], [-3.8643539999999996, 1.4543629999999999], [-3.716872, 1.694983], [-3.638048, 1.805782], [-3.45977, 2.0232769999999998], [-3.2637669999999996, 2.221656], [-3.051402, 2.400118], [-2.824041, 2.557867], [-2.583047, 2.6941029999999997], [-2.329787, 2.808029], [-2.065623, 2.898847], [-1.7919209999999999, 2.965759], [-1.6011199999999999, 2.997187], [-1.548646, 3.00251], [-1.479782, 3.0070699999999997], [-1.399419, 3.010788], [-1.31245, 3.013587], [-1.2237639999999999, 3.0153879999999997], [-1.138255, 3.016113], [-1.060813, 3.015685]]]}], "F": [{"width": 1.0, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "-", "thickness": 0.19999999999999998, "pos": [169.25, 91.8], "height": 1.0}, {"width": 1.0, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "+", "thickness": 0.19999999999999998, "pos": [166.7, 91.8], "height": 1.0}, {"width": 1.0, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "S", "thickness": 0.19999999999999998, "pos": [164.15, 91.8], "height": 1.0}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Pow", "thickness": 0.19999999999999998, "pos": [130.75, 129.6], "height": 1.0}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Pow", "thickness": 0.19999999999999998, "pos": [136.79999999999998, 130.25], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "3", "thickness": 0.19999999999999998, "pos": [155.45, 83.35], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "2", "thickness": 0.19999999999999998, "pos": [153.65, 83.35], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "1", "thickness": 0.19999999999999998, "pos": [151.85, 83.35], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "0", "thickness": 0.19999999999999998, "pos": [150.04999999999998, 83.35], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "5", "thickness": 0.19999999999999998, "pos": [171.54406, 106.38379599999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "4", "thickness": 0.19999999999999998, "pos": [171.54406, 103.843796], "height": 1.0999999999999999}, {"width": 0.7999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "Pi0", "thickness": 0.15, "pos": [171.2, 112.75], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "Pi1", "thickness": 0.15, "pos": [171.2, 115.3], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "uC", "thickness": 0.15, "pos": [171.2, 117.85], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "6-24V", "thickness": 0.19999999999999998, "pos": [126.3, 119.94999999999999], "height": 1.0}, {"width": 1.4, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "+", "thickness": 0.35, "pos": [126.14999999999999, 116.69999999999999], "height": 1.4}, {"width": 1.4, "angle": 90.0, "attr": ["mirrored"], "horiz_justify": 0, "text": "-", "thickness": 0.35, "pos": [126.14999999999999, 123.14999999999999], "height": 1.4}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "uC", "thickness": 0.15, "pos": [161.65, 119.8], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "uC", "thickness": 0.15, "pos": [166.7, 119.8], "height": 0.7999999999999999}, {"width": 0.7999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Pi", "thickness": 0.15, "pos": [169.25, 119.8], "height": 0.7999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "1", "thickness": 0.19999999999999998, "pos": [171.54406, 96.223796], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "0", "thickness": 0.19999999999999998, "pos": [171.54406, 93.683796], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "2", "thickness": 0.19999999999999998, "pos": [171.54406, 98.763796], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "3", "thickness": 0.19999999999999998, "pos": [171.54406, 101.30379599999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "3", "thickness": 0.19999999999999998, "pos": [171.549714, 89.884934], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "2", "thickness": 0.19999999999999998, "pos": [171.549714, 87.344934], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "1", "thickness": 0.19999999999999998, "pos": [171.549714, 84.804934], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "0", "thickness": 0.19999999999999998, "pos": [171.549714, 82.264934], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "SDA", "thickness": 0.19999999999999998, "pos": [172.25, 121.44999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "SCL", "thickness": 0.19999999999999998, "pos": [172.2, 123.94999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "3V3", "thickness": 0.19999999999999998, "pos": [172.25, 126.5], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GND", "thickness": 0.19999999999999998, "pos": [172.4, 129.04999999999998], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "RxD", "thickness": 0.19999999999999998, "pos": [158.6, 121.64999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "TxD", "thickness": 0.19999999999999998, "pos": [158.75, 124.14999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "3V3", "thickness": 0.19999999999999998, "pos": [158.65, 126.69999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "GND", "thickness": 0.19999999999999998, "pos": [158.5, 129.25], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "MISO", "thickness": 0.19999999999999998, "pos": [156.5, 109.3], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "MOSI", "thickness": 0.19999999999999998, "pos": [159.04999999999998, 109.35], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "SCK", "thickness": 0.19999999999999998, "pos": [161.6, 109.64999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "CS", "thickness": 0.19999999999999998, "pos": [164.15, 110.19999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "3V3", "thickness": 0.19999999999999998, "pos": [166.65, 109.8], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "GND", "thickness": 0.19999999999999998, "pos": [169.25, 109.6], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "15", "thickness": 0.19999999999999998, "pos": [177.9, 122.67999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "14", "thickness": 0.19999999999999998, "pos": [177.9, 120.14], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "13", "thickness": 0.19999999999999998, "pos": [177.9, 117.6], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "12", "thickness": 0.19999999999999998, "pos": [177.9, 115.05999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "11", "thickness": 0.19999999999999998, "pos": [177.9, 112.52], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "10", "thickness": 0.19999999999999998, "pos": [177.9, 109.97999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "9", "thickness": 0.19999999999999998, "pos": [177.9, 107.44], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "8", "thickness": 0.19999999999999998, "pos": [177.9, 104.89999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "7", "thickness": 0.19999999999999998, "pos": [177.9, 101.08], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "6", "thickness": 0.19999999999999998, "pos": [177.9, 98.53999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "5", "thickness": 0.19999999999999998, "pos": [177.9, 96.0], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "4", "thickness": 0.19999999999999998, "pos": [177.9, 93.46], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "3", "thickness": 0.19999999999999998, "pos": [177.9, 90.92], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "2", "thickness": 0.19999999999999998, "pos": [177.9, 88.38], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "1", "thickness": 0.19999999999999998, "pos": [177.9, 85.83999999999999], "height": 1.0999999999999999}, {"width": 1.0999999999999999, "angle": 270.0, "attr": [], "horiz_justify": 0, "text": "0", "thickness": 0.19999999999999998, "pos": [177.9, 83.3], "height": 1.0999999999999999}, {"start": [143.812779, 106.69], "end": [143.487221, 106.69], "type": "segment", "width": 0.12}, {"start": [143.812779, 107.71], "end": [143.487221, 107.71], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D4", "thickness": 0.15, "pos": [135.45, 109.64999999999999], "height": 1.0}, {"start": [134.6, 113.55], "end": [134.6, 111.0], "type": "segment", "width": 0.12}, {"start": [136.29999999999998, 113.55], "end": [136.29999999999998, 111.0], "type": "segment", "width": 0.12}, {"start": [134.6, 113.55], "end": [136.29999999999998, 113.55], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R21", "thickness": 0.15, "pos": [153.75, 105.89999999999999], "height": 1.0}, {"start": [151.112779, 105.08999999999999], "end": [150.787221, 105.08999999999999], "type": "segment", "width": 0.12}, {"start": [151.112779, 106.11], "end": [150.787221, 106.11], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D20", "thickness": 0.15, "pos": [141.25, 109.44999999999999], "height": 1.0}, {"start": [147.75, 110.85], "end": [142.75, 110.85], "type": "segment", "width": 0.12}, {"start": [147.75, 108.05], "end": [142.75, 108.05], "type": "segment", "width": 0.12}, {"start": [147.75, 110.85], "end": [147.75, 108.05], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U45", "thickness": 0.15, "pos": [158.79999999999998, 82.39999999999999], "height": 1.0}, {"start": [161.75, 84.75], "end": [161.75, 84.6], "type": "segment", "width": 0.15}, {"start": [161.25, 84.75], "end": [161.75, 84.75], "type": "segment", "width": 0.15}, {"start": [161.25, 84.6], "end": [161.25, 84.75], "type": "segment", "width": 0.15}, {"start": [159.65, 81.5], "end": [161.75, 81.5], "type": "segment", "width": 0.15}, {"start": [159.65, 84.6], "end": [161.75, 84.6], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U44", "thickness": 0.15, "pos": [158.79999999999998, 88.95], "height": 1.0}, {"start": [161.75, 91.3], "end": [161.75, 91.14999999999999], "type": "segment", "width": 0.15}, {"start": [161.25, 91.3], "end": [161.75, 91.3], "type": "segment", "width": 0.15}, {"start": [161.25, 91.14999999999999], "end": [161.25, 91.3], "type": "segment", "width": 0.15}, {"start": [159.65, 88.05], "end": [161.75, 88.05], "type": "segment", "width": 0.15}, {"start": [159.65, 91.14999999999999], "end": [161.75, 91.14999999999999], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U20", "thickness": 0.15, "pos": [140.0, 114.44999999999999], "height": 1.0}, {"start": [141.54999999999998, 111.24], "end": [146.95, 111.24], "type": "segment", "width": 0.12}, {"start": [143.04999999999998, 116.36], "end": [146.95, 116.36], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U30", "thickness": 0.15, "pos": [125.47500099999999, 104.39999999999999], "height": 1.0}, {"start": [127.10000099999999, 100.050001], "end": [126.60000099999999, 100.050001], "type": "segment", "width": 0.15}, {"start": [127.10000099999999, 103.300001], "end": [126.60000099999999, 103.300001], "type": "segment", "width": 0.15}, {"start": [123.85000099999999, 103.300001], "end": [124.35000099999999, 103.300001], "type": "segment", "width": 0.15}, {"start": [123.85000099999999, 100.050001], "end": [124.35000099999999, 100.050001], "type": "segment", "width": 0.15}, {"start": [127.10000099999999, 103.300001], "end": [127.10000099999999, 102.800001], "type": "segment", "width": 0.15}, {"start": [123.85000099999999, 103.300001], "end": [123.85000099999999, 102.800001], "type": "segment", "width": 0.15}, {"start": [127.10000099999999, 100.050001], "end": [127.10000099999999, 100.550001], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L30", "thickness": 0.15, "pos": [126.19999999999999, 94.5], "height": 1.0}, {"start": [124.19999999999999, 97.89999999999999], "end": [124.19999999999999, 96.69999999999999], "type": "segment", "width": 0.15}, {"start": [128.2, 97.89999999999999], "end": [128.2, 96.69999999999999], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C34", "thickness": 0.15, "pos": [123.25, 93.85], "height": 1.0}, {"start": [122.74, 96.437221], "end": [122.74, 96.762779], "type": "segment", "width": 0.12}, {"start": [123.75999999999999, 96.437221], "end": [123.75999999999999, 96.762779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C33", "thickness": 0.15, "pos": [121.8, 93.85], "height": 1.0}, {"start": [121.28999999999999, 96.437221], "end": [121.28999999999999, 96.762779], "type": "segment", "width": 0.12}, {"start": [122.30999999999999, 96.437221], "end": [122.30999999999999, 96.762779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C32", "thickness": 0.15, "pos": [128.35, 103.94999999999999], "height": 1.0}, {"start": [128.85999999999999, 101.412779], "end": [128.85999999999999, 101.087221], "type": "segment", "width": 0.12}, {"start": [127.83999999999999, 101.412779], "end": [127.83999999999999, 101.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C31", "thickness": 0.15, "pos": [122.64999999999999, 103.64999999999999], "height": 1.0}, {"start": [123.16, 101.06277899999999], "end": [123.16, 100.73722099999999], "type": "segment", "width": 0.12}, {"start": [122.14, 101.06277899999999], "end": [122.14, 100.73722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C30", "thickness": 0.15, "pos": [121.19999999999999, 103.64999999999999], "height": 1.0}, {"start": [121.71, 101.06277899999999], "end": [121.71, 100.73722099999999], "type": "segment", "width": 0.12}, {"start": [120.69, 101.06277899999999], "end": [120.69, 100.73722099999999], "type": "segment", "width": 0.12}, {"start": [145.6, 119.89999999999999], "end": [142.35, 119.89999999999999], "type": "segment", "width": 0.15}, {"start": [145.6, 123.89999999999999], "end": [142.6, 123.89999999999999], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "Q1", "thickness": 0.15, "pos": [131.9, 116.5], "height": 1.0}, {"start": [130.75, 115.1], "end": [130.75, 114.85], "type": "segment", "width": 0.15}, {"start": [127.44999999999999, 115.1], "end": [127.44999999999999, 114.85], "type": "segment", "width": 0.15}, {"start": [127.44999999999999, 118.14999999999999], "end": [127.44999999999999, 117.89999999999999], "type": "segment", "width": 0.15}, {"start": [130.75, 118.14999999999999], "end": [130.75, 117.89999999999999], "type": "segment", "width": 0.15}, {"start": [127.44999999999999, 118.14999999999999], "end": [130.75, 118.14999999999999], "type": "segment", "width": 0.15}, {"start": [127.44999999999999, 114.85], "end": [130.75, 114.85], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "Q10", "thickness": 0.15, "pos": [142.54999999999998, 125.85], "height": 1.0}, {"start": [146.9, 124.44999999999999], "end": [146.9, 124.19999999999999], "type": "segment", "width": 0.15}, {"start": [143.6, 124.44999999999999], "end": [143.6, 124.19999999999999], "type": "segment", "width": 0.15}, {"start": [143.6, 127.5], "end": [143.6, 127.25], "type": "segment", "width": 0.15}, {"start": [146.9, 127.5], "end": [146.9, 127.25], "type": "segment", "width": 0.15}, {"start": [143.6, 127.5], "end": [146.9, 127.5], "type": "segment", "width": 0.15}, {"start": [143.6, 124.19999999999999], "end": [146.9, 124.19999999999999], "type": "segment", "width": 0.15}, {"start": [140.26, 119.952064], "end": [140.26, 118.747936], "type": "segment", "width": 0.12}, {"start": [138.44, 119.952064], "end": [138.44, 118.747936], "type": "segment", "width": 0.12}, {"start": [138.20999999999998, 119.952064], "end": [138.20999999999998, 118.747936], "type": "segment", "width": 0.12}, {"start": [136.39, 119.952064], "end": [136.39, 118.747936], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "FB2", "thickness": 0.15, "pos": [132.79999999999998, 114.8], "height": 1.0}, {"start": [136.85206399999998, 113.89], "end": [135.647936, 113.89], "type": "segment", "width": 0.12}, {"start": [136.85206399999998, 115.71], "end": [135.647936, 115.71], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "FB1", "thickness": 0.15, "pos": [127.05, 112.35], "height": 1.0}, {"start": [127.69, 111.747936], "end": [127.69, 112.952064], "type": "segment", "width": 0.12}, {"start": [129.51, 111.747936], "end": [129.51, 112.952064], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C1", "thickness": 0.15, "pos": [130.2, 119.14999999999999], "height": 1.0}, {"start": [131.91, 119.31277899999999], "end": [131.91, 118.98722099999999], "type": "segment", "width": 0.12}, {"start": [130.89, 119.31277899999999], "end": [130.89, 118.98722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C21", "thickness": 0.15, "pos": [138.75, 109.35], "height": 1.0}, {"start": [139.26, 112.36277899999999], "end": [139.26, 112.03722099999999], "type": "segment", "width": 0.12}, {"start": [138.23999999999998, 112.36277899999999], "end": [138.23999999999998, 112.03722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C20", "thickness": 0.15, "pos": [137.29999999999998, 109.35], "height": 1.0}, {"start": [137.81, 112.36277899999999], "end": [137.81, 112.03722099999999], "type": "segment", "width": 0.12}, {"start": [136.79, 112.36277899999999], "end": [136.79, 112.03722099999999], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 92.35], "end": [165.38, 92.35], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 107.71], "end": [170.57999999999998, 92.35], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 107.71], "end": [165.38, 107.71], "type": "segment", "width": 0.12}, {"start": [165.5, 92.35], "end": [162.84, 92.35], "type": "segment", "width": 0.12}, {"start": [162.84, 107.71], "end": [162.84, 92.35], "type": "segment", "width": 0.12}, {"start": [165.5, 107.71], "end": [162.84, 107.71], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "SW1", "thickness": 0.15, "pos": [130.79999999999998, 128.29999999999998], "height": 1.0}, {"start": [133.79999999999998, 127.55], "end": [127.8, 127.55], "type": "segment", "width": 0.15}, {"start": [133.79999999999998, 121.55], "end": [133.79999999999998, 127.55], "type": "segment", "width": 0.15}, {"start": [127.8, 121.55], "end": [133.79999999999998, 121.55], "type": "segment", "width": 0.15}, {"start": [127.8, 127.55], "end": [127.8, 121.55], "type": "segment", "width": 0.15}, {"start": [130.79999999999998, 124.55], "radius": 1.5, "type": "circle", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L10", "thickness": 0.15, "pos": [150.95, 123.85], "height": 1.0}, {"start": [147.75, 120.55], "end": [154.15, 120.55], "type": "segment", "width": 0.15}, {"start": [147.75, 127.14999999999999], "end": [147.75, 120.55], "type": "segment", "width": 0.15}, {"start": [154.15, 127.14999999999999], "end": [147.75, 127.14999999999999], "type": "segment", "width": 0.15}, {"start": [154.15, 120.55], "end": [154.15, 127.14999999999999], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "L20", "thickness": 0.15, "pos": [153.2, 108.6], "height": 1.0}, {"start": [148.15, 106.5], "end": [152.35, 106.5], "type": "segment", "width": 0.15}, {"start": [148.15, 110.69999999999999], "end": [148.15, 106.5], "type": "segment", "width": 0.15}, {"start": [152.35, 110.69999999999999], "end": [148.15, 110.69999999999999], "type": "segment", "width": 0.15}, {"start": [152.35, 106.5], "end": [152.35, 110.69999999999999], "type": "segment", "width": 0.15}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U46", "thickness": 0.15, "pos": [155.45, 99.14999999999999], "height": 1.0}, {"start": [155.45, 99.14999999999999], "radius": 6.0, "type": "circle", "width": 0.15}, {"start": [129.69, 100.637221], "end": [129.69, 100.962779], "type": "segment", "width": 0.12}, {"start": [130.71, 100.637221], "end": [130.71, 100.962779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C62", "thickness": 0.15, "pos": [131.04999999999998, 85.89999999999999], "height": 1.0}, {"start": [133.63722099999998, 86.41], "end": [133.96277899999998, 86.41], "type": "segment", "width": 0.12}, {"start": [133.63722099999998, 85.39], "end": [133.96277899999998, 85.39], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C61", "thickness": 0.15, "pos": [148.29999999999998, 85.0], "height": 1.0}, {"start": [148.81, 87.86277899999999], "end": [148.81, 87.537221], "type": "segment", "width": 0.12}, {"start": [147.79, 87.86277899999999], "end": [147.79, 87.537221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C53", "thickness": 0.15, "pos": [157.35, 85.3], "height": 1.0}, {"start": [158.04, 85.137221], "end": [158.04, 85.462779], "type": "segment", "width": 0.12}, {"start": [159.06, 85.137221], "end": [159.06, 85.462779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C52", "thickness": 0.15, "pos": [160.75, 87.0], "height": 1.0}, {"start": [160.912779, 85.19], "end": [160.587221, 85.19], "type": "segment", "width": 0.12}, {"start": [160.912779, 86.21], "end": [160.587221, 86.21], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C55", "thickness": 0.15, "pos": [157.35, 91.85], "height": 1.0}, {"start": [158.04, 91.687221], "end": [158.04, 92.012779], "type": "segment", "width": 0.12}, {"start": [159.06, 91.687221], "end": [159.06, 92.012779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C54", "thickness": 0.15, "pos": [160.75, 93.55], "height": 1.0}, {"start": [160.912779, 91.74], "end": [160.587221, 91.74], "type": "segment", "width": 0.12}, {"start": [160.912779, 92.75999999999999], "end": [160.587221, 92.75999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C51", "thickness": 0.15, "pos": [125.85, 82.8], "height": 1.0}, {"start": [125.78722099999999, 84.56], "end": [126.11277899999999, 84.56], "type": "segment", "width": 0.12}, {"start": [125.78722099999999, 83.53999999999999], "end": [126.11277899999999, 83.53999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C50", "thickness": 0.15, "pos": [128.6, 82.8], "height": 1.0}, {"start": [129.162779, 83.53999999999999], "end": [128.837221, 83.53999999999999], "type": "segment", "width": 0.12}, {"start": [129.162779, 84.56], "end": [128.837221, 84.56], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C49", "thickness": 0.15, "pos": [122.44999999999999, 85.89999999999999], "height": 1.0}, {"start": [123.14, 85.087221], "end": [123.14, 85.412779], "type": "segment", "width": 0.12}, {"start": [124.16, 85.087221], "end": [124.16, 85.412779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C48", "thickness": 0.15, "pos": [151.04999999999998, 89.55], "height": 1.0}, {"start": [149.23999999999998, 89.387221], "end": [149.23999999999998, 89.712779], "type": "segment", "width": 0.12}, {"start": [150.26, 89.387221], "end": [150.26, 89.712779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C47", "thickness": 0.15, "pos": [143.5, 105.14999999999999], "height": 1.0}, {"start": [146.362779, 104.64], "end": [146.037221, 104.64], "type": "segment", "width": 0.12}, {"start": [146.362779, 105.66], "end": [146.037221, 105.66], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C44", "thickness": 0.15, "pos": [148.95, 102.6], "height": 1.0}, {"start": [148.062779, 103.24], "end": [147.737221, 103.24], "type": "segment", "width": 0.12}, {"start": [148.062779, 104.25999999999999], "end": [147.737221, 104.25999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C43", "thickness": 0.15, "pos": [134.75, 106.5], "height": 1.0}, {"start": [134.587221, 105.71], "end": [134.912779, 105.71], "type": "segment", "width": 0.12}, {"start": [134.587221, 104.69], "end": [134.912779, 104.69], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C42", "thickness": 0.15, "pos": [129.1, 97.94999999999999], "height": 1.0}, {"start": [130.71, 98.11277899999999], "end": [130.71, 97.787221], "type": "segment", "width": 0.12}, {"start": [129.69, 98.11277899999999], "end": [129.69, 97.787221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C41", "thickness": 0.15, "pos": [130.2, 91.1], "height": 1.0}, {"start": [129.69, 93.637221], "end": [129.69, 93.962779], "type": "segment", "width": 0.12}, {"start": [130.71, 93.637221], "end": [130.71, 93.962779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "C40", "thickness": 0.15, "pos": [127.3, 93.0], "height": 1.0}, {"start": [127.137221, 92.16], "end": [127.462779, 92.16], "type": "segment", "width": 0.12}, {"start": [127.137221, 91.14], "end": [127.462779, 91.14], "type": "segment", "width": 0.12}, {"start": [146.71277899999998, 106.69], "end": [146.38722099999998, 106.69], "type": "segment", "width": 0.12}, {"start": [146.71277899999998, 107.71], "end": [146.38722099999998, 107.71], "type": "segment", "width": 0.12}, {"start": [149.95999999999998, 114.61277899999999], "end": [149.95999999999998, 114.28722099999999], "type": "segment", "width": 0.12}, {"start": [148.94, 114.61277899999999], "end": [148.94, 114.28722099999999], "type": "segment", "width": 0.12}, {"start": [151.41, 114.61277899999999], "end": [151.41, 114.28722099999999], "type": "segment", "width": 0.12}, {"start": [150.39, 114.61277899999999], "end": [150.39, 114.28722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C22", "thickness": 0.15, "pos": [140.0, 109.35], "height": 1.0}, {"start": [140.70999999999998, 112.36277899999999], "end": [140.70999999999998, 112.03722099999999], "type": "segment", "width": 0.12}, {"start": [139.69, 112.36277899999999], "end": [139.69, 112.03722099999999], "type": "segment", "width": 0.12}, {"start": [146.29, 122.48722099999999], "end": [146.29, 122.81277899999999], "type": "segment", "width": 0.12}, {"start": [147.31, 122.48722099999999], "end": [147.31, 122.81277899999999], "type": "segment", "width": 0.12}, {"start": [146.39, 119.587221], "end": [146.39, 119.912779], "type": "segment", "width": 0.12}, {"start": [147.41, 119.587221], "end": [147.41, 119.912779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C13", "thickness": 0.15, "pos": [141.35, 125.94999999999999], "height": 1.0}, {"start": [142.01, 123.412779], "end": [142.01, 123.087221], "type": "segment", "width": 0.12}, {"start": [140.98999999999998, 123.412779], "end": [140.98999999999998, 123.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C12", "thickness": 0.15, "pos": [140.15, 125.94999999999999], "height": 1.0}, {"start": [140.76, 123.412779], "end": [140.76, 123.087221], "type": "segment", "width": 0.12}, {"start": [139.73999999999998, 123.412779], "end": [139.73999999999998, 123.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C11", "thickness": 0.15, "pos": [138.95, 125.94999999999999], "height": 1.0}, {"start": [139.51, 123.412779], "end": [139.51, 123.087221], "type": "segment", "width": 0.12}, {"start": [138.48999999999998, 123.412779], "end": [138.48999999999998, 123.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C10", "thickness": 0.15, "pos": [137.75, 125.94999999999999], "height": 1.0}, {"start": [138.26, 123.412779], "end": [138.26, 123.087221], "type": "segment", "width": 0.12}, {"start": [137.23999999999998, 123.412779], "end": [137.23999999999998, 123.087221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C3", "thickness": 0.15, "pos": [128.85, 107.55], "height": 1.0}, {"start": [128.06, 108.31277899999999], "end": [128.06, 107.98722099999999], "type": "segment", "width": 0.12}, {"start": [127.03999999999999, 108.31277899999999], "end": [127.03999999999999, 107.98722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C2", "thickness": 0.15, "pos": [133.6, 109.14999999999999], "height": 1.0}, {"start": [131.79, 108.98722099999999], "end": [131.79, 109.31277899999999], "type": "segment", "width": 0.12}, {"start": [132.81, 108.98722099999999], "end": [132.81, 109.31277899999999], "type": "segment", "width": 0.12}, {"start": [151.652064, 110.99], "end": [150.447936, 110.99], "type": "segment", "width": 0.12}, {"start": [151.652064, 112.80999999999999], "end": [150.447936, 112.80999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "C16", "thickness": 0.15, "pos": [152.6, 119.05], "height": 1.0}, {"start": [149.24793599999998, 120.05999999999999], "end": [150.452064, 120.05999999999999], "type": "segment", "width": 0.12}, {"start": [149.24793599999998, 118.24], "end": [150.452064, 118.24], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "Q2", "thickness": 0.15, "pos": [122.35, 105.8], "height": 1.0}, {"start": [120.77, 108.71], "end": [120.77, 107.25], "type": "segment", "width": 0.12}, {"start": [123.92999999999999, 108.71], "end": [123.92999999999999, 106.55], "type": "segment", "width": 0.12}, {"start": [123.92999999999999, 108.71], "end": [123.0, 108.71], "type": "segment", "width": 0.12}, {"start": [120.77, 108.71], "end": [121.69999999999999, 108.71], "type": "segment", "width": 0.12}, {"start": [174.15, 104.1], "end": [174.15, 106.64999999999999], "type": "segment", "width": 0.12}, {"start": [172.45, 104.1], "end": [172.45, 106.64999999999999], "type": "segment", "width": 0.12}, {"start": [174.15, 104.1], "end": [172.45, 104.1], "type": "segment", "width": 0.12}, {"start": [174.15, 101.0], "end": [174.15, 103.55], "type": "segment", "width": 0.12}, {"start": [172.45, 101.0], "end": [172.45, 103.55], "type": "segment", "width": 0.12}, {"start": [174.15, 101.0], "end": [172.45, 101.0], "type": "segment", "width": 0.12}, {"start": [174.15, 107.19999999999999], "end": [174.15, 109.75], "type": "segment", "width": 0.12}, {"start": [172.45, 107.19999999999999], "end": [172.45, 109.75], "type": "segment", "width": 0.12}, {"start": [174.15, 107.19999999999999], "end": [172.45, 107.19999999999999], "type": "segment", "width": 0.12}, {"start": [174.15, 110.3], "end": [174.15, 112.85], "type": "segment", "width": 0.12}, {"start": [172.45, 110.3], "end": [172.45, 112.85], "type": "segment", "width": 0.12}, {"start": [174.15, 110.3], "end": [172.45, 110.3], "type": "segment", "width": 0.12}, {"start": [174.15, 113.39999999999999], "end": [174.15, 115.94999999999999], "type": "segment", "width": 0.12}, {"start": [172.45, 113.39999999999999], "end": [172.45, 115.94999999999999], "type": "segment", "width": 0.12}, {"start": [174.15, 113.39999999999999], "end": [172.45, 113.39999999999999], "type": "segment", "width": 0.12}, {"start": [175.9, 124.55], "end": [175.9, 127.1], "type": "segment", "width": 0.12}, {"start": [174.2, 124.55], "end": [174.2, 127.1], "type": "segment", "width": 0.12}, {"start": [175.9, 124.55], "end": [174.2, 124.55], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D44", "thickness": 0.15, "pos": [176.65, 129.2], "height": 1.0}, {"start": [175.9, 127.69999999999999], "end": [175.9, 130.25], "type": "segment", "width": 0.12}, {"start": [174.2, 127.69999999999999], "end": [174.2, 130.25], "type": "segment", "width": 0.12}, {"start": [175.9, 127.69999999999999], "end": [174.2, 127.69999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D10", "thickness": 0.15, "pos": [155.7, 125.89999999999999], "height": 1.0}, {"start": [156.7, 120.19999999999999], "end": [156.7, 124.05], "type": "segment", "width": 0.12}, {"start": [154.7, 120.19999999999999], "end": [154.7, 124.05], "type": "segment", "width": 0.12}, {"start": [156.7, 120.19999999999999], "end": [154.7, 120.19999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D3", "thickness": 0.15, "pos": [133.9, 112.14999999999999], "height": 1.0}, {"start": [133.15, 110.69999999999999], "end": [133.15, 113.25], "type": "segment", "width": 0.12}, {"start": [131.45, 110.69999999999999], "end": [131.45, 113.25], "type": "segment", "width": 0.12}, {"start": [133.15, 110.69999999999999], "end": [131.45, 110.69999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D2", "thickness": 0.15, "pos": [133.54999999999998, 117.69999999999999], "height": 1.0}, {"start": [136.25, 116.69999999999999], "end": [136.25, 120.55], "type": "segment", "width": 0.12}, {"start": [134.25, 116.69999999999999], "end": [134.25, 120.55], "type": "segment", "width": 0.12}, {"start": [136.25, 116.69999999999999], "end": [134.25, 116.69999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "D1", "thickness": 0.15, "pos": [124.75, 113.19999999999999], "height": 1.0}, {"start": [123.75, 113.85], "end": [126.3, 113.85], "type": "segment", "width": 0.12}, {"start": [123.75, 115.55], "end": [126.3, 115.55], "type": "segment", "width": 0.12}, {"start": [123.75, 113.85], "end": [123.75, 115.55], "type": "segment", "width": 0.12}, {"start": [162.84, 80.95], "end": [162.84, 91.22999999999999], "type": "segment", "width": 0.12}, {"start": [162.84, 91.22999999999999], "end": [165.5, 91.22999999999999], "type": "segment", "width": 0.12}, {"start": [165.5, 91.22999999999999], "end": [165.5, 80.95], "type": "segment", "width": 0.12}, {"start": [162.84, 80.95], "end": [165.5, 80.95], "type": "segment", "width": 0.12}, {"start": [167.92, 80.95], "end": [167.92, 91.22999999999999], "type": "segment", "width": 0.12}, {"start": [167.92, 91.22999999999999], "end": [170.57999999999998, 91.22999999999999], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 91.22999999999999], "end": [170.57999999999998, 80.95], "type": "segment", "width": 0.12}, {"start": [167.92, 80.95], "end": [170.57999999999998, 80.95], "type": "segment", "width": 0.12}, {"start": [184.57, 81.99], "end": [184.57, 102.42999999999999], "type": "segment", "width": 0.12}, {"start": [184.57, 102.42999999999999], "end": [179.37, 102.42999999999999], "type": "segment", "width": 0.12}, {"start": [179.37, 102.42999999999999], "end": [179.37, 81.99], "type": "segment", "width": 0.12}, {"start": [179.37, 81.99], "end": [184.57, 81.99], "type": "segment", "width": 0.12}, {"start": [184.57, 103.56], "end": [184.57, 124.0], "type": "segment", "width": 0.12}, {"start": [184.57, 124.0], "end": [179.37, 124.0], "type": "segment", "width": 0.12}, {"start": [179.37, 124.0], "end": [179.37, 103.56], "type": "segment", "width": 0.12}, {"start": [179.37, 103.56], "end": [184.57, 103.56], "type": "segment", "width": 0.12}, {"start": [174.29, 81.99], "end": [176.95, 81.99], "type": "segment", "width": 0.12}, {"start": [176.95, 102.42999999999999], "end": [176.95, 81.99], "type": "segment", "width": 0.12}, {"start": [174.29, 102.42999999999999], "end": [176.95, 102.42999999999999], "type": "segment", "width": 0.12}, {"start": [174.29, 81.99], "end": [174.29, 102.42999999999999], "type": "segment", "width": 0.12}, {"start": [174.29, 103.56], "end": [176.95, 103.56], "type": "segment", "width": 0.12}, {"start": [176.95, 124.0], "end": [176.95, 103.56], "type": "segment", "width": 0.12}, {"start": [174.29, 124.0], "end": [176.95, 124.0], "type": "segment", "width": 0.12}, {"start": [174.29, 103.56], "end": [174.29, 124.0], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 111.42999999999999], "end": [155.22, 111.42999999999999], "type": "segment", "width": 0.12}, {"start": [155.22, 111.42999999999999], "end": [155.22, 114.08999999999999], "type": "segment", "width": 0.12}, {"start": [155.22, 114.08999999999999], "end": [170.57999999999998, 114.08999999999999], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 111.42999999999999], "end": [170.57999999999998, 114.08999999999999], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 113.97], "end": [155.22, 113.97], "type": "segment", "width": 0.12}, {"start": [155.22, 113.97], "end": [155.22, 116.63], "type": "segment", "width": 0.12}, {"start": [155.22, 116.63], "end": [170.57999999999998, 116.63], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 113.97], "end": [170.57999999999998, 116.63], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 116.50999999999999], "end": [155.22, 116.50999999999999], "type": "segment", "width": 0.12}, {"start": [155.22, 116.50999999999999], "end": [155.22, 119.17], "type": "segment", "width": 0.12}, {"start": [155.22, 119.17], "end": [170.57999999999998, 119.17], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 116.50999999999999], "end": [170.57999999999998, 119.17], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 130.57999999999998], "end": [170.57999999999998, 120.3], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 120.3], "end": [167.92, 120.3], "type": "segment", "width": 0.12}, {"start": [167.92, 120.3], "end": [167.92, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [170.57999999999998, 130.57999999999998], "end": [167.92, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [156.32999999999998, 127.91999999999999], "end": [146.04999999999998, 127.91999999999999], "type": "segment", "width": 0.12}, {"start": [146.04999999999998, 127.91999999999999], "end": [146.04999999999998, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [146.04999999999998, 130.57999999999998], "end": [156.32999999999998, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [156.32999999999998, 127.91999999999999], "end": [156.32999999999998, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [168.04, 130.57999999999998], "end": [168.04, 120.3], "type": "segment", "width": 0.12}, {"start": [168.04, 120.3], "end": [165.38, 120.3], "type": "segment", "width": 0.12}, {"start": [165.38, 120.3], "end": [165.38, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [168.04, 130.57999999999998], "end": [165.38, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [162.95999999999998, 130.57999999999998], "end": [162.95999999999998, 120.3], "type": "segment", "width": 0.12}, {"start": [162.95999999999998, 120.3], "end": [160.29999999999998, 120.3], "type": "segment", "width": 0.12}, {"start": [160.29999999999998, 120.3], "end": [160.29999999999998, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [162.95999999999998, 130.57999999999998], "end": [160.29999999999998, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [144.42, 127.91999999999999], "end": [139.22, 127.91999999999999], "type": "segment", "width": 0.12}, {"start": [139.22, 127.91999999999999], "end": [139.22, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [139.22, 130.57999999999998], "end": [144.42, 130.57999999999998], "type": "segment", "width": 0.12}, {"start": [144.42, 127.91999999999999], "end": [144.42, 130.57999999999998], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "U43", "thickness": 0.15, "pos": [123.94999999999999, 88.05], "height": 1.0}, {"start": [128.736191, 89.52749999999999], "end": [129.21119099999999, 89.52749999999999], "type": "segment", "width": 0.12}, {"start": [124.991191, 85.30749999999999], "end": [124.991191, 85.7825], "type": "segment", "width": 0.12}, {"start": [125.466191, 85.30749999999999], "end": [124.991191, 85.30749999999999], "type": "segment", "width": 0.12}, {"start": [129.21119099999999, 85.30749999999999], "end": [129.21119099999999, 85.7825], "type": "segment", "width": 0.12}, {"start": [128.736191, 85.30749999999999], "end": [129.21119099999999, 85.30749999999999], "type": "segment", "width": 0.12}, {"start": [124.991191, 89.52749999999999], "end": [124.991191, 89.0525], "type": "segment", "width": 0.12}, {"start": [125.466191, 89.52749999999999], "end": [124.991191, 89.52749999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U42", "thickness": 0.15, "pos": [136.85, 85.55], "height": 1.0}, {"start": [133.65, 84.81], "end": [136.1, 84.81], "type": "segment", "width": 0.12}, {"start": [135.45, 81.59], "end": [133.65, 81.59], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U41", "thickness": 0.15, "pos": [154.15, 88.3], "height": 1.0}, {"start": [155.25, 88.95], "end": [152.25, 88.95], "type": "segment", "width": 0.12}, {"start": [155.25, 91.14999999999999], "end": [153.04999999999998, 91.14999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "L40", "thickness": 0.15, "pos": [124.3, 90.5], "height": 1.0}, {"start": [124.137221, 92.16], "end": [124.462779, 92.16], "type": "segment", "width": 0.12}, {"start": [124.137221, 91.14], "end": [124.462779, 91.14], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "D51", "thickness": 0.15, "pos": [134.65, 128.45], "height": 1.0}, {"start": [138.435, 127.49], "end": [135.75, 127.49], "type": "segment", "width": 0.12}, {"start": [138.435, 129.41], "end": [138.435, 127.49], "type": "segment", "width": 0.12}, {"start": [135.75, 129.41], "end": [138.435, 129.41], "type": "segment", "width": 0.12}, {"start": [156.41, 87.185], "end": [156.41, 84.5], "type": "segment", "width": 0.12}, {"start": [154.48999999999998, 87.185], "end": [156.41, 87.185], "type": "segment", "width": 0.12}, {"start": [154.48999999999998, 84.5], "end": [154.48999999999998, 87.185], "type": "segment", "width": 0.12}, {"start": [154.60999999999999, 87.185], "end": [154.60999999999999, 84.5], "type": "segment", "width": 0.12}, {"start": [152.69, 87.185], "end": [154.60999999999999, 87.185], "type": "segment", "width": 0.12}, {"start": [152.69, 84.5], "end": [152.69, 87.185], "type": "segment", "width": 0.12}, {"start": [152.81, 87.185], "end": [152.81, 84.5], "type": "segment", "width": 0.12}, {"start": [150.89, 87.185], "end": [152.81, 87.185], "type": "segment", "width": 0.12}, {"start": [150.89, 84.5], "end": [150.89, 87.185], "type": "segment", "width": 0.12}, {"start": [151.01, 87.185], "end": [151.01, 84.5], "type": "segment", "width": 0.12}, {"start": [149.09, 87.185], "end": [151.01, 87.185], "type": "segment", "width": 0.12}, {"start": [149.09, 84.5], "end": [149.09, 87.185], "type": "segment", "width": 0.12}, {"start": [146.312779, 116.74], "end": [145.987221, 116.74], "type": "segment", "width": 0.12}, {"start": [146.312779, 117.75999999999999], "end": [145.987221, 117.75999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R24", "thickness": 0.15, "pos": [151.85, 117.1], "height": 1.0}, {"start": [149.262779, 116.74], "end": [148.937221, 116.74], "type": "segment", "width": 0.12}, {"start": [149.262779, 117.75999999999999], "end": [148.937221, 117.75999999999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R23", "thickness": 0.15, "pos": [140.04999999999998, 116.5], "height": 1.0}, {"start": [142.587221, 117.75999999999999], "end": [142.912779, 117.75999999999999], "type": "segment", "width": 0.12}, {"start": [142.587221, 116.74], "end": [142.912779, 116.74], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R22", "thickness": 0.15, "pos": [153.65, 114.44999999999999], "height": 1.0}, {"start": [151.89, 114.28722099999999], "end": [151.89, 114.61277899999999], "type": "segment", "width": 0.12}, {"start": [152.91, 114.28722099999999], "end": [152.91, 114.61277899999999], "type": "segment", "width": 0.12}, {"start": [143.237221, 119.50999999999999], "end": [143.562779, 119.50999999999999], "type": "segment", "width": 0.12}, {"start": [143.237221, 118.49], "end": [143.562779, 118.49], "type": "segment", "width": 0.12}, {"start": [141.66, 119.762779], "end": [141.66, 119.437221], "type": "segment", "width": 0.12}, {"start": [140.64, 119.762779], "end": [140.64, 119.437221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R10", "thickness": 0.15, "pos": [138.85, 105.14999999999999], "height": 1.0}, {"start": [139.012779, 105.83999999999999], "end": [138.687221, 105.83999999999999], "type": "segment", "width": 0.12}, {"start": [139.012779, 106.86], "end": [138.687221, 106.86], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R7", "thickness": 0.15, "pos": [124.64999999999999, 108.35], "height": 1.0}, {"start": [126.30999999999999, 108.512779], "end": [126.30999999999999, 108.187221], "type": "segment", "width": 0.12}, {"start": [125.28999999999999, 108.512779], "end": [125.28999999999999, 108.187221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R6", "thickness": 0.15, "pos": [124.6, 111.35], "height": 1.0}, {"start": [126.30999999999999, 111.512779], "end": [126.30999999999999, 111.187221], "type": "segment", "width": 0.12}, {"start": [125.28999999999999, 111.512779], "end": [125.28999999999999, 111.187221], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R5", "thickness": 0.15, "pos": [129.4, 109.35], "height": 1.0}, {"start": [131.10999999999999, 109.512779], "end": [131.10999999999999, 109.187221], "type": "segment", "width": 0.12}, {"start": [130.09, 109.512779], "end": [130.09, 109.187221], "type": "segment", "width": 0.12}, {"start": [131.10999999999999, 112.56277899999999], "end": [131.10999999999999, 112.23722099999999], "type": "segment", "width": 0.12}, {"start": [130.09, 112.56277899999999], "end": [130.09, 112.23722099999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R3", "thickness": 0.15, "pos": [128.2, 106.0], "height": 1.0}, {"start": [126.012779, 105.28999999999999], "end": [125.687221, 105.28999999999999], "type": "segment", "width": 0.12}, {"start": [126.012779, 106.31], "end": [125.687221, 106.31], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R2", "thickness": 0.15, "pos": [122.89999999999999, 111.19999999999999], "height": 1.0}, {"start": [120.99, 111.03722099999999], "end": [120.99, 111.36277899999999], "type": "segment", "width": 0.12}, {"start": [122.00999999999999, 111.03722099999999], "end": [122.00999999999999, 111.36277899999999], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R1", "thickness": 0.15, "pos": [122.25, 113.35], "height": 1.0}, {"start": [122.087221, 115.00999999999999], "end": [122.412779, 115.00999999999999], "type": "segment", "width": 0.12}, {"start": [122.087221, 113.99], "end": [122.412779, 113.99], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R51", "thickness": 0.15, "pos": [136.5, 125.05], "height": 1.0}, {"start": [134.73999999999998, 124.887221], "end": [134.73999999999998, 125.212779], "type": "segment", "width": 0.12}, {"start": [135.76, 124.887221], "end": [135.76, 125.212779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R50", "thickness": 0.15, "pos": [146.45, 85.14999999999999], "height": 1.0}, {"start": [145.94, 82.287221], "end": [145.94, 82.612779], "type": "segment", "width": 0.12}, {"start": [146.95999999999998, 82.287221], "end": [146.95999999999998, 82.612779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R49", "thickness": 0.15, "pos": [144.95, 85.14999999999999], "height": 1.0}, {"start": [144.39, 82.287221], "end": [144.39, 82.612779], "type": "segment", "width": 0.12}, {"start": [145.41, 82.287221], "end": [145.41, 82.612779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R48", "thickness": 0.15, "pos": [143.45, 85.14999999999999], "height": 1.0}, {"start": [142.84, 82.287221], "end": [142.84, 82.612779], "type": "segment", "width": 0.12}, {"start": [143.85999999999999, 82.287221], "end": [143.85999999999999, 82.612779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R47", "thickness": 0.15, "pos": [140.54999999999998, 82.45], "height": 1.0}, {"start": [141.29, 82.287221], "end": [141.29, 82.612779], "type": "segment", "width": 0.12}, {"start": [142.31, 82.287221], "end": [142.31, 82.612779], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 90.0, "attr": [], "horiz_justify": 0, "text": "R41", "thickness": 0.15, "pos": [130.65, 82.14999999999999], "height": 1.0}, {"start": [132.35999999999999, 83.56277899999999], "end": [132.35999999999999, 83.23722099999999], "type": "segment", "width": 0.12}, {"start": [131.34, 83.56277899999999], "end": [131.34, 83.23722099999999], "type": "segment", "width": 0.12}, {"start": [163.89, 126.437221], "end": [163.89, 126.762779], "type": "segment", "width": 0.12}, {"start": [164.91, 126.437221], "end": [164.91, 126.762779], "type": "segment", "width": 0.12}, {"start": [163.89, 123.48722099999999], "end": [163.89, 123.81277899999999], "type": "segment", "width": 0.12}, {"start": [164.91, 123.48722099999999], "end": [164.91, 123.81277899999999], "type": "segment", "width": 0.12}, {"start": [137.987221, 84.16], "end": [138.312779, 84.16], "type": "segment", "width": 0.12}, {"start": [137.987221, 83.14], "end": [138.312779, 83.14], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R43", "thickness": 0.15, "pos": [150.7, 93.5], "height": 1.0}, {"start": [152.412779, 91.69], "end": [152.087221, 91.69], "type": "segment", "width": 0.12}, {"start": [152.412779, 92.71], "end": [152.087221, 92.71], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R40", "thickness": 0.15, "pos": [141.29999999999998, 86.14999999999999], "height": 1.0}, {"start": [141.237221, 85.36], "end": [141.562779, 85.36], "type": "segment", "width": 0.12}, {"start": [141.237221, 84.33999999999999], "end": [141.562779, 84.33999999999999], "type": "segment", "width": 0.12}, {"start": [137.987221, 82.66], "end": [138.312779, 82.66], "type": "segment", "width": 0.12}, {"start": [137.987221, 81.64], "end": [138.312779, 81.64], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "R53", "thickness": 0.15, "pos": [156.54999999999998, 81.89999999999999], "height": 1.0}, {"start": [154.012779, 81.39], "end": [153.687221, 81.39], "type": "segment", "width": 0.12}, {"start": [154.012779, 82.41], "end": [153.687221, 82.41], "type": "segment", "width": 0.12}, {"start": [150.037221, 82.41], "end": [150.362779, 82.41], "type": "segment", "width": 0.12}, {"start": [150.037221, 81.39], "end": [150.362779, 81.39], "type": "segment", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "UB", "thickness": 0.15, "pos": [130.85, 105.94999999999999], "height": 1.0}, {"start": [130.85, 104.0], "radius": 1.251, "type": "circle", "width": 0.12}, {"width": 1.0, "angle": 0.0, "attr": [], "horiz_justify": 0, "text": "U40", "thickness": 0.15, "pos": [132.15, 87.7], "height": 1.0}, {"start": [132.975, 89.075], "end": [131.45, 89.075], "type": "segment", "width": 0.15}, {"start": [147.225, 88.425], "end": [146.465, 88.425], "type": "segment", "width": 0.15}, {"start": [147.225, 102.675], "end": [146.465, 102.675], "type": "segment", "width": 0.15}, {"start": [132.975, 102.675], "end": [133.73499999999999, 102.675], "type": "segment", "width": 0.15}, {"start": [132.975, 88.425], "end": [133.73499999999999, 88.425], "type": "segment", "width": 0.15}, {"start": [132.975, 102.675], "end": [132.975, 101.91499999999999], "type": "segment", "width": 0.15}, {"start": [147.225, 102.675], "end": [147.225, 101.91499999999999], "type": "segment", "width": 0.15}, {"start": [147.225, 88.425], "end": [147.225, 89.185], "type": "segment", "width": 0.15}, {"start": [132.975, 88.425], "end": [132.975, 89.075], "type": "segment", "width": 0.15}, {"start": [120.6, 123.89999999999999], "end": [125.39999999999999, 123.89999999999999], "type": "segment", "width": 0.15}, {"start": [120.6, 115.94999999999999], "end": [125.39999999999999, 115.94999999999999], "type": "segment", "width": 0.15}, {"start": [125.39999999999999, 123.89999999999999], "end": [125.39999999999999, 115.94999999999999], "type": "segment", "width": 0.15}, {"start": [120.6, 123.89999999999999], "end": [120.6, 115.94999999999999], "type": "segment", "width": 0.15}]}, "edges_bbox": {"minx": 119.924999, "miny": 74.924999, "maxx": 185.075001, "maxy": 131.075001}, "metadata": {"date": "2019-05-12", "company": "", "revision": "1.0", "title": "Hedgehog"}} /////////////////////////////////////////////// /////////////////////////////////////////////// /* PCB rendering code */ var redrawOnDrag = true; var boardRotation = 0; function deg2rad(deg) { return deg * Math.PI / 180; } function calcFontPoint(linepoint, text, offsetx, offsety, tilt) { var point = [ linepoint[0] * text.width + offsetx, linepoint[1] * text.height + offsety ]; // Adding half a line height here is technically a bug // but pcbnew currently does the same, text is slightly shifted. point[0] -= (point[1] + text.height * 0.5) * tilt; return point; } function drawtext(ctx, text, color, flip) { ctx.save(); ctx.translate(...text.pos); var angle = -text.angle; if (text.attr.includes("mirrored")) { ctx.scale(-1, 1); angle = -angle; } var tilt = 0; if (text.attr.includes("italic")) { tilt = 0.125; } var interline = (text.height * 1.5 + text.thickness) / 2; var txt = text.text.split("\n"); ctx.rotate(deg2rad(angle)); ctx.fillStyle = color; ctx.strokeStyle = color; ctx.lineCap = "round"; ctx.lineWidth = text.thickness; for (var i in txt) { var offsety = (-(txt.length - 1) + i * 2) * interline + text.height / 2; var lineWidth = 0; for (var c of txt[i]) { lineWidth += pcbdata.font_data[c].w * text.width; } var offsetx = 0; switch (text.horiz_justify) { case -1: // Justify left, do nothing break; case 0: // Justify center offsetx -= lineWidth / 2; break; case 1: // Justify right offsetx -= lineWidth; break; } for (var c of txt[i]) { for (var line of pcbdata.font_data[c].l) { // Drawing each segment separately instead of // polyline because round line caps don't work in joints for (var i = 0; i < line.length - 1; i++) { ctx.beginPath(); ctx.moveTo(...calcFontPoint(line[i], text, offsetx, offsety, tilt)); ctx.lineTo(...calcFontPoint(line[i + 1], text, offsetx, offsety, tilt)); ctx.stroke(); } } offsetx += pcbdata.font_data[c].w * text.width; } } ctx.restore(); } function drawedge(ctx, scalefactor, edge, color) { ctx.strokeStyle = color; ctx.lineWidth = Math.max(1 / scalefactor, edge.width); ctx.lineCap = "round"; if (edge.type == "segment") { ctx.beginPath(); ctx.moveTo(...edge.start); ctx.lineTo(...edge.end); ctx.stroke(); } if (edge.type == "arc") { ctx.beginPath(); ctx.arc( ...edge.start, edge.radius, deg2rad(edge.startangle), deg2rad(edge.endangle)); ctx.stroke(); } if (edge.type == "circle") { ctx.beginPath(); ctx.arc( ...edge.start, edge.radius, 0, 2 * Math.PI); ctx.closePath(); ctx.stroke(); } } function drawRoundRect(ctx, color, size, radius, ctxmethod) { ctx.beginPath(); ctx.strokeStyle = color; var x = size[0] * -0.5; var y = size[1] * -0.5; var width = size[0]; var height = size[1]; ctx.moveTo(x, 0); ctx.arcTo(x, y + height, x + width, y + height, radius); ctx.arcTo(x + width, y + height, x + width, y, radius); ctx.arcTo(x + width, y, x, y, radius); ctx.arcTo(x, y, x, y + height, radius); ctx.closePath(); ctxmethod(); } function drawOblong(ctx, color, size, ctxmethod) { drawRoundRect(ctx, color, size, Math.min(size[0], size[1]) / 2, ctxmethod); } function drawPolygons(ctx, color, polygons, ctxmethod) { ctx.fillStyle = color; for (var polygon of polygons) { ctx.beginPath(); for (var vertex of polygon) { ctx.lineTo(...vertex) } ctx.closePath(); ctxmethod(); } } function drawPolygonShape(ctx, shape, color) { ctx.save(); ctx.translate(...shape.pos); ctx.rotate(deg2rad(-shape.angle)); drawPolygons(ctx, color, shape.polygons, ctx.fill.bind(ctx)); ctx.restore(); } function drawDrawing(ctx, layer, scalefactor, drawing, color) { if (["segment", "arc", "circle"].includes(drawing.type)) { drawedge(ctx, scalefactor, drawing, color); } else if (drawing.type == "polygon") { drawPolygonShape(ctx, drawing, color); } else { drawtext(ctx, drawing, color, layer == "B"); } } function drawCircle(ctx, radius, ctxmethod) { ctx.beginPath(); ctx.arc(0, 0, radius, 0, 2 * Math.PI); ctx.closePath(); ctxmethod(); } function drawPad(ctx, pad, color, outline) { ctx.save(); ctx.translate(...pad.pos); ctx.rotate(deg2rad(pad.angle)); if (pad.offset) { ctx.translate(...pad.offset); } ctx.fillStyle = color; ctx.strokeStyle = color; var ctxmethod = outline ? ctx.stroke.bind(ctx) : ctx.fill.bind(ctx); if (pad.shape == "rect") { var rect = [...pad.size.map(c => -c * 0.5), ...pad.size]; if (outline) { ctx.strokeRect(...rect); } else { ctx.fillRect(...rect); } } else if (pad.shape == "oval") { drawOblong(ctx, color, pad.size, ctxmethod); } else if (pad.shape == "circle") { drawCircle(ctx, pad.size[0] / 2, ctxmethod); } else if (pad.shape == "roundrect") { drawRoundRect(ctx, color, pad.size, pad.radius, ctxmethod); } else if (pad.shape == "custom") { drawPolygons(ctx, color, pad.polygons, ctxmethod); } if (pad.type == "th" && !outline) { ctx.fillStyle = "#CCCCCC"; if (pad.drillshape == "oblong") { drawOblong(ctx, "#CCCCCC", pad.drillsize, ctxmethod); } else { drawCircle(ctx, pad.drillsize[0] / 2, ctxmethod); } } ctx.restore(); } function drawModule(ctx, layer, scalefactor, module, padcolor, outlinecolor, highlight) { if (highlight) { // draw bounding box if (module.layer == layer) { ctx.save(); ctx.globalAlpha = 0.2; ctx.translate(...module.bbox.pos); ctx.fillStyle = padcolor; ctx.fillRect( 0, 0, ...module.bbox.size); ctx.globalAlpha = 1; ctx.strokeStyle = padcolor; ctx.strokeRect( 0, 0, ...module.bbox.size); ctx.restore(); } } // draw drawings for (var drawing of module.drawings) { if (drawing.layer == layer) { drawDrawing(ctx, layer, scalefactor, drawing.drawing, padcolor); } } // draw pads for (var pad of module.pads) { if (pad.layers.includes(layer)) { drawPad(ctx, pad, padcolor, false); if (pad.pin1 && highlightpin1) { drawPad(ctx, pad, outlinecolor, true); } } } } function drawEdges(canvas, scalefactor) { var ctx = canvas.getContext("2d"); var edgecolor = getComputedStyle(topmostdiv).getPropertyValue('--pcb-edge-color'); for (var edge of pcbdata.edges) { drawedge(ctx, scalefactor, edge, edgecolor); } } function drawModules(canvas, layer, scalefactor, highlightedRefs) { var ctx = canvas.getContext("2d"); ctx.lineWidth = 3 / scalefactor; var style = getComputedStyle(topmostdiv); var padcolor = style.getPropertyValue('--pad-color'); var outlinecolor = style.getPropertyValue('--pin1-outline-color'); if (highlightedRefs.length > 0) { padcolor = style.getPropertyValue('--pad-color-highlight'); outlinecolor = style.getPropertyValue('--pin1-outline-color-highlight'); } for (var i in pcbdata.modules) { var mod = pcbdata.modules[i]; var highlight = highlightedRefs.includes(mod.ref); if (highlightedRefs.length == 0 || highlight) { drawModule(ctx, layer, scalefactor, mod, padcolor, outlinecolor, highlight); } } } function drawSilkscreen(canvas, layer, scalefactor) { var ctx = canvas.getContext("2d"); for (var d of pcbdata.silkscreen[layer]) { if (["segment", "arc", "circle"].includes(d.type)) { drawedge(ctx, scalefactor, d, "#aa4"); } else if (d.type == "polygon") { drawPolygonShape(ctx, d, "#4aa"); } else { drawtext(ctx, d, "#4aa", layer == "B"); } } } function clearCanvas(canvas) { var ctx = canvas.getContext("2d"); ctx.save(); ctx.setTransform(1, 0, 0, 1, 0, 0); ctx.clearRect(0, 0, canvas.width, canvas.height); ctx.restore(); } function drawHighlightsOnLayer(canvasdict) { clearCanvas(canvasdict.highlight); drawModules(canvasdict.highlight, canvasdict.layer, canvasdict.transform.s, highlightedRefs); } function drawHighlights() { drawHighlightsOnLayer(allcanvas.front); drawHighlightsOnLayer(allcanvas.back); } function drawBackground(canvasdict) { clearCanvas(canvasdict.bg); clearCanvas(canvasdict.silk); drawEdges(canvasdict.bg, canvasdict.transform.s); drawModules(canvasdict.bg, canvasdict.layer, canvasdict.transform.s, []); drawSilkscreen(canvasdict.silk, canvasdict.layer, canvasdict.transform.s); } function prepareCanvas(canvas, flip, transform) { var ctx = canvas.getContext("2d"); ctx.setTransform(1, 0, 0, 1, 0, 0); var fontsize = 1.55; ctx.scale(transform.zoom, transform.zoom); ctx.translate(transform.panx, transform.pany); if (flip) { ctx.scale(-1, 1); } ctx.translate(transform.x, transform.y); ctx.rotate(deg2rad(boardRotation)); ctx.scale(transform.s, transform.s); } function prepareLayer(canvasdict) { var flip = (canvasdict.layer == "B"); for (var c of ["bg", "silk", "highlight"]) { prepareCanvas(canvasdict[c], flip, canvasdict.transform); } } function rotateVector(v, angle) { angle = deg2rad(angle); return [ v[0] * Math.cos(angle) - v[1] * Math.sin(angle), v[0] * Math.sin(angle) + v[1] * Math.cos(angle) ]; } function applyRotation(bbox) { var corners = [ [bbox.minx, bbox.miny], [bbox.minx, bbox.maxy], [bbox.maxx, bbox.miny], [bbox.maxx, bbox.maxy], ]; corners = corners.map((v) => rotateVector(v, boardRotation)); return { minx: corners.reduce((a, v) => Math.min(a, v[0]), Infinity), miny: corners.reduce((a, v) => Math.min(a, v[1]), Infinity), maxx: corners.reduce((a, v) => Math.max(a, v[0]), -Infinity), maxy: corners.reduce((a, v) => Math.max(a, v[1]), -Infinity), } } function recalcLayerScale(canvasdict) { var canvasdivid = { "F": "frontcanvas", "B": "backcanvas" } [canvasdict.layer]; var width = document.getElementById(canvasdivid).clientWidth * 2; var height = document.getElementById(canvasdivid).clientHeight * 2; var bbox = applyRotation(pcbdata.edges_bbox); var scalefactor = 0.98 * Math.min( width / (bbox.maxx - bbox.minx), height / (bbox.maxy - bbox.miny) ); if (scalefactor < 0.1) { scalefactor = 1; } canvasdict.transform.s = scalefactor; var flip = (canvasdict.layer == "B"); if (flip) { canvasdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor + width) * 0.5; } else { canvasdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor - width) * 0.5; } canvasdict.transform.y = -((bbox.maxy + bbox.miny) * scalefactor - height) * 0.5; for (var c of ["bg", "silk", "highlight"]) { canvas = canvasdict[c]; canvas.width = width; canvas.height = height; canvas.style.width = (width / 2) + "px"; canvas.style.height = (height / 2) + "px"; } console.log("Scale factor " + canvasdivid + ": ", canvasdict.transform); } function redrawCanvas(layerdict) { prepareLayer(layerdict); drawBackground(layerdict); drawHighlightsOnLayer(layerdict); } function resizeCanvas(layerdict) { recalcLayerScale(layerdict); redrawCanvas(layerdict); } function resizeAll() { resizeCanvas(allcanvas.front); resizeCanvas(allcanvas.back); } function bboxScan(layer, x, y) { var result = []; for (var i in pcbdata.modules) { var module = pcbdata.modules[i]; if (module.layer == layer) { var b = module.bbox; if (b.pos[0] <= x && b.pos[0] + b.size[0] >= x && b.pos[1] <= y && b.pos[1] + b.size[1] >= y) { result.push(module.ref); } } } return result; } function handleMouseDown(e, layerdict) { if (e.which != 1) { return; } e.preventDefault(); e.stopPropagation(); layerdict.transform.mousestartx = e.offsetX; layerdict.transform.mousestarty = e.offsetY; layerdict.transform.mousedownx = e.offsetX; layerdict.transform.mousedowny = e.offsetY; layerdict.transform.mousedown = true; } function handleMouseClick(e, layerdict) { var x = e.offsetX; var y = e.offsetY; var t = layerdict.transform; if (layerdict.layer == "B") { x = (2 * x / t.zoom - t.panx + t.x) / -t.s; } else { x = (2 * x / t.zoom - t.panx - t.x) / t.s; } y = (2 * y / t.zoom - t.y - t.pany) / t.s; var v = rotateVector([x, y], -boardRotation); var reflist = bboxScan(layerdict.layer, v[0], v[1]); if (reflist.length > 0) { modulesClicked(reflist); drawHighlights(); } } function handleMouseUp(e, layerdict) { e.preventDefault(); e.stopPropagation(); if (e.which == 1 && layerdict.transform.mousedown && layerdict.transform.mousedownx == e.offsetX && layerdict.transform.mousedowny == e.offsetY) { // This is just a click handleMouseClick(e, layerdict); layerdict.transform.mousedown = false; return; } if (e.which == 3) { // Reset pan and zoom on right click. layerdict.transform.panx = 0; layerdict.transform.pany = 0; layerdict.transform.zoom = 1; redrawCanvas(layerdict); } else if (!redrawOnDrag) { redrawCanvas(layerdict); } layerdict.transform.mousedown = false; } function handleMouseMove(e, layerdict) { if (!layerdict.transform.mousedown) { return; } e.preventDefault(); e.stopPropagation(); var dx = e.offsetX - layerdict.transform.mousestartx; var dy = e.offsetY - layerdict.transform.mousestarty; layerdict.transform.panx += 2 * dx / layerdict.transform.zoom; layerdict.transform.pany += 2 * dy / layerdict.transform.zoom; layerdict.transform.mousestartx = e.offsetX; layerdict.transform.mousestarty = e.offsetY; if (redrawOnDrag) { redrawCanvas(layerdict); } } function handleMouseWheel(e, layerdict) { e.preventDefault(); e.stopPropagation(); var t = layerdict.transform; var wheeldelta = e.deltaY; if (e.deltaMode == 1) { // FF only, scroll by lines wheeldelta *= 30; } else if (e.deltaMode == 2) { wheeldelta *= 300; } var m = Math.pow(1.1, -wheeldelta / 40); // Limit amount of zoom per tick. if (m > 2) { m = 2; } else if (m < 0.5) { m = 0.5; } t.zoom *= m; var zoomd = (1 - m) / t.zoom; t.panx += 2 * e.offsetX * zoomd; t.pany += 2 * e.offsetY * zoomd; redrawCanvas(layerdict); console.log(layerdict.transform.zoom); } function addMouseHandlers(div, layerdict) { div.onmousedown = function(e) { handleMouseDown(e, layerdict); }; div.onmousemove = function(e) { handleMouseMove(e, layerdict); }; div.onmouseup = function(e) { handleMouseUp(e, layerdict); }; div.onmouseout = function(e) { handleMouseUp(e, layerdict); } div.onwheel = function(e) { handleMouseWheel(e, layerdict); } for (var element of [div, layerdict.bg, layerdict.silk, layerdict.highlight]) { element.addEventListener("contextmenu", function(e) { e.preventDefault(); }, false); } } function setRedrawOnDrag(value) { redrawOnDrag = value; writeStorage("redrawOnDrag", value); } function setBoardRotation(value) { boardRotation = value * 5; writeStorage("boardRotation", boardRotation); document.getElementById("rotationDegree").textContent = boardRotation; resizeAll(); } function initRender() { allcanvas = { front: { transform: { x: 0, y: 0, s: 1, panx: 0, pany: 0, zoom: 1, mousestartx: 0, mousestarty: 0, mousedown: false, }, bg: document.getElementById("F_bg"), silk: document.getElementById("F_slk"), highlight: document.getElementById("F_hl"), layer: "F", }, back: { transform: { x: 0, y: 0, s: 1, panx: 0, pany: 0, zoom: 1, mousestartx: 0, mousestarty: 0, mousedown: false, }, bg: document.getElementById("B_bg"), silk: document.getElementById("B_slk"), highlight: document.getElementById("B_hl"), layer: "B", } }; addMouseHandlers(document.getElementById("frontcanvas"), allcanvas.front); addMouseHandlers(document.getElementById("backcanvas"), allcanvas.back); } /////////////////////////////////////////////// /////////////////////////////////////////////// /* DOM manipulation and misc code */ var storagePrefix = 'KiCad_HTML_BOM__' + pcbdata.metadata.title + '__' + pcbdata.metadata.revision + '__'; var bomsplit; var canvassplit; var canvaslayout = "default"; var bomlayout = "default"; var bomSortFunction = null; var currentSortColumn = null; var currentSortOrder = null; var currentHighlightedRowId; var highlightHandlers = []; var highlightedRefs = []; var checkboxes = []; var bomCheckboxes = ""; var highlightpin1 = false; var storage; var lastClickedRef; function initStorage(key) { try { window.localStorage.getItem("blank"); storage = window.localStorage; } catch (e) { // localStorage not available } if (!storage) { try { window.sessionStorage.getItem("blank"); storage = window.sessionStorage; } catch (e) { // sessionStorage also not available } } } function readStorage(key) { if (storage) { return storage.getItem(storagePrefix + '#' + key); } else { return null; } } function writeStorage(key, value) { if (storage) { storage.setItem(storagePrefix + '#' + key, value); } } function dbg(html) { dbgdiv.innerHTML = html; } function setDarkMode(value) { if (value) { topmostdiv.classList.add("dark"); } else { topmostdiv.classList.remove("dark"); } writeStorage("darkmode", value); redrawCanvas(allcanvas.front); redrawCanvas(allcanvas.back); } function setHighlightPin1(value) { writeStorage("highlightpin1", value); highlightpin1 = value; redrawCanvas(allcanvas.front); redrawCanvas(allcanvas.back); } function getStoredCheckboxRefs(checkbox) { var existingRefs = readStorage("checkbox_" + checkbox); if (!existingRefs) { return new Set(); } else { return new Set(existingRefs.split(",")); } } function getCheckboxState(checkbox, references) { var storedRefsSet = getStoredCheckboxRefs(checkbox); var currentRefsSet = new Set(references); // Get difference of current - stored var difference = new Set(currentRefsSet); for (ref of storedRefsSet) { difference.delete(ref); } if (difference.size == 0) { // All the current refs are stored return "checked"; } else if (difference.size == currentRefsSet.size) { // None of the current refs are stored return "unchecked"; } else { // Some of the refs are stored return "indeterminate"; } } function setBomCheckboxState(checkbox, element, references) { var state = getCheckboxState(checkbox, references); element.checked = (state == "checked"); element.indeterminate = (state == "indeterminate"); } function createCheckboxChangeHandler(checkbox, references) { return function() { refsSet = getStoredCheckboxRefs(checkbox); if (this.checked) { // checkbox ticked for (var ref of references) { refsSet.add(ref); } } else { // checkbox unticked for (var ref of references) { refsSet.delete(ref); } } writeStorage("checkbox_" + checkbox, [...refsSet].join(",")); } } function createRowHighlightHandler(rowid, refs) { return function() { if (currentHighlightedRowId) { if (currentHighlightedRowId == rowid) { return; } document.getElementById(currentHighlightedRowId).classList.remove("highlighted"); } document.getElementById(rowid).classList.add("highlighted"); currentHighlightedRowId = rowid; highlightedRefs = refs; drawHighlights(); } } function entryMatches(entry) { // check refs for (var ref of entry[3]) { if (ref.toLowerCase().indexOf(filter) >= 0) { return true; } } // check value if (entry[1].toLowerCase().indexOf(filter) >= 0) { return true; } // check footprint if (entry[2].toLowerCase().indexOf(filter) >= 0) { return true; } return false; } function findRefInEntry(entry) { for (var ref of entry[3]) { if (ref.toLowerCase() == reflookup) { return [ref]; } } return false; } function highlightFilter(s) { if (!filter) { return s; } var parts = s.toLowerCase().split(filter); if (parts.length == 1) { return s; } var r = ""; var pos = 0; for (var i in parts) { if (i > 0) { r += '<mark class="highlight">' + s.substring(pos, pos + filter.length) + '</mark>'; pos += filter.length; } r += s.substring(pos, pos + parts[i].length); pos += parts[i].length; } return r; } function checkboxSetUnsetAllHandler(checkboxname) { return function() { var checkboxnum = 0; while (checkboxnum < checkboxes.length && checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) { checkboxnum++; } if (checkboxnum >= checkboxes.length) { return; } var allset = true; var checkbox; var row; for (row of bombody.childNodes) { checkbox = row.childNodes[checkboxnum + 1].childNodes[0]; if (!checkbox.checked || checkbox.indeterminate) { allset = false; break; } } for (row of bombody.childNodes) { checkbox = row.childNodes[checkboxnum + 1].childNodes[0]; checkbox.checked = !allset; checkbox.indeterminate = false; checkbox.onchange(); } } } function createColumnHeader(name, cls, comparator) { var th = document.createElement("TH"); th.innerHTML = name; th.classList.add(cls); th.style.cursor = "pointer"; var span = document.createElement("SPAN"); span.classList.add("sortmark"); span.classList.add("none"); th.appendChild(span); th.onclick = function() { if (currentSortColumn && this !== currentSortColumn) { // Currently sorted by another column currentSortColumn.childNodes[1].classList.remove(currentSortOrder); currentSortColumn.childNodes[1].classList.add("none"); currentSortColumn = null; currentSortOrder = null; } if (currentSortColumn && this === currentSortColumn) { // Already sorted by this column if (currentSortOrder == "asc") { // Sort by this column, descending order bomSortFunction = function(a, b) { return -comparator(a, b); } currentSortColumn.childNodes[1].classList.remove("asc"); currentSortColumn.childNodes[1].classList.add("desc"); currentSortOrder = "desc"; } else { // Unsort bomSortFunction = null; currentSortColumn.childNodes[1].classList.remove("desc"); currentSortColumn.childNodes[1].classList.add("none"); currentSortColumn = null; currentSortOrder = null; } } else { // Sort by this column, ascending order bomSortFunction = comparator; currentSortColumn = this; currentSortColumn.childNodes[1].classList.remove("none"); currentSortColumn.childNodes[1].classList.add("asc"); currentSortOrder = "asc"; } populateBomBody(); } return th; } function fancyDblClickHandler(el, onsingle, ondouble) { return function() { if (el.getAttribute("data-dblclick") == null) { el.setAttribute("data-dblclick", 1); setTimeout(function() { if (el.getAttribute("data-dblclick") == 1) { onsingle(); } el.removeAttribute("data-dblclick"); }, 200); } else { el.removeAttribute("data-dblclick"); ondouble(); } } } function populateBomHeader() { while (bomhead.firstChild) { bomhead.removeChild(bomhead.firstChild); } var tr = document.createElement("TR"); var th = document.createElement("TH"); th.classList.add("numCol"); tr.appendChild(th); checkboxes = bomCheckboxes.split(",").filter((e) => e); var checkboxCompareClosure = function(checkbox) { return (a, b) => { var stateA = getCheckboxState(checkbox, a[3]); var stateB = getCheckboxState(checkbox, b[3]); if (stateA > stateB) return -1; if (stateA < stateB) return 1; return 0; } } for (var checkbox of checkboxes) { th = createColumnHeader( checkbox, "bom-checkbox", checkboxCompareClosure(checkbox)); th.onclick = fancyDblClickHandler( th, th.onclick.bind(th), checkboxSetUnsetAllHandler(checkbox)); tr.appendChild(th); } tr.appendChild(createColumnHeader("References", "References", (a, b) => { var i = 0; while (i < a[3].length && i < b[3].length) { if (a[3][i] != b[3][i]) return a[3][i] > b[3][i] ? 1 : -1; i++; } return a[3].length - b[3].length; })); // Extra fields if (config.extra_fields.length > 0) { var extraFieldCompareClosure = function(fieldIndex) { return (a, b) => { var fa = a[4][fieldIndex]; var fb = b[4][fieldIndex]; if (fa != fb) return fa > fb ? 1 : -1; else return 0; } } for (var i in config.extra_fields) { tr.appendChild(createColumnHeader( config.extra_fields[i], "extra", extraFieldCompareClosure(i))); } } tr.appendChild(createColumnHeader("Value", "Value", (a, b) => { if (a[1] != b[1]) return a[1] > b[1] ? 1 : -1; else return 0; })); tr.appendChild(createColumnHeader("Footprint", "Footprint", (a, b) => { if (a[2] != b[2]) return a[2] > b[2] ? 1 : -1; else return 0; })); tr.appendChild(createColumnHeader("Quantity", "Quantity", (a, b) => { return a[3].length - b[3].length; })); bomhead.appendChild(tr); } function populateBomBody() { while (bom.firstChild) { bom.removeChild(bom.firstChild); } highlightHandlers = []; currentHighlightedRowId = null; var first = true; switch (canvaslayout) { case 'F': bomtable = pcbdata.bom.F; break; case 'FB': bomtable = pcbdata.bom.both; break; case 'B': bomtable = pcbdata.bom.B; break; } if (bomSortFunction) { bomtable = bomtable.slice().sort(bomSortFunction); } for (var i in bomtable) { var bomentry = bomtable[i]; if (filter && !entryMatches(bomentry)) { continue; } var references = bomentry[3]; if (reflookup) { references = findRefInEntry(bomentry); if (!references) { continue; } } var tr = document.createElement("TR"); var td = document.createElement("TD"); var rownum = +i + 1; tr.id = "bomrow" + rownum; td.textContent = rownum; tr.appendChild(td); // Checkboxes for (var checkbox of checkboxes) { if (checkbox) { td = document.createElement("TD"); var input = document.createElement("input"); input.type = "checkbox"; input.onchange = createCheckboxChangeHandler(checkbox, references); setBomCheckboxState(checkbox, input, references); td.appendChild(input); tr.appendChild(td); } } // References td = document.createElement("TD"); td.innerHTML = highlightFilter(references.join(", ")); tr.appendChild(td); // Extra fields for (var i in config.extra_fields) { td = document.createElement("TD"); td.innerHTML = highlightFilter(bomentry[4][i]); tr.appendChild(td); } // Value td = document.createElement("TD"); td.innerHTML = highlightFilter(bomentry[1]); tr.appendChild(td); // Footprint td = document.createElement("TD"); td.innerHTML = highlightFilter(bomentry[2]); tr.appendChild(td); // Quantity td = document.createElement("TD"); td.textContent = bomentry[3].length; tr.appendChild(td); bom.appendChild(tr); var handler = createRowHighlightHandler(tr.id, references); tr.onmousemove = handler; highlightHandlers.push({ id: tr.id, handler: handler, refs: references }); if ((filter || reflookup) && first) { handler(); first = false; } } } function smoothScrollToRow(rowid) { document.getElementById(rowid).scrollIntoView({ behavior: "smooth", block: "center", inline: "nearest" }); } function highlightPreviousRow() { if (!currentHighlightedRowId) { highlightHandlers[highlightHandlers.length - 1].handler(); } else { if (highlightHandlers.length > 1 && highlightHandlers[0].id == currentHighlightedRowId) { highlightHandlers[highlightHandlers.length - 1].handler(); } else { for (var i = 0; i < highlightHandlers.length - 1; i++) { if (highlightHandlers[i + 1].id == currentHighlightedRowId) { highlightHandlers[i].handler(); break; } } } } smoothScrollToRow(currentHighlightedRowId); } function highlightNextRow() { if (!currentHighlightedRowId) { highlightHandlers[0].handler(); } else { if (highlightHandlers.length > 1 && highlightHandlers[highlightHandlers.length - 1].id == currentHighlightedRowId) { highlightHandlers[0].handler(); } else { for (var i = 1; i < highlightHandlers.length; i++) { if (highlightHandlers[i - 1].id == currentHighlightedRowId) { highlightHandlers[i].handler(); break; } } } } smoothScrollToRow(currentHighlightedRowId); } function populateBomTable() { populateBomHeader(); populateBomBody(); } function modulesClicked(references) { var lastClickedIndex = references.indexOf(lastClickedRef); var ref = references[(lastClickedIndex + 1) % references.length]; for (var handler of highlightHandlers) { if (handler.refs.indexOf(ref) >= 0) { lastClickedRef = ref; handler.handler(); smoothScrollToRow(currentHighlightedRowId); break; } } } function updateFilter(input) { filter = input.toLowerCase(); populateBomTable(); } function updateRefLookup(input) { reflookup = input.toLowerCase(); populateBomTable(); } function copyToClipboard() { var text = ''; for (var node of bomhead.childNodes[0].childNodes) { if (node.firstChild) { text = text + node.firstChild.nodeValue; } if (node != bomhead.childNodes[0].lastChild) { text += '\t'; } } text += '\n'; for (var row of bombody.childNodes) { for (var cell of row.childNodes) { for (var node of cell.childNodes) { if (node.nodeName == "INPUT") { if (node.checked) { text = text + '✓'; } } else if (node.nodeName == "MARK") { text = text + node.firstChild.nodeValue; } else { text = text + node.nodeValue; } } if (cell != row.lastChild) { text += '\t'; } } text += '\n'; } var textArea = document.createElement("textarea"); textArea.classList.add('clipboard-temp'); textArea.value = text; document.body.appendChild(textArea); textArea.focus(); textArea.select(); try { if (document.execCommand('copy')) { console.log('Bom copied to clipboard.'); } } catch (err) { console.log('Can not copy to clipboard.'); } document.body.removeChild(textArea); } function silkscreenVisible(visible) { if (visible) { allcanvas.front.silk.style.display = ""; allcanvas.back.silk.style.display = ""; writeStorage("silkscreenVisible", true); } else { allcanvas.front.silk.style.display = "none"; allcanvas.back.silk.style.display = "none"; writeStorage("silkscreenVisible", false); } } function changeCanvasLayout(layout) { document.getElementById("fl-btn").classList.remove("depressed"); document.getElementById("fb-btn").classList.remove("depressed"); document.getElementById("bl-btn").classList.remove("depressed"); switch (layout) { case 'F': document.getElementById("fl-btn").classList.add("depressed"); if (bomlayout != "bom-only") { canvassplit.collapse(1); } break; case 'B': document.getElementById("bl-btn").classList.add("depressed"); if (bomlayout != "bom-only") { canvassplit.collapse(0); } break; default: document.getElementById("fb-btn").classList.add("depressed"); if (bomlayout != "bom-only") { canvassplit.setSizes([50, 50]); } } canvaslayout = layout; writeStorage("canvaslayout", layout); resizeAll(); populateBomTable(); } function populateMetadata() { document.getElementById("title").innerHTML = pcbdata.metadata.title; document.getElementById("revision").innerHTML = "Rev: " + pcbdata.metadata.revision; document.getElementById("company").innerHTML = pcbdata.metadata.company; document.getElementById("filedate").innerHTML = pcbdata.metadata.date; if (pcbdata.metadata.title != "") { document.title = pcbdata.metadata.title + " BOM"; } } function changeBomLayout(layout) { document.getElementById("bom-btn").classList.remove("depressed"); document.getElementById("lr-btn").classList.remove("depressed"); document.getElementById("tb-btn").classList.remove("depressed"); switch (layout) { case 'bom-only': document.getElementById("bom-btn").classList.add("depressed"); if (bomsplit) { bomsplit.destroy(); bomsplit = null; canvassplit.destroy(); canvassplit = null; } document.getElementById("frontcanvas").style.display = "none"; document.getElementById("backcanvas").style.display = "none"; document.getElementById("bot").style.height = ""; break; case 'top-bottom': document.getElementById("tb-btn").classList.add("depressed"); document.getElementById("frontcanvas").style.display = ""; document.getElementById("backcanvas").style.display = ""; document.getElementById("bot").style.height = "calc(100% - 80px)"; document.getElementById("bomdiv").classList.remove("split-horizontal"); document.getElementById("canvasdiv").classList.remove("split-horizontal"); document.getElementById("frontcanvas").classList.add("split-horizontal"); document.getElementById("backcanvas").classList.add("split-horizontal"); if (bomsplit) { bomsplit.destroy(); bomsplit = null; canvassplit.destroy(); canvassplit = null; } bomsplit = Split(['#bomdiv', '#canvasdiv'], { sizes: [50, 50], onDragEnd: resizeAll, direction: "vertical", gutterSize: 5 }); canvassplit = Split(['#frontcanvas', '#backcanvas'], { sizes: [50, 50], gutterSize: 5, onDragEnd: resizeAll }); break; case 'left-right': document.getElementById("lr-btn").classList.add("depressed"); document.getElementById("frontcanvas").style.display = ""; document.getElementById("backcanvas").style.display = ""; document.getElementById("bot").style.height = "calc(100% - 80px)"; document.getElementById("bomdiv").classList.add("split-horizontal"); document.getElementById("canvasdiv").classList.add("split-horizontal"); document.getElementById("frontcanvas").classList.remove("split-horizontal"); document.getElementById("backcanvas").classList.remove("split-horizontal"); if (bomsplit) { bomsplit.destroy(); bomsplit = null; canvassplit.destroy(); canvassplit = null; } bomsplit = Split(['#bomdiv', '#canvasdiv'], { sizes: [50, 50], onDragEnd: resizeAll, gutterSize: 5 }); canvassplit = Split(['#frontcanvas', '#backcanvas'], { sizes: [50, 50], gutterSize: 5, direction: "vertical", onDragEnd: resizeAll }); } bomlayout = layout; writeStorage("bomlayout", layout); changeCanvasLayout(canvaslayout); } function focusInputField(input) { input.scrollIntoView(false); input.focus(); input.select(); } function focusFilterField() { focusInputField(document.getElementById("filter")); } function focusRefLookupField() { focusInputField(document.getElementById("reflookup")); } function toggleBomCheckbox(bomrowid, checkboxnum) { if (!bomrowid || checkboxnum > checkboxes.length) { return; } var bomrow = document.getElementById(bomrowid); var checkbox = bomrow.childNodes[checkboxnum].childNodes[0]; checkbox.checked = !checkbox.checked; checkbox.indeterminate = false; checkbox.onchange(); } function checkBomCheckbox(bomrowid, checkboxname) { var checkboxnum = 0; while (checkboxnum < checkboxes.length && checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) { checkboxnum++; } if (!bomrowid || checkboxnum >= checkboxes.length) { return; } var bomrow = document.getElementById(bomrowid); var checkbox = bomrow.childNodes[checkboxnum + 1].childNodes[0]; checkbox.checked = true; checkbox.indeterminate = false; checkbox.onchange(); } function removeGutterNode(node) { for (var i = 0; i < node.childNodes.length; i++) { if (node.childNodes[i].classList && node.childNodes[i].classList.contains("gutter")) { node.removeChild(node.childNodes[i]); break; } } } function cleanGutters() { removeGutterNode(document.getElementById("bot")); removeGutterNode(document.getElementById("canvasdiv")); } function setBomCheckboxes(value) { bomCheckboxes = value; writeStorage("bomCheckboxes", value); populateBomTable(); } document.onkeydown = function(e) { switch (e.key) { case "n": if (document.activeElement.type == "text") { return; } if (currentHighlightedRowId !== null) { checkBomCheckbox(currentHighlightedRowId, "placed"); highlightNextRow(); e.preventDefault(); } break; case "ArrowUp": highlightPreviousRow(); e.preventDefault(); break; case "ArrowDown": highlightNextRow(); e.preventDefault(); break; default: break; } if (e.altKey) { switch (e.key) { case "f": focusFilterField(); e.preventDefault(); break; case "r": focusRefLookupField(); e.preventDefault(); break; case "z": changeBomLayout("bom-only"); e.preventDefault(); break; case "x": changeBomLayout("left-right"); e.preventDefault(); break; case "c": changeBomLayout("top-bottom"); e.preventDefault(); break; case "v": changeCanvasLayout("F"); e.preventDefault(); break; case "b": changeCanvasLayout("FB"); e.preventDefault(); break; case "n": changeCanvasLayout("B"); e.preventDefault(); break; default: break; } if (e.key >= '1' && e.key <= '9') { toggleBomCheckbox(currentHighlightedRowId, parseInt(e.key)); } } } function initDefaults() { bomlayout = readStorage("bomlayout"); if (bomlayout === null) { bomlayout = config.bom_view; } if (!['bom-only', 'left-right', 'top-bottom'].includes(bomlayout)) { bomlayout = config.bom_view; } canvaslayout = readStorage("canvaslayout"); if (canvaslayout === null) { canvaslayout = config.layer_view; } bomCheckboxes = readStorage("bomCheckboxes"); if (bomCheckboxes === null) { bomCheckboxes = config.checkboxes; } document.getElementById("bomCheckboxes").value = bomCheckboxes; var b = readStorage("silkscreenVisible"); if (b === null) { b = config.show_silkscreen; } document.getElementById("silkscreenCheckbox").checked = b; silkscreenVisible(b); b = readStorage("redrawOnDrag"); if (b === null) { b = config.redraw_on_drag; } document.getElementById("dragCheckbox").checked = b; setRedrawOnDrag(b); b = readStorage("darkmode"); if (b === null) { b = config.dark_mode; } document.getElementById("darkmodeCheckbox").checked = b; setDarkMode(b); b = readStorage("highlightpin1"); if (b === null) { b = config.highlight_pin1; } document.getElementById("highlightpin1Checkbox").checked = b; setHighlightPin1(b); boardRotation = readStorage("boardRotation"); if (boardRotation === null) { boardRotation = config.board_rotation * 5; } else { boardRotation = parseInt(boardRotation); } document.getElementById("boardRotation").value = boardRotation / 5; document.getElementById("rotationDegree").textContent = boardRotation; } window.onload = function(e) { initRender(); initStorage(); initDefaults(); cleanGutters(); populateMetadata(); dbgdiv = document.getElementById("dbg"); bom = document.getElementById("bombody"); bomhead = document.getElementById("bomhead"); filter = ""; reflookup = ""; // Triggers render changeBomLayout(bomlayout); } window.onresize = resizeAll; window.matchMedia("print").addListener(resizeAll); /////////////////////////////////////////////// </script> </head> <body> <div id="topmostdiv" style="width: 100%; height: 100%"> <div id="top"> <div style="float: right;"> <div class="hideonprint menu" style="float: right; margin: 10px; top: 8px;"> <button class="menubtn"></button> <div class="menu-content"> <label class="menu-label menu-label-top"> <input id="darkmodeCheckbox" type="checkbox" onchange="setDarkMode(this.checked)"> Dark mode </label> <label class="menu-label"> <input id="silkscreenCheckbox" type="checkbox" checked onchange="silkscreenVisible(this.checked)"> Show silkscreen </label> <label class="menu-label"> <input id="highlightpin1Checkbox" type="checkbox" onchange="setHighlightPin1(this.checked)"> Highlight first pin </label> <label class="menu-label"> <input id="dragCheckbox" type="checkbox" checked onchange="setRedrawOnDrag(this.checked)"> Continuous redraw on drag </label> <label class="menu-label"> <span>Board rotation</span> <span style="float: right"><span id="rotationDegree">0</span>&#176;</span> <input id="boardRotation" type="range" min="-36" max="36" value="0" class="slider" oninput="setBoardRotation(this.value)"> </label> <label class="menu-label"> <div style="margin-left: 5px">Bom checkboxes</div> <input id="bomCheckboxes" class="menu-textbox" type=text oninput="setBomCheckboxes(this.value)"> </label> <label class="menu-label"> <span class="shameless-plug"> <span>Created using</span> <a target="blank" href="https://github.com/openscopeproject/InteractiveHtmlBom">InteractiveHtmlBom</a> </span> </label> </div> </div> <div class="button-container hideonprint" style="float: right; margin: 10px; position: relative; top: 8px"> <button id="fl-btn" class="left-most-button" onclick="changeCanvasLayout('F')" title="Front only">F </button> <button id="fb-btn" class="middle-button" onclick="changeCanvasLayout('FB')" title="Front and Back">FB </button> <button id="bl-btn" class="right-most-button" onclick="changeCanvasLayout('B')" title="Back only">B </button> </div> <div class="button-container hideonprint" style="float: right; margin: 10px; position: relative; top: 8px"> <button id="bom-btn" class="left-most-button" onclick="changeBomLayout('bom-only')" title="BOM only"></button> <button id="lr-btn" class="middle-button" onclick="changeBomLayout('left-right')" title="BOM left, drawings right"></button> <button id="tb-btn" class="right-most-button" onclick="changeBomLayout('top-bottom')" title="BOM top, drawings bot"></button> </div> </div> <div id="fileinfodiv" style="overflow: auto;"> <table class="fileinfo"> <tbody> <tr> <td id="title" class="title" style="width: 70%"> Title </td> <td id="revision" class="title" style="width: 30%"> Revision </td> </tr> <tr> <td id="company"> Kicad version </td> <td id="filedate"> Date </td> </tr> </tbody> </table> </div> </div> <div id="bot" class="split" style="height: calc(100% - 80px)"> <div id="bomdiv" class="split split-horizontal"> <div style="width: 100%"> <input id="reflookup" class="searchbox reflookup hideonprint" type="text" placeholder="Ref lookup" oninput="updateRefLookup(this.value)"> <input id="filter" class="searchbox filter hideonprint" type="text" placeholder="Filter" oninput="updateFilter(this.value)"> <div class="button-container hideonprint" style="float: left"> <button id="copy" title="Copy bom table to clipboard" onclick="copyToClipboard()"></button> </div> </div> <div id="dbg"></div> <table class="bom"> <thead id="bomhead"> </thead> <tbody id="bombody"> </tbody> </table> </div> <div id="canvasdiv" class="split split-horizontal"> <div id="frontcanvas" class="split" style="overflow: hidden"> <div style="position: relative; width: 100%; height: 100%;"> <canvas id="F_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas> <canvas id="F_slk" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas> <canvas id="F_hl" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas> </div> </div> <div id="backcanvas" class="split" style="overflow: hidden"> <div style="position: relative; width: 100%; height: 100%;"> <canvas id="B_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas> <canvas id="B_slk" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas> <canvas id="B_hl" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas> </div> </div> </div> </div> </div> </body> </html>

Annotations

Hedgehog.kicad_pcb
3a3eee28
0/2 comments
Report a bug