Commit 0e9ff4ca6f599ca4990e03036a47a1568af5f664
Merge branch 'master' of archives.plil.fr:gbontoux/s6-mp-tutorat
Showing
5 changed files
with
7653 additions
and
29 deletions
Show diff stats
@@ -0,0 +1,39 @@ | @@ -0,0 +1,39 @@ | ||
1 | +.equ PINA = 0x00 ; définition des adresses des ports | ||
2 | +.equ DDRA = 0x01 | ||
3 | +.equ PORTA = 0x02 | ||
4 | +.equ PINC = 0x06 | ||
5 | +.equ DDRC = 0x07 | ||
6 | +.equ PORTC = 0x08 | ||
7 | + | ||
8 | +.equ RAMEND = 0x21FF | ||
9 | +.equ SPH = 0x3E ; initialisation de la pile | ||
10 | +.equ SPL = 0x3D | ||
11 | + | ||
12 | +.org 0x000 | ||
13 | + ; Vecteur RESET | ||
14 | + jmp debut | ||
15 | + | ||
16 | + | ||
17 | +.org 0x0080 | ||
18 | + | ||
19 | + | ||
20 | +debut: | ||
21 | + DDRA@IO <- 0xFF | ||
22 | + DDRC@IO <- 0x0F | ||
23 | + PORTC@IO <- 0x00 | ||
24 | + SEI | ||
25 | + | ||
26 | +boucle: | ||
27 | + PORTA@IO <- PINC@IO | ||
28 | + ; PORTA@IO <- 0xAA | ||
29 | + saut boucle | ||
30 | + | ||
31 | +tempo: | ||
32 | + ldi r24,8 | ||
33 | +tempoA: | ||
34 | + subi r22,1 | ||
35 | + sbci r23,0 | ||
36 | + sbci r24,0 | ||
37 | + brcc tempoA | ||
38 | + ret | ||
39 | + |
No preview for this file type
@@ -0,0 +1,7457 @@ | @@ -0,0 +1,7457 @@ | ||
1 | +<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
2 | +<!-- Created with Fritzing (http://www.fritzing.org/) --> | ||
3 | +<svg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.2' baseProfile='tiny' x='0in' y='0in' width='7.1004in' height='5.28746in' viewBox='0 0 511.229 380.697' > | ||
4 | +<g partID='58010'><g transform='translate(72.1609,211.769)' ><g id="breadboardbreadboard"> | ||
5 | + <g id="icon"> | ||
6 | + <path d="M291.573,0l7.197,7.2L298.77,36l7.2,7.2l0,97.2l-7.2,7.2l0,0.765c0.001,1.565,-1.27,2.835,-2.835,2.835l0,0L20.806,151.2c-1.563,0,-2.834,-1.269,-2.834,-2.834c0,0,0,0,0,-0.001L17.972,2.834C17.972,1.269,19.242,0,20.806,0l0,0L291.573,0M287.037,144c0,2.504,2.026,4.535,4.533,4.535c2.506,0,4.534,-2.031,4.534,-4.535c0,-2.506,-2.028,-4.537,-4.534,-4.537C289.066,139.463,287.037,141.495,287.037,144zM56.635,7.2c-0.004,2.504,2.023,4.539,4.528,4.543c2.504,0.004,4.539,-2.022,4.543,-4.527c0,-0.005,0,-0.011,0,-0.016c0.004,-2.505,-2.023,-4.539,-4.529,-4.542c-2.505,-0.003,-4.538,2.024,-4.542,4.529C56.635,7.191,56.635,7.196,56.635,7.2L56.635,7.2zM269.037,7.2c0,2.504,2.026,4.535,4.533,4.535c2.506,0,4.534,-2.031,4.534,-4.535c0,-2.505,-2.028,-4.536,-4.534,-4.536C271.066,2.665,269.037,4.695,269.037,7.2zM53.036,144c-0.003,2.504,2.021,4.537,4.526,4.541s4.539,-2.023,4.542,-4.528c0,-0.005,0,-0.009,0,-0.013c0.004,-2.506,-2.021,-4.539,-4.526,-4.543s-4.538,2.021,-4.542,4.525C53.036,143.991,53.036,143.997,53.036,144zM200.635,50.4c-0.004,2.505,2.022,4.539,4.527,4.543s4.539,-2.023,4.543,-4.528c0,-0.005,0,-0.01,0,-0.016c0.004,-2.505,-2.021,-4.539,-4.526,-4.543c-2.506,-0.004,-4.539,2.022,-4.544,4.527C200.635,50.39,200.635,50.395,200.635,50.4zM200.635,129.6c-0.004,2.505,2.022,4.539,4.527,4.543s4.539,-2.021,4.543,-4.527c0,-0.006,0,-0.011,0,-0.016c0.004,-2.505,-2.021,-4.539,-4.526,-4.543c-2.506,-0.005,-4.539,2.021,-4.544,4.527C200.635,129.588,200.635,129.594,200.635,129.6zM225.567,144c-0.001,0.664,0.536,1.205,1.202,1.207s1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.201,-1.209c-0.666,0,-1.207,0.537,-1.208,1.203C225.567,143.997,225.567,143.999,225.567,144zM232.767,144c-0.002,0.664,0.537,1.205,1.201,1.207c0.665,0.002,1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.535,-1.207,-1.201,-1.209c-0.665,0,-1.205,0.537,-1.207,1.203C232.767,143.997,232.767,143.999,232.767,144zM239.966,144c0,0.664,0.537,1.205,1.203,1.207c0.665,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.202,-1.209c-0.665,0,-1.206,0.537,-1.208,1.203C239.966,143.997,239.966,143.999,239.966,144zM247.167,144c-0.002,0.664,0.536,1.205,1.201,1.207c0.666,0.002,1.207,-0.537,1.208,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.537,-1.207,-1.202,-1.209c-0.666,0,-1.206,0.537,-1.207,1.203C247.167,143.997,247.167,143.999,247.167,144zM254.367,144c-0.001,0.664,0.534,1.205,1.2,1.207c0.664,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.534,-1.207,-1.2,-1.209c-0.664,0,-1.205,0.537,-1.207,1.203C254.367,143.997,254.367,143.999,254.367,144zM261.567,144c-0.001,0.664,0.536,1.205,1.202,1.207s1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.201,-1.209c-0.666,0,-1.207,0.537,-1.208,1.203C261.567,143.997,261.567,143.999,261.567,144zM268.767,144c-0.002,0.664,0.536,1.205,1.201,1.207s1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.535,-1.207,-1.201,-1.209c-0.665,0,-1.205,0.537,-1.207,1.203C268.767,143.997,268.767,143.999,268.767,144zM275.966,144c0,0.664,0.537,1.205,1.203,1.207c0.665,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.202,-1.209c-0.665,0,-1.206,0.537,-1.208,1.203C275.966,143.997,275.966,143.999,275.966,144zM160.767,144c-0.002,0.664,0.537,1.205,1.201,1.207c0.665,0.002,1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.535,-1.207,-1.201,-1.209c-0.665,0,-1.205,0.537,-1.207,1.203C160.767,143.997,160.767,143.999,160.767,144zM167.966,144c0,0.664,0.537,1.205,1.203,1.207c0.665,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.202,-1.209c-0.665,0,-1.206,0.537,-1.208,1.203C167.966,143.997,167.966,143.999,167.966,144zM175.167,144c-0.002,0.664,0.536,1.205,1.201,1.207c0.666,0.002,1.207,-0.537,1.208,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.537,-1.207,-1.202,-1.209c-0.666,0,-1.206,0.537,-1.207,1.203C175.167,143.997,175.167,143.999,175.167,144zM182.367,144c-0.001,0.664,0.534,1.205,1.2,1.207c0.664,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.534,-1.207,-1.2,-1.209c-0.664,0,-1.205,0.537,-1.207,1.203C182.367,143.997,182.367,143.999,182.367,144zM189.567,144c-0.001,0.664,0.536,1.205,1.202,1.207s1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.201,-1.209c-0.666,0,-1.207,0.537,-1.208,1.203C189.567,143.997,189.567,143.999,189.567,144zM196.767,144c-0.002,0.664,0.537,1.205,1.201,1.207c0.665,0.002,1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.535,-1.207,-1.201,-1.209c-0.665,0,-1.205,0.537,-1.207,1.203C196.767,143.997,196.767,143.999,196.767,144zM203.966,144c0,0.664,0.537,1.205,1.203,1.207c0.665,0.002,1.205,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.002,-0.666,-0.537,-1.207,-1.202,-1.209c-0.665,0,-1.206,0.537,-1.208,1.203C203.966,143.997,203.966,143.999,203.966,144zM211.167,144c-0.002,0.664,0.536,1.205,1.201,1.207c0.666,0.002,1.207,-0.537,1.208,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.537,-1.207,-1.202,-1.209c-0.666,0,-1.206,0.537,-1.207,1.203C211.167,143.997,211.167,143.999,211.167,144zM261.567,7.2c-0.001,0.665,0.536,1.206,1.202,1.207c0.666,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.201,-1.208c-0.666,-0.001,-1.207,0.537,-1.208,1.202C261.567,7.197,261.567,7.198,261.567,7.2zM254.367,7.2c-0.001,0.665,0.534,1.206,1.2,1.207c0.664,0.001,1.205,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.534,-1.206,-1.2,-1.208c-0.664,-0.001,-1.205,0.537,-1.207,1.202C254.367,7.197,254.367,7.198,254.367,7.2zM247.167,7.2c-0.002,0.665,0.536,1.206,1.201,1.207c0.666,0.001,1.207,-0.537,1.208,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.537,-1.206,-1.202,-1.208c-0.666,-0.001,-1.206,0.537,-1.207,1.202C247.167,7.197,247.167,7.198,247.167,7.2zM239.966,7.2c0,0.665,0.537,1.206,1.203,1.207c0.665,0.001,1.205,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.202,-1.208c-0.665,-0.002,-1.206,0.537,-1.208,1.202C239.966,7.197,239.966,7.198,239.966,7.2zM232.767,7.2c-0.002,0.665,0.537,1.206,1.201,1.207c0.665,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.535,-1.206,-1.201,-1.208c-0.665,-0.001,-1.205,0.537,-1.207,1.202C232.767,7.197,232.767,7.198,232.767,7.2zM225.567,7.2c-0.001,0.665,0.536,1.206,1.202,1.207c0.666,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.201,-1.208c-0.666,-0.001,-1.207,0.537,-1.208,1.202C225.567,7.197,225.567,7.198,225.567,7.2zM218.367,7.2c-0.001,0.665,0.534,1.206,1.2,1.207c0.664,0.001,1.205,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.534,-1.206,-1.2,-1.208c-0.664,-0.001,-1.205,0.537,-1.207,1.202C218.367,7.197,218.367,7.198,218.367,7.2zM211.167,7.2c-0.002,0.665,0.536,1.206,1.201,1.207c0.666,0.001,1.207,-0.537,1.208,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.537,-1.206,-1.202,-1.208c-0.666,-0.001,-1.206,0.537,-1.207,1.202C211.167,7.197,211.167,7.198,211.167,7.2zM70.047,7.2c-0.002,0.665,0.535,1.207,1.201,1.208c0.666,0.002,1.207,-0.535,1.209,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.666,-0.002,-1.207,0.536,-1.209,1.201C70.047,7.195,70.047,7.197,70.047,7.2zM77.247,7.2c-0.002,0.665,0.536,1.207,1.201,1.208c0.664,0.002,1.205,-0.535,1.209,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.665,-0.002,-1.206,0.536,-1.208,1.201C77.247,7.195,77.247,7.197,77.247,7.2zM84.448,7.2c-0.005,0.665,0.532,1.207,1.198,1.208c0.665,0.002,1.207,-0.535,1.208,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.535,-1.207,-1.198,-1.209c-0.665,-0.002,-1.207,0.536,-1.208,1.201C84.448,7.195,84.448,7.197,84.448,7.2zM91.646,7.2c-0.002,0.665,0.536,1.207,1.201,1.208c0.666,0.002,1.207,-0.535,1.209,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.666,-0.002,-1.207,0.536,-1.209,1.201C91.646,7.195,91.646,7.197,91.646,7.2zM98.847,7.2c-0.003,0.665,0.534,1.207,1.2,1.208c0.666,0.002,1.207,-0.535,1.208,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.534,-1.207,-1.2,-1.209c-0.665,-0.002,-1.207,0.536,-1.208,1.201C98.847,7.195,98.847,7.197,98.847,7.2zM106.047,7.2c-0.002,0.665,0.536,1.207,1.201,1.208c0.666,0.002,1.207,-0.535,1.209,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.666,-0.002,-1.207,0.536,-1.209,1.201C106.047,7.195,106.047,7.197,106.047,7.2zM113.247,7.2c-0.002,0.665,0.535,1.207,1.201,1.208c0.664,0.002,1.205,-0.535,1.208,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.535,-1.207,-1.201,-1.209c-0.665,-0.002,-1.207,0.536,-1.208,1.201C113.247,7.195,113.247,7.197,113.247,7.2zM120.448,7.2c-0.005,0.665,0.532,1.207,1.197,1.208c0.666,0.002,1.207,-0.535,1.209,-1.201c0,-0.002,0,-0.005,0,-0.008c0.002,-0.666,-0.535,-1.207,-1.198,-1.209c-0.666,-0.002,-1.207,0.536,-1.208,1.201C120.448,7.195,120.448,7.197,120.448,7.2zM127.647,7.2c-0.001,0.665,0.537,1.206,1.202,1.207c0.665,0.001,1.206,-0.537,1.208,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.665,-0.002,-1.206,0.536,-1.208,1.201C127.647,7.195,127.647,7.197,127.647,7.2L127.647,7.2zM134.847,7.2c-0.001,0.665,0.536,1.206,1.201,1.207c0.666,0.001,1.206,-0.537,1.208,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.537,-1.206,-1.201,-1.208c-0.665,-0.001,-1.206,0.537,-1.207,1.202C134.847,7.197,134.847,7.198,134.847,7.2zM95.967,144c-0.002,0.664,0.535,1.205,1.201,1.207c0.665,0.004,1.207,-0.535,1.208,-1.199c0,-0.004,0,-0.006,0,-0.008c0.002,-0.666,-0.535,-1.207,-1.201,-1.209s-1.207,0.535,-1.208,1.201C95.967,143.995,95.967,143.999,95.967,144zM103.167,144c-0.002,0.664,0.535,1.205,1.201,1.207c0.666,0.004,1.207,-0.535,1.208,-1.199c0,-0.004,0,-0.006,0,-0.008c0.002,-0.666,-0.535,-1.207,-1.2,-1.209c-0.666,-0.002,-1.207,0.535,-1.209,1.201C103.167,143.995,103.167,143.999,103.167,144zM110.367,144c-0.002,0.664,0.532,1.205,1.198,1.207c0.665,0.004,1.207,-0.535,1.208,-1.199c0,-0.004,0,-0.006,0,-0.008c0.002,-0.666,-0.532,-1.207,-1.198,-1.209s-1.207,0.535,-1.208,1.201C110.367,143.995,110.367,143.999,110.367,144zM117.567,144c-0.002,0.664,0.536,1.205,1.201,1.207c0.666,0.004,1.207,-0.535,1.209,-1.199c0,-0.004,0,-0.006,0,-0.008c0.002,-0.666,-0.536,-1.207,-1.201,-1.209c-0.666,-0.002,-1.207,0.535,-1.209,1.201C117.567,143.995,117.567,143.999,117.567,144zM124.767,144c-0.002,0.664,0.534,1.205,1.2,1.207c0.665,0.004,1.207,-0.535,1.208,-1.199c0,-0.004,0,-0.006,0,-0.008c0.002,-0.666,-0.534,-1.207,-1.2,-1.209c-0.665,-0.002,-1.207,0.535,-1.208,1.201C124.767,143.995,124.767,143.999,124.767,144zM131.967,144c-0.001,0.664,0.537,1.205,1.202,1.207c0.666,0.002,1.206,-0.537,1.208,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.537,-1.207,-1.202,-1.209c-0.665,0,-1.206,0.537,-1.208,1.203C131.967,143.997,131.967,143.999,131.967,144zM139.167,144c-0.001,0.664,0.537,1.205,1.202,1.207s1.206,-0.537,1.208,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.537,-1.207,-1.202,-1.209c-0.666,0,-1.206,0.537,-1.208,1.203C139.167,143.997,139.167,143.999,139.167,144zM146.367,144c-0.001,0.664,0.534,1.205,1.199,1.207s1.206,-0.537,1.207,-1.203c0,-0.002,0,-0.004,0,-0.004c0.001,-0.666,-0.535,-1.207,-1.199,-1.209c-0.665,0,-1.206,0.537,-1.207,1.203C146.367,143.997,146.367,143.999,146.367,144zM196.767,7.2c-0.002,0.665,0.537,1.206,1.201,1.207c0.665,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.535,-1.206,-1.201,-1.208c-0.665,-0.001,-1.205,0.537,-1.207,1.202C196.767,7.197,196.767,7.198,196.767,7.2zM189.567,7.2c-0.001,0.665,0.536,1.206,1.202,1.207c0.666,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.201,-1.208c-0.666,-0.001,-1.207,0.537,-1.208,1.202C189.567,7.197,189.567,7.198,189.567,7.2zM182.367,7.2c-0.001,0.665,0.534,1.206,1.2,1.207c0.664,0.001,1.205,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.534,-1.206,-1.2,-1.208c-0.664,-0.001,-1.205,0.537,-1.207,1.202C182.367,7.197,182.367,7.198,182.367,7.2zM175.167,7.2c-0.002,0.665,0.536,1.206,1.201,1.207c0.666,0.001,1.207,-0.537,1.208,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.537,-1.206,-1.202,-1.208c-0.666,-0.001,-1.206,0.537,-1.207,1.202C175.167,7.197,175.167,7.198,175.167,7.2zM167.966,7.2c0,0.665,0.537,1.206,1.203,1.207c0.665,0.001,1.205,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.202,-1.208c-0.665,-0.002,-1.206,0.537,-1.208,1.202C167.966,7.197,167.966,7.198,167.966,7.2zM160.767,7.2c-0.002,0.665,0.537,1.206,1.201,1.207c0.665,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.535,-1.206,-1.201,-1.208c-0.665,-0.001,-1.205,0.537,-1.207,1.202C160.767,7.197,160.767,7.198,160.767,7.2zM153.567,7.2c-0.001,0.665,0.536,1.206,1.202,1.207c0.666,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.002,-0.666,-0.537,-1.206,-1.201,-1.208c-0.666,-0.001,-1.207,0.537,-1.208,1.202C153.567,7.197,153.567,7.198,153.567,7.2zM146.367,7.2c-0.001,0.665,0.534,1.206,1.199,1.207c0.665,0.001,1.206,-0.537,1.207,-1.202c0,-0.001,0,-0.003,0,-0.005c0.001,-0.666,-0.535,-1.206,-1.199,-1.208c-0.665,-0.001,-1.206,0.537,-1.207,1.202C146.367,7.197,146.367,7.198,146.367,7.2zM283.026,7.2c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346c0,-0.743,-0.602,-1.347,-1.346,-1.347S283.026,6.457,283.026,7.2zM290.226,7.2c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346c0,-0.743,-0.604,-1.347,-1.348,-1.347C290.83,5.854,290.226,6.457,290.226,7.2zM283.026,14.4c0,0.744,0.604,1.347,1.35,1.347s1.346,-0.603,1.346,-1.347s-0.602,-1.346,-1.346,-1.346S283.026,13.656,283.026,14.4zM290.226,14.4c0,0.744,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.603,1.348,-1.347s-0.604,-1.346,-1.348,-1.346C290.83,13.054,290.226,13.656,290.226,14.4zM283.026,21.6c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346s-0.602,-1.347,-1.346,-1.347S283.026,20.856,283.026,21.6L283.026,21.6zM290.226,21.6c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346s-0.604,-1.347,-1.348,-1.347C290.83,20.253,290.226,20.856,290.226,21.6L290.226,21.6zM283.026,28.8c0,0.744,0.604,1.347,1.35,1.347s1.346,-0.603,1.346,-1.347c0,-0.744,-0.602,-1.346,-1.346,-1.346S283.026,28.056,283.026,28.8zM290.226,28.8c0,0.744,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.603,1.348,-1.347c0,-0.744,-0.604,-1.346,-1.348,-1.346C290.83,27.454,290.226,28.056,290.226,28.8zM283.026,36c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346s-0.602,-1.346,-1.346,-1.346S283.026,35.256,283.026,36zM290.226,36c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346s-0.604,-1.346,-1.348,-1.346C290.83,34.654,290.226,35.256,290.226,36zM283.026,43.2c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346c0,-0.743,-0.602,-1.347,-1.346,-1.347S283.026,42.457,283.026,43.2L283.026,43.2zM290.226,43.2c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346c0,-0.743,-0.604,-1.347,-1.348,-1.347C290.83,41.854,290.226,42.457,290.226,43.2L290.226,43.2zM283.026,50.4c0,0.744,0.604,1.347,1.35,1.347s1.346,-0.603,1.346,-1.347s-0.602,-1.346,-1.346,-1.346S283.026,49.656,283.026,50.4L283.026,50.4zM290.226,50.4c0,0.744,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.603,1.348,-1.347s-0.604,-1.346,-1.348,-1.346C290.83,49.054,290.226,49.656,290.226,50.4L290.226,50.4zM283.026,57.6c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346s-0.602,-1.347,-1.346,-1.347S283.026,56.856,283.026,57.6zM290.226,57.6c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346s-0.604,-1.347,-1.348,-1.347C290.83,56.253,290.226,56.856,290.226,57.6zM283.026,64.8c0,0.744,0.604,1.347,1.35,1.347s1.346,-0.603,1.346,-1.347c0,-0.744,-0.602,-1.346,-1.346,-1.346S283.026,64.056,283.026,64.8zM290.226,64.8c0,0.744,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.603,1.348,-1.347c0,-0.744,-0.604,-1.346,-1.348,-1.346C290.83,63.454,290.226,64.056,290.226,64.8zM283.026,72c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.603,1.346,-1.346s-0.602,-1.346,-1.346,-1.346S283.026,71.256,283.026,72zM290.226,72c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.603,1.348,-1.346s-0.604,-1.346,-1.348,-1.346C290.83,70.654,290.226,71.256,290.226,72zM283.026,79.2c0,0.744,0.604,1.348,1.35,1.348s1.346,-0.604,1.346,-1.348c0,-0.742,-0.602,-1.346,-1.346,-1.346S283.026,78.458,283.026,79.2zM290.226,79.2c0,0.744,0.604,1.348,1.349,1.348c0.741,0,1.348,-0.604,1.348,-1.348c0,-0.742,-0.604,-1.346,-1.348,-1.346C290.83,77.854,290.226,78.458,290.226,79.2zM283.026,86.4c0,0.743,0.604,1.347,1.35,1.347s1.346,-0.604,1.346,-1.347s-0.602,-1.347,-1.346,-1.347S283.026,85.657,283.026,86.4L283.026,86.4zM290.226,86.4c0,0.743,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.604,1.348,-1.347s-0.604,-1.347,-1.348,-1.347C290.83,85.053,290.226,85.657,290.226,86.4L290.226,86.4zM283.026,93.6c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.602,1.346,-1.346s-0.602,-1.348,-1.346,-1.348S283.026,92.856,283.026,93.6zM290.226,93.6c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.602,1.348,-1.346s-0.604,-1.348,-1.348,-1.348C290.83,92.252,290.226,92.856,290.226,93.6zM283.026,100.799c0,0.744,0.604,1.348,1.35,1.348s1.346,-0.604,1.346,-1.348c0,-0.743,-0.602,-1.346,-1.346,-1.346S283.026,100.056,283.026,100.799L283.026,100.799zM290.226,100.799c0,0.744,0.604,1.348,1.349,1.348c0.741,0,1.348,-0.604,1.348,-1.348c0,-0.743,-0.604,-1.346,-1.348,-1.346C290.83,99.454,290.226,100.056,290.226,100.799L290.226,100.799zM283.026,108c0,0.742,0.604,1.346,1.35,1.346s1.346,-0.604,1.346,-1.346c0,-0.744,-0.602,-1.351,-1.346,-1.351S283.026,107.256,283.026,108zM290.226,108c0,0.742,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.604,1.348,-1.346c0,-0.744,-0.604,-1.351,-1.348,-1.351C290.83,106.654,290.226,107.256,290.226,108zM283.026,115.2c0,0.744,0.604,1.348,1.35,1.348s1.346,-0.604,1.346,-1.348c0,-0.742,-0.602,-1.346,-1.346,-1.346S283.026,114.458,283.026,115.2zM290.226,115.2c0,0.744,0.604,1.348,1.349,1.348c0.741,0,1.348,-0.604,1.348,-1.348c0,-0.742,-0.604,-1.346,-1.348,-1.346C290.83,113.854,290.226,114.458,290.226,115.2zM283.026,122.4c0,0.743,0.604,1.347,1.35,1.347s1.346,-0.604,1.346,-1.347s-0.602,-1.347,-1.346,-1.347S283.026,121.657,283.026,122.4zM290.226,122.4c0,0.743,0.604,1.347,1.349,1.347c0.741,0,1.348,-0.604,1.348,-1.347s-0.604,-1.347,-1.348,-1.347C290.83,121.053,290.226,121.657,290.226,122.4zM283.026,129.6c0,0.744,0.604,1.346,1.35,1.346s1.346,-0.602,1.346,-1.346s-0.602,-1.348,-1.346,-1.348S283.026,128.856,283.026,129.6zM290.226,129.6c0,0.744,0.604,1.346,1.349,1.346c0.741,0,1.348,-0.602,1.348,-1.346s-0.604,-1.348,-1.348,-1.348C290.83,128.252,290.226,128.856,290.226,129.6z" fill="#0F7391"/> | ||
7 | + <g > | ||
8 | + <title >layer 21</title> | ||
9 | + <line x2="284.373" x1="284.373" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="135" y2="136.44"/> | ||
10 | + <line x2="291.573" x1="284.373" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="136.44" y2="136.44"/> | ||
11 | + <line x2="291.573" x1="291.573" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="136.44" y2="135"/> | ||
12 | + <line x2="284.373" x1="284.373" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="3.6" y2="1.8"/> | ||
13 | + <line x2="291.573" x1="284.373" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="1.8" y2="1.8"/> | ||
14 | + <line x2="291.573" x1="291.573" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="1.8" y2="3.6"/> | ||
15 | + <line x2="186.82" x1="97.811" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="29.16" y2="29.16"/> | ||
16 | + <line x2="264.173" x1="189.392" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="38.16" y2="38.16"/> | ||
17 | + <polyline stroke="#FFFFFF" fill="none" stroke-width="0.864" points="161.212,123.84,265.177,123.84,267.698,126.36,279.576,126.36" stroke-linecap="round"/> | ||
18 | + <line x2="151.16" x1="117.201" stroke="#FFFFFF" fill="none" stroke-width="0.864" stroke-linecap="round" y1="123.84" y2="123.84"/> | ||
19 | + <polyline stroke="#FFFFFF" fill="none" stroke-width="0.864" points="266.103,121.016,266.103,38.16,269.342,34.92,269.342,13.017" stroke-linecap="round"/> | ||
20 | + <g > | ||
21 | + <g > | ||
22 | + <g transform="matrix(1, 0, 0, 1, 199.772, 16.2)"> | ||
23 | + <g > | ||
24 | + <g transform="rotate(270)"> | ||
25 | + <g > | ||
26 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, -0.000244141)"> | ||
27 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">0</text> | ||
28 | + </g> | ||
29 | + </g> | ||
30 | + </g> | ||
31 | + </g> | ||
32 | + </g> | ||
33 | + </g> | ||
34 | + </g> | ||
35 | + <g > | ||
36 | + <g > | ||
37 | + <g transform="matrix(1, 0, 0, 1, 192.572, 16.2)"> | ||
38 | + <g > | ||
39 | + <g transform="rotate(270)"> | ||
40 | + <g > | ||
41 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000549316)"> | ||
42 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">1</text> | ||
43 | + </g> | ||
44 | + </g> | ||
45 | + </g> | ||
46 | + </g> | ||
47 | + </g> | ||
48 | + </g> | ||
49 | + </g> | ||
50 | + <g > | ||
51 | + <g > | ||
52 | + <g transform="matrix(1, 0, 0, 1, 185.372, 16.2)"> | ||
53 | + <g > | ||
54 | + <g transform="rotate(270)"> | ||
55 | + <g > | ||
56 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.0013)"> | ||
57 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">2</text> | ||
58 | + </g> | ||
59 | + </g> | ||
60 | + </g> | ||
61 | + </g> | ||
62 | + </g> | ||
63 | + </g> | ||
64 | + </g> | ||
65 | + <g > | ||
66 | + <g > | ||
67 | + <g transform="matrix(1, 0, 0, 1, 178.172, 16.2)"> | ||
68 | + <g > | ||
69 | + <g transform="rotate(270)"> | ||
70 | + <g > | ||
71 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000183106)"> | ||
72 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">3</text> | ||
73 | + </g> | ||
74 | + </g> | ||
75 | + </g> | ||
76 | + </g> | ||
77 | + </g> | ||
78 | + </g> | ||
79 | + </g> | ||
80 | + <g > | ||
81 | + <g > | ||
82 | + <g transform="matrix(1, 0, 0, 1, 170.972, 16.2)"> | ||
83 | + <g > | ||
84 | + <g transform="rotate(270)"> | ||
85 | + <g > | ||
86 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000976563)"> | ||
87 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">4</text> | ||
88 | + </g> | ||
89 | + </g> | ||
90 | + </g> | ||
91 | + </g> | ||
92 | + </g> | ||
93 | + </g> | ||
94 | + </g> | ||
95 | + <g > | ||
96 | + <g > | ||
97 | + <g transform="matrix(1, 0, 0, 1, 163.772, 16.2)"> | ||
98 | + <g > | ||
99 | + <g transform="rotate(270)"> | ||
100 | + <g > | ||
101 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, -0.000244141)"> | ||
102 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">5</text> | ||
103 | + </g> | ||
104 | + </g> | ||
105 | + </g> | ||
106 | + </g> | ||
107 | + </g> | ||
108 | + </g> | ||
109 | + </g> | ||
110 | + <g > | ||
111 | + <g > | ||
112 | + <g transform="matrix(1, 0, 0, 1, 156.572, 16.2)"> | ||
113 | + <g > | ||
114 | + <g transform="rotate(270)"> | ||
115 | + <g > | ||
116 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000549316)"> | ||
117 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">6</text> | ||
118 | + </g> | ||
119 | + </g> | ||
120 | + </g> | ||
121 | + </g> | ||
122 | + </g> | ||
123 | + </g> | ||
124 | + </g> | ||
125 | + <g > | ||
126 | + <g > | ||
127 | + <g transform="matrix(1, 0, 0, 1, 149.372, 16.2)"> | ||
128 | + <g > | ||
129 | + <g transform="rotate(270)"> | ||
130 | + <g > | ||
131 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000366211)"> | ||
132 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">7</text> | ||
133 | + </g> | ||
134 | + </g> | ||
135 | + </g> | ||
136 | + </g> | ||
137 | + </g> | ||
138 | + </g> | ||
139 | + </g> | ||
140 | + <g > | ||
141 | + <g > | ||
142 | + <g transform="matrix(1, 0, 0, 1, 138.572, 16.2)"> | ||
143 | + <g > | ||
144 | + <g transform="rotate(270)"> | ||
145 | + <g > | ||
146 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000549316)"> | ||
147 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">8</text> | ||
148 | + </g> | ||
149 | + </g> | ||
150 | + </g> | ||
151 | + </g> | ||
152 | + </g> | ||
153 | + </g> | ||
154 | + </g> | ||
155 | + <g > | ||
156 | + <g > | ||
157 | + <g transform="matrix(1, 0, 0, 1, 131.372, 16.2)"> | ||
158 | + <g > | ||
159 | + <g transform="rotate(270)"> | ||
160 | + <g > | ||
161 | + <g transform="matrix(1, 0, 0, 1, 0.000305176, 0.000366211)"> | ||
162 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">9</text> | ||
163 | + </g> | ||
164 | + </g> | ||
165 | + </g> | ||
166 | + </g> | ||
167 | + </g> | ||
168 | + </g> | ||
169 | + </g> | ||
170 | + <g > | ||
171 | + <g > | ||
172 | + <g transform="matrix(1, 0, 0, 1, 124.172, 19.8)"> | ||
173 | + <g > | ||
174 | + <g transform="rotate(270)"> | ||
175 | + <g > | ||
176 | + <g transform="matrix(1, 0, 0, 1, 0.000671387, 0.000183106)"> | ||
177 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">10</text> | ||
178 | + </g> | ||
179 | + </g> | ||
180 | + </g> | ||
181 | + </g> | ||
182 | + </g> | ||
183 | + </g> | ||
184 | + </g> | ||
185 | + <g > | ||
186 | + <g > | ||
187 | + <g transform="matrix(1, 0, 0, 1, 116.972, 19.8)"> | ||
188 | + <g > | ||
189 | + <g transform="rotate(270)"> | ||
190 | + <g > | ||
191 | + <g transform="matrix(1, 0, 0, 1, 0.000671387, 0)"> | ||
192 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">11</text> | ||
193 | + </g> | ||
194 | + </g> | ||
195 | + </g> | ||
196 | + </g> | ||
197 | + </g> | ||
198 | + </g> | ||
199 | + </g> | ||
200 | + <g > | ||
201 | + <g > | ||
202 | + <g transform="matrix(1, 0, 0, 1, 109.772, 19.8)"> | ||
203 | + <g > | ||
204 | + <g transform="rotate(270)"> | ||
205 | + <g > | ||
206 | + <g transform="matrix(1, 0, 0, 1, 0.000671387, -0.000213623)"> | ||
207 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">12</text> | ||
208 | + </g> | ||
209 | + </g> | ||
210 | + </g> | ||
211 | + </g> | ||
212 | + </g> | ||
213 | + </g> | ||
214 | + </g> | ||
215 | + <g > | ||
216 | + <g > | ||
217 | + <g transform="matrix(1, 0, 0, 1, 102.572, 19.8)"> | ||
218 | + <g > | ||
219 | + <g transform="rotate(270)"> | ||
220 | + <g > | ||
221 | + <g transform="matrix(1, 0, 0, 1, 0.000671387, 0.000579834)"> | ||
222 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">13</text> | ||
223 | + </g> | ||
224 | + </g> | ||
225 | + </g> | ||
226 | + </g> | ||
227 | + </g> | ||
228 | + </g> | ||
229 | + </g> | ||
230 | + <g > | ||
231 | + <title >text:0</title> | ||
232 | + <g transform="matrix(1, 0, 0, 1, 164.132, 137.88)"> | ||
233 | + <g > | ||
234 | + <g transform="rotate(270)"> | ||
235 | + <g > | ||
236 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0421)"> | ||
237 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A0</text> | ||
238 | + </g> | ||
239 | + </g> | ||
240 | + </g> | ||
241 | + </g> | ||
242 | + </g> | ||
243 | + </g> | ||
244 | + <g > | ||
245 | + <title >text:1</title> | ||
246 | + <g transform="matrix(1, 0, 0, 1, 170.612, 137.88)"> | ||
247 | + <g > | ||
248 | + <g transform="rotate(270)"> | ||
249 | + <g > | ||
250 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0426)"> | ||
251 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A1</text> | ||
252 | + </g> | ||
253 | + </g> | ||
254 | + </g> | ||
255 | + </g> | ||
256 | + </g> | ||
257 | + </g> | ||
258 | + <g > | ||
259 | + <title >text:2</title> | ||
260 | + <g transform="matrix(1, 0, 0, 1, 178.532, 137.88)"> | ||
261 | + <g > | ||
262 | + <g transform="rotate(270)"> | ||
263 | + <g > | ||
264 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0425)"> | ||
265 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A2</text> | ||
266 | + </g> | ||
267 | + </g> | ||
268 | + </g> | ||
269 | + </g> | ||
270 | + </g> | ||
271 | + </g> | ||
272 | + <g > | ||
273 | + <title >text:3</title> | ||
274 | + <g transform="matrix(1, 0, 0, 1, 185.732, 137.88)"> | ||
275 | + <g > | ||
276 | + <g transform="rotate(270)"> | ||
277 | + <g > | ||
278 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0417)"> | ||
279 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A3</text> | ||
280 | + </g> | ||
281 | + </g> | ||
282 | + </g> | ||
283 | + </g> | ||
284 | + </g> | ||
285 | + </g> | ||
286 | + <g > | ||
287 | + <title >text:4</title> | ||
288 | + <g transform="matrix(1, 0, 0, 1, 192.932, 137.88)"> | ||
289 | + <g > | ||
290 | + <g transform="rotate(270)"> | ||
291 | + <g > | ||
292 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0429)"> | ||
293 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A4</text> | ||
294 | + </g> | ||
295 | + </g> | ||
296 | + </g> | ||
297 | + </g> | ||
298 | + </g> | ||
299 | + </g> | ||
300 | + <g > | ||
301 | + <title >text:5</title> | ||
302 | + <g transform="matrix(1, 0, 0, 1, 199.772, 137.88)"> | ||
303 | + <g > | ||
304 | + <g transform="rotate(270)"> | ||
305 | + <g > | ||
306 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0427)"> | ||
307 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A5</text> | ||
308 | + </g> | ||
309 | + </g> | ||
310 | + </g> | ||
311 | + </g> | ||
312 | + </g> | ||
313 | + </g> | ||
314 | + <g > | ||
315 | + <title >text:6</title> | ||
316 | + <g transform="matrix(1, 0, 0, 1, 206.972, 137.88)"> | ||
317 | + <g > | ||
318 | + <g transform="rotate(270)"> | ||
319 | + <g > | ||
320 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0419)"> | ||
321 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">6</text> | ||
322 | + </g> | ||
323 | + </g> | ||
324 | + </g> | ||
325 | + </g> | ||
326 | + </g> | ||
327 | + </g> | ||
328 | + <g > | ||
329 | + <title >text:7</title> | ||
330 | + <g transform="matrix(1, 0, 0, 1, 214.532, 137.88)"> | ||
331 | + <g > | ||
332 | + <g transform="rotate(270)"> | ||
333 | + <g > | ||
334 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0425)"> | ||
335 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A7</text> | ||
336 | + </g> | ||
337 | + </g> | ||
338 | + </g> | ||
339 | + </g> | ||
340 | + </g> | ||
341 | + </g> | ||
342 | + <g > | ||
343 | + <title >text:8</title> | ||
344 | + <g transform="matrix(1, 0, 0, 1, 228.932, 137.88)"> | ||
345 | + <g > | ||
346 | + <g transform="rotate(270)"> | ||
347 | + <g > | ||
348 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0428)"> | ||
349 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A8</text> | ||
350 | + </g> | ||
351 | + </g> | ||
352 | + </g> | ||
353 | + </g> | ||
354 | + </g> | ||
355 | + </g> | ||
356 | + <g > | ||
357 | + <title >text:9</title> | ||
358 | + <g transform="matrix(1, 0, 0, 1, 236.132, 137.88)"> | ||
359 | + <g > | ||
360 | + <g transform="rotate(270)"> | ||
361 | + <g > | ||
362 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0421)"> | ||
363 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A9</text> | ||
364 | + </g> | ||
365 | + </g> | ||
366 | + </g> | ||
367 | + </g> | ||
368 | + </g> | ||
369 | + </g> | ||
370 | + <g > | ||
371 | + <title >text:10</title> | ||
372 | + <g transform="matrix(1, 0, 0, 1, 243.332, 137.88)"> | ||
373 | + <g > | ||
374 | + <g transform="rotate(270)"> | ||
375 | + <g > | ||
376 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0432)"> | ||
377 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A10</text> | ||
378 | + </g> | ||
379 | + </g> | ||
380 | + </g> | ||
381 | + </g> | ||
382 | + </g> | ||
383 | + </g> | ||
384 | + <g > | ||
385 | + <title >text:11</title> | ||
386 | + <g transform="matrix(1, 0, 0, 1, 250.532, 137.88)"> | ||
387 | + <g > | ||
388 | + <g transform="rotate(270)"> | ||
389 | + <g > | ||
390 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0424)"> | ||
391 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A11</text> | ||
392 | + </g> | ||
393 | + </g> | ||
394 | + </g> | ||
395 | + </g> | ||
396 | + </g> | ||
397 | + </g> | ||
398 | + <g > | ||
399 | + <title >text:12</title> | ||
400 | + <g transform="matrix(1, 0, 0, 1, 257.732, 137.88)"> | ||
401 | + <g > | ||
402 | + <g transform="rotate(270)"> | ||
403 | + <g > | ||
404 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0416)"> | ||
405 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A12</text> | ||
406 | + </g> | ||
407 | + </g> | ||
408 | + </g> | ||
409 | + </g> | ||
410 | + </g> | ||
411 | + </g> | ||
412 | + <g > | ||
413 | + <title >text:13</title> | ||
414 | + <g transform="matrix(1, 0, 0, 1, 264.932, 137.88)"> | ||
415 | + <g > | ||
416 | + <g transform="rotate(270)"> | ||
417 | + <g > | ||
418 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0428)"> | ||
419 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A13</text> | ||
420 | + </g> | ||
421 | + </g> | ||
422 | + </g> | ||
423 | + </g> | ||
424 | + </g> | ||
425 | + </g> | ||
426 | + <g > | ||
427 | + <title >text:14</title> | ||
428 | + <g transform="matrix(1, 0, 0, 1, 272.132, 137.88)"> | ||
429 | + <g > | ||
430 | + <g transform="rotate(270)"> | ||
431 | + <g > | ||
432 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.042)"> | ||
433 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A14</text> | ||
434 | + </g> | ||
435 | + </g> | ||
436 | + </g> | ||
437 | + </g> | ||
438 | + </g> | ||
439 | + </g> | ||
440 | + <g > | ||
441 | + <title >text:15</title> | ||
442 | + <g transform="matrix(1, 0, 0, 1, 278.972, 137.88)"> | ||
443 | + <g > | ||
444 | + <g transform="rotate(270)"> | ||
445 | + <g > | ||
446 | + <g transform="matrix(1, 0, 0, 1, -0.6293, 0.0419)"> | ||
447 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">A15</text> | ||
448 | + </g> | ||
449 | + </g> | ||
450 | + </g> | ||
451 | + </g> | ||
452 | + </g> | ||
453 | + </g> | ||
454 | + <g > | ||
455 | + <title >text:22</title> | ||
456 | + <g transform="matrix(1, 0, 0, 1, 273.572, 16.1997)"> | ||
457 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">22</text> | ||
458 | + </g> | ||
459 | + </g> | ||
460 | + <g > | ||
461 | + <title >text:24</title> | ||
462 | + <g transform="matrix(1, 0, 0, 1, 273.572, 23.3999)"> | ||
463 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">24</text> | ||
464 | + </g> | ||
465 | + </g> | ||
466 | + <g > | ||
467 | + <title >text:26</title> | ||
468 | + <g transform="matrix(1, 0, 0, 1, 273.572, 30.6001)"> | ||
469 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">26</text> | ||
470 | + </g> | ||
471 | + </g> | ||
472 | + <g > | ||
473 | + <title >text:28</title> | ||
474 | + <g transform="matrix(1, 0, 0, 1, 273.572, 37.8003)"> | ||
475 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">28</text> | ||
476 | + </g> | ||
477 | + </g> | ||
478 | + <g > | ||
479 | + <title >text:30</title> | ||
480 | + <g transform="matrix(1, 0, 0, 1, 273.572, 45.0005)"> | ||
481 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">30</text> | ||
482 | + </g> | ||
483 | + </g> | ||
484 | + <g > | ||
485 | + <title >text:31</title> | ||
486 | + <g transform="matrix(1, 0, 0, 1, 296.973, 45.0005)"> | ||
487 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">31</text> | ||
488 | + </g> | ||
489 | + </g> | ||
490 | + <g > | ||
491 | + <title >text:32</title> | ||
492 | + <g transform="matrix(1, 0, 0, 1, 273.572, 52.1997)"> | ||
493 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">32</text> | ||
494 | + </g> | ||
495 | + </g> | ||
496 | + <g > | ||
497 | + <title >text:33</title> | ||
498 | + <g transform="matrix(1, 0, 0, 1, 296.973, 52.1997)"> | ||
499 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">33</text> | ||
500 | + </g> | ||
501 | + </g> | ||
502 | + <g > | ||
503 | + <title >text:34</title> | ||
504 | + <g transform="matrix(1, 0, 0, 1, 273.572, 59.3999)"> | ||
505 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">34</text> | ||
506 | + </g> | ||
507 | + </g> | ||
508 | + <g > | ||
509 | + <title >text:35</title> | ||
510 | + <g transform="matrix(1, 0, 0, 1, 296.973, 59.3999)"> | ||
511 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">35</text> | ||
512 | + </g> | ||
513 | + </g> | ||
514 | + <g > | ||
515 | + <title >text:36</title> | ||
516 | + <g transform="matrix(1, 0, 0, 1, 273.572, 66.6001)"> | ||
517 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">36</text> | ||
518 | + </g> | ||
519 | + </g> | ||
520 | + <g > | ||
521 | + <title >text:37</title> | ||
522 | + <g transform="matrix(1, 0, 0, 1, 296.973, 66.6001)"> | ||
523 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">37</text> | ||
524 | + </g> | ||
525 | + </g> | ||
526 | + <g > | ||
527 | + <title >text:38</title> | ||
528 | + <g transform="matrix(1, 0, 0, 1, 273.572, 73.8003)"> | ||
529 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">38</text> | ||
530 | + </g> | ||
531 | + </g> | ||
532 | + <g > | ||
533 | + <title >text:39</title> | ||
534 | + <g transform="matrix(1, 0, 0, 1, 296.973, 73.8003)"> | ||
535 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">39</text> | ||
536 | + </g> | ||
537 | + </g> | ||
538 | + <g > | ||
539 | + <title >text:41</title> | ||
540 | + <g transform="matrix(1, 0, 0, 1, 296.973, 81.0005)"> | ||
541 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">41</text> | ||
542 | + </g> | ||
543 | + </g> | ||
544 | + <g > | ||
545 | + <title >text:40</title> | ||
546 | + <g transform="matrix(1, 0, 0, 1, 273.572, 81.0005)"> | ||
547 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">40</text> | ||
548 | + </g> | ||
549 | + </g> | ||
550 | + <g > | ||
551 | + <title >text:43</title> | ||
552 | + <g transform="matrix(1, 0, 0, 1, 296.973, 88.1997)"> | ||
553 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">43</text> | ||
554 | + </g> | ||
555 | + </g> | ||
556 | + <g > | ||
557 | + <title >text:42</title> | ||
558 | + <g transform="matrix(1, 0, 0, 1, 273.572, 88.1997)"> | ||
559 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">42</text> | ||
560 | + </g> | ||
561 | + </g> | ||
562 | + <g > | ||
563 | + <title >text:45</title> | ||
564 | + <g transform="matrix(1, 0, 0, 1, 296.973, 95.3999)"> | ||
565 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">45</text> | ||
566 | + </g> | ||
567 | + </g> | ||
568 | + <g > | ||
569 | + <title >text:47</title> | ||
570 | + <g transform="matrix(1, 0, 0, 1, 296.973, 102.6)"> | ||
571 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">47</text> | ||
572 | + </g> | ||
573 | + </g> | ||
574 | + <g > | ||
575 | + <title >text:49</title> | ||
576 | + <g transform="matrix(1, 0, 0, 1, 296.973, 109.8)"> | ||
577 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">49</text> | ||
578 | + </g> | ||
579 | + </g> | ||
580 | + <g > | ||
581 | + <title >text:51</title> | ||
582 | + <g transform="matrix(1, 0, 0, 1, 296.973, 117)"> | ||
583 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">51</text> | ||
584 | + </g> | ||
585 | + </g> | ||
586 | + <g > | ||
587 | + <title >text:44</title> | ||
588 | + <g transform="matrix(1, 0, 0, 1, 273.572, 95.3999)"> | ||
589 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">44</text> | ||
590 | + </g> | ||
591 | + </g> | ||
592 | + <g > | ||
593 | + <title >text:46</title> | ||
594 | + <g transform="matrix(1, 0, 0, 1, 273.572, 102.6)"> | ||
595 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">46</text> | ||
596 | + </g> | ||
597 | + </g> | ||
598 | + <g > | ||
599 | + <title >text:50</title> | ||
600 | + <g transform="matrix(1, 0, 0, 1, 273.572, 117)"> | ||
601 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">50</text> | ||
602 | + </g> | ||
603 | + </g> | ||
604 | + <g > | ||
605 | + <title >text:48</title> | ||
606 | + <g transform="matrix(1, 0, 0, 1, 273.572, 109.8)"> | ||
607 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">48</text> | ||
608 | + </g> | ||
609 | + </g> | ||
610 | + <g > | ||
611 | + <title >text:53</title> | ||
612 | + <g transform="matrix(1, 0, 0, 1, 296.973, 124.2)"> | ||
613 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">53</text> | ||
614 | + </g> | ||
615 | + </g> | ||
616 | + <g > | ||
617 | + <title >text:52</title> | ||
618 | + <g transform="matrix(1, 0, 0, 1, 273.572, 124.2)"> | ||
619 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">52</text> | ||
620 | + </g> | ||
621 | + </g> | ||
622 | + <g > | ||
623 | + <title >element:C1</title> | ||
624 | + <g > | ||
625 | + <title >package:C0603-ROUND</title> | ||
626 | + </g> | ||
627 | + </g> | ||
628 | + <g > | ||
629 | + <title >element:C2</title> | ||
630 | + <g > | ||
631 | + <title >package:C0603-ROUND</title> | ||
632 | + </g> | ||
633 | + </g> | ||
634 | + <g > | ||
635 | + <title >element:C3</title> | ||
636 | + <g > | ||
637 | + <title >package:C0603-ROUND</title> | ||
638 | + </g> | ||
639 | + </g> | ||
640 | + <g > | ||
641 | + <title >element:C4</title> | ||
642 | + <g > | ||
643 | + <title >package:C0603-ROUND</title> | ||
644 | + </g> | ||
645 | + </g> | ||
646 | + <g > | ||
647 | + <title >element:C5</title> | ||
648 | + <g > | ||
649 | + <title >package:C0603-ROUND</title> | ||
650 | + </g> | ||
651 | + </g> | ||
652 | + <g > | ||
653 | + <title >element:C6</title> | ||
654 | + <g > | ||
655 | + <title >package:C0603-ROUND</title> | ||
656 | + </g> | ||
657 | + </g> | ||
658 | + <g > | ||
659 | + <title >element:C7</title> | ||
660 | + <g > | ||
661 | + <title >package:C0603-ROUND</title> | ||
662 | + </g> | ||
663 | + </g> | ||
664 | + <g > | ||
665 | + <title >element:C8</title> | ||
666 | + <g > | ||
667 | + <title >package:C0603-ROUND</title> | ||
668 | + </g> | ||
669 | + </g> | ||
670 | + <g > | ||
671 | + <title >element:C9</title> | ||
672 | + <g > | ||
673 | + <title >package:C0603-ROUND</title> | ||
674 | + </g> | ||
675 | + </g> | ||
676 | + <g > | ||
677 | + <title >element:C10</title> | ||
678 | + <g > | ||
679 | + <title >package:C0603-ROUND</title> | ||
680 | + </g> | ||
681 | + </g> | ||
682 | + <g > | ||
683 | + <title >element:C11</title> | ||
684 | + <g > | ||
685 | + <title >package:C0603-ROUND</title> | ||
686 | + </g> | ||
687 | + </g> | ||
688 | + <g > | ||
689 | + <title >element:C12</title> | ||
690 | + <g > | ||
691 | + <title >package:C0603-ROUND</title> | ||
692 | + </g> | ||
693 | + </g> | ||
694 | + <g > | ||
695 | + <title >element:C13</title> | ||
696 | + <g > | ||
697 | + <title >package:C0603-ROUND</title> | ||
698 | + </g> | ||
699 | + </g> | ||
700 | + <g > | ||
701 | + <title >element:C14</title> | ||
702 | + <g > | ||
703 | + <title >package:C0603-ROUND</title> | ||
704 | + </g> | ||
705 | + </g> | ||
706 | + <g > | ||
707 | + <title >element:C15</title> | ||
708 | + <g > | ||
709 | + <title >package:C0603-ROUND</title> | ||
710 | + </g> | ||
711 | + </g> | ||
712 | + <g > | ||
713 | + <title >element:F1</title> | ||
714 | + <g > | ||
715 | + <title >package:L1812</title> | ||
716 | + </g> | ||
717 | + </g> | ||
718 | + <g > | ||
719 | + <title >element:FD1</title> | ||
720 | + <g > | ||
721 | + <title >package:FIDUCIA-MOUNT</title> | ||
722 | + </g> | ||
723 | + </g> | ||
724 | + <g > | ||
725 | + <title >element:FD2</title> | ||
726 | + <g > | ||
727 | + <title >package:FIDUCIA-MOUNT</title> | ||
728 | + </g> | ||
729 | + </g> | ||
730 | + <g > | ||
731 | + <title >element:FD3</title> | ||
732 | + <g > | ||
733 | + <title >package:FIDUCIA-MOUNT</title> | ||
734 | + </g> | ||
735 | + </g> | ||
736 | + <g > | ||
737 | + <title >element:FD4</title> | ||
738 | + <g > | ||
739 | + <title >package:FIDUCIA-MOUNT</title> | ||
740 | + </g> | ||
741 | + </g> | ||
742 | + <g > | ||
743 | + <title >element:GROUND</title> | ||
744 | + <g > | ||
745 | + <title >package:SJ</title> | ||
746 | + </g> | ||
747 | + </g> | ||
748 | + <g > | ||
749 | + <title >element:L</title> | ||
750 | + <g > | ||
751 | + <title >text:L</title> | ||
752 | + <g transform="matrix(1, 0, 0, 1, 88.0309, 34.1968)"> | ||
753 | + <text font-family="'OCRA'" font-size="4.6771" fill="#FFFFFF">L</text> | ||
754 | + </g> | ||
755 | + </g> | ||
756 | + </g> | ||
757 | + <g > | ||
758 | + <title >element:R1</title> | ||
759 | + <g > | ||
760 | + <title >package:R0603-ROUND</title> | ||
761 | + </g> | ||
762 | + </g> | ||
763 | + <g > | ||
764 | + <title >element:R2</title> | ||
765 | + <g > | ||
766 | + <title >package:R0603-ROUND</title> | ||
767 | + </g> | ||
768 | + </g> | ||
769 | + <g > | ||
770 | + <title >element:RN1</title> | ||
771 | + <g > | ||
772 | + <title >package:CAT16</title> | ||
773 | + </g> | ||
774 | + </g> | ||
775 | + <g > | ||
776 | + <title >element:RN2</title> | ||
777 | + <g > | ||
778 | + <title >package:CAY16</title> | ||
779 | + </g> | ||
780 | + </g> | ||
781 | + <g > | ||
782 | + <title >element:RN3</title> | ||
783 | + <g > | ||
784 | + <title >package:CAY16</title> | ||
785 | + </g> | ||
786 | + </g> | ||
787 | + <g > | ||
788 | + <title >element:RN4</title> | ||
789 | + <g > | ||
790 | + <title >package:CAY16</title> | ||
791 | + </g> | ||
792 | + </g> | ||
793 | + <g > | ||
794 | + <title >element:RN5</title> | ||
795 | + <g > | ||
796 | + <title >package:CAT16</title> | ||
797 | + </g> | ||
798 | + </g> | ||
799 | + <g > | ||
800 | + <title >element:RX</title> | ||
801 | + <g > | ||
802 | + <title >text:RX</title> | ||
803 | + <g transform="matrix(1, 0, 0, 1, 84.9323, 55.8003)"> | ||
804 | + <text font-family="'OCRA'" font-size="4.6771" fill="#FFFFFF">RX</text> | ||
805 | + </g> | ||
806 | + </g> | ||
807 | + </g> | ||
808 | + <g > | ||
809 | + <title >element:TX</title> | ||
810 | + <g > | ||
811 | + <title >text:TX</title> | ||
812 | + <g transform="matrix(1, 0, 0, 1, 84.9323, 49.3198)"> | ||
813 | + <text font-family="'OCRA'" font-size="4.6771" fill="#FFFFFF">TX</text> | ||
814 | + </g> | ||
815 | + </g> | ||
816 | + </g> | ||
817 | + <g > | ||
818 | + <title >element:Z1</title> | ||
819 | + <g > | ||
820 | + <title >package:CT/CN0603</title> | ||
821 | + </g> | ||
822 | + </g> | ||
823 | + <g > | ||
824 | + <title >element:Z2</title> | ||
825 | + <g > | ||
826 | + <title >package:CT/CN0603</title> | ||
827 | + </g> | ||
828 | + </g> | ||
829 | + <g > | ||
830 | + <title >layer 25</title> | ||
831 | + <g > | ||
832 | + <title >text:ANALOG IN</title> | ||
833 | + <g transform="matrix(1, 0, 0, 1, 160.569, 129.6)"> | ||
834 | + <text font-family="'OCRA'" font-size="4.5" fill="#FFFFFF">ANALOG IN</text> | ||
835 | + </g> | ||
836 | + </g> | ||
837 | + <g > | ||
838 | + <g > | ||
839 | + <g transform="matrix(1, 0, 0, 1, 189.391, 36.0005)"> | ||
840 | + <text font-family="'OCRA'" font-size="4.5" fill="#FFFFFF">COMMUNICATION</text> | ||
841 | + </g> | ||
842 | + </g> | ||
843 | + </g> | ||
844 | + <g > | ||
845 | + <title >text:ANALOG IN</title> | ||
846 | + <g transform="matrix(1, 0, 0, 1, 135.578, 129.6)"> | ||
847 | + <text font-family="'OCRA'" font-size="4.5" fill="#FFFFFF">POWER</text> | ||
848 | + </g> | ||
849 | + </g> | ||
850 | + <g > | ||
851 | + <g > | ||
852 | + <g transform="matrix(1, 0, 0, 1, 88.087, 25.9574)"> | ||
853 | + <g > | ||
854 | + <g transform="rotate(270)"> | ||
855 | + <g > | ||
856 | + <g transform="matrix(1, 0, 0, 1, -0.00012207, 9.15527e-5)"> | ||
857 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">AREF</text> | ||
858 | + </g> | ||
859 | + </g> | ||
860 | + </g> | ||
861 | + </g> | ||
862 | + </g> | ||
863 | + </g> | ||
864 | + </g> | ||
865 | + <g > | ||
866 | + <g > | ||
867 | + <g transform="matrix(1, 0, 0, 1, 95.6779, 22.2854)"> | ||
868 | + <g > | ||
869 | + <g transform="rotate(270)"> | ||
870 | + <g > | ||
871 | + <g transform="matrix(1, 0, 0, 1, -0.000244141, 0)"> | ||
872 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">GND</text> | ||
873 | + </g> | ||
874 | + </g> | ||
875 | + </g> | ||
876 | + </g> | ||
877 | + </g> | ||
878 | + </g> | ||
879 | + </g> | ||
880 | + <g > | ||
881 | + <g > | ||
882 | + <g transform="matrix(1, 0, 0, 1, 192.572, 30.96)"> | ||
883 | + <g > | ||
884 | + <g transform="rotate(270)"> | ||
885 | + <g > | ||
886 | + <g transform="matrix(1, 0, 0, 1, 0.000518799, 0.000427246)"> | ||
887 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">TX0</text> | ||
888 | + </g> | ||
889 | + </g> | ||
890 | + </g> | ||
891 | + </g> | ||
892 | + </g> | ||
893 | + </g> | ||
894 | + </g> | ||
895 | + <g > | ||
896 | + <g > | ||
897 | + <g transform="matrix(1, 0, 0, 1, 199.772, 30.96)"> | ||
898 | + <g > | ||
899 | + <g transform="rotate(270)"> | ||
900 | + <g > | ||
901 | + <g transform="matrix(1, 0, 0, 1, 0.000518799, -0.000366211)"> | ||
902 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">RX0</text> | ||
903 | + </g> | ||
904 | + </g> | ||
905 | + </g> | ||
906 | + </g> | ||
907 | + </g> | ||
908 | + </g> | ||
909 | + </g> | ||
910 | + <g > | ||
911 | + <g > | ||
912 | + <g transform="matrix(1, 0, 0, 1, 113.647, 139.141)"> | ||
913 | + <g > | ||
914 | + <g transform="rotate(270)"> | ||
915 | + <g > | ||
916 | + <g transform="matrix(1, 0, 0, 1, 0.6239, -0.6947)"> | ||
917 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">RESET</text> | ||
918 | + </g> | ||
919 | + </g> | ||
920 | + </g> | ||
921 | + </g> | ||
922 | + </g> | ||
923 | + </g> | ||
924 | + </g> | ||
925 | + <g > | ||
926 | + <g > | ||
927 | + <g transform="matrix(1, 0, 0, 1, 120.847, 139.141)"> | ||
928 | + <g > | ||
929 | + <g > | ||
930 | + <g transform="rotate(270)"> | ||
931 | + <g > | ||
932 | + <g transform="matrix(1, 0, 0, 1, 0.6239, -0.6945)"> | ||
933 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">3V3</text> | ||
934 | + </g> | ||
935 | + </g> | ||
936 | + </g> | ||
937 | + </g> | ||
938 | + </g> | ||
939 | + </g> | ||
940 | + </g> | ||
941 | + </g> | ||
942 | + <g > | ||
943 | + <g > | ||
944 | + <g > | ||
945 | + <g transform="matrix(4.48966e-11, -1, 1, 4.48966e-11, 127.394, 138.517)"> | ||
946 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">5V</text> | ||
947 | + </g> | ||
948 | + </g> | ||
949 | + </g> | ||
950 | + </g> | ||
951 | + <g > | ||
952 | + <title >text:VIN</title> | ||
953 | + <g transform="matrix(4.48966e-11, -1, 1, 4.48966e-11, 149.224, 138.51)"> | ||
954 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">VIN</text> | ||
955 | + </g> | ||
956 | + </g> | ||
957 | + <g > | ||
958 | + <title >text:GND</title> | ||
959 | + <g transform="matrix(4.48966e-11, -1, 1, 4.48966e-11, 141.793, 138.509)"> | ||
960 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">GND</text> | ||
961 | + </g> | ||
962 | + </g> | ||
963 | + <g > | ||
964 | + <title >text:GND</title> | ||
965 | + <g transform="matrix(4.48966e-11, -1, 1, 4.48966e-11, 134.593, 138.509)"> | ||
966 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">GND</text> | ||
967 | + </g> | ||
968 | + </g> | ||
969 | + <g > | ||
970 | + <g > | ||
971 | + <g transform="matrix(1, 0, 0, 1, 257.372, 30.96)"> | ||
972 | + <g > | ||
973 | + <g transform="rotate(270)"> | ||
974 | + <g > | ||
975 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1746)"> | ||
976 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">SDA 20</text> | ||
977 | + </g> | ||
978 | + </g> | ||
979 | + </g> | ||
980 | + </g> | ||
981 | + </g> | ||
982 | + </g> | ||
983 | + </g> | ||
984 | + <g > | ||
985 | + <g > | ||
986 | + <g transform="matrix(1, 0, 0, 1, 264.572, 30.96)"> | ||
987 | + <g > | ||
988 | + <g transform="rotate(270)"> | ||
989 | + <g > | ||
990 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1754)"> | ||
991 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">SCL 21</text> | ||
992 | + </g> | ||
993 | + </g> | ||
994 | + </g> | ||
995 | + </g> | ||
996 | + </g> | ||
997 | + </g> | ||
998 | + </g> | ||
999 | + <g > | ||
1000 | + <g > | ||
1001 | + <g transform="matrix(1, 0, 0, 1, 228.572, 30.96)"> | ||
1002 | + <g > | ||
1003 | + <g transform="rotate(270)"> | ||
1004 | + <g > | ||
1005 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1754)"> | ||
1006 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">TX2 16</text> | ||
1007 | + </g> | ||
1008 | + </g> | ||
1009 | + </g> | ||
1010 | + </g> | ||
1011 | + </g> | ||
1012 | + </g> | ||
1013 | + </g> | ||
1014 | + <g > | ||
1015 | + <g > | ||
1016 | + <g transform="matrix(1, 0, 0, 1, 235.772, 30.96)"> | ||
1017 | + <g > | ||
1018 | + <g transform="rotate(270)"> | ||
1019 | + <g > | ||
1020 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1761)"> | ||
1021 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">RX2 17</text> | ||
1022 | + </g> | ||
1023 | + </g> | ||
1024 | + </g> | ||
1025 | + </g> | ||
1026 | + </g> | ||
1027 | + </g> | ||
1028 | + </g> | ||
1029 | + <g > | ||
1030 | + <g > | ||
1031 | + <g transform="matrix(1, 0, 0, 1, 221.372, 30.96)"> | ||
1032 | + <g > | ||
1033 | + <g transform="rotate(270)"> | ||
1034 | + <g > | ||
1035 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1746)"> | ||
1036 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">RX3 15</text> | ||
1037 | + </g> | ||
1038 | + </g> | ||
1039 | + </g> | ||
1040 | + </g> | ||
1041 | + </g> | ||
1042 | + </g> | ||
1043 | + </g> | ||
1044 | + <g > | ||
1045 | + <title >text:TX3</title> | ||
1046 | + <g transform="matrix(1, 0, 0, 1, 214.172, 30.96)"> | ||
1047 | + <g > | ||
1048 | + <g transform="rotate(270)"> | ||
1049 | + <g > | ||
1050 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1757)"> | ||
1051 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">TX3 14</text> | ||
1052 | + </g> | ||
1053 | + </g> | ||
1054 | + </g> | ||
1055 | + </g> | ||
1056 | + </g> | ||
1057 | + </g> | ||
1058 | + <g > | ||
1059 | + <g > | ||
1060 | + <g transform="matrix(1, 0, 0, 1, 250.172, 30.96)"> | ||
1061 | + <g > | ||
1062 | + <g transform="rotate(270)"> | ||
1063 | + <g > | ||
1064 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1757)"> | ||
1065 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">RX1 19</text> | ||
1066 | + </g> | ||
1067 | + </g> | ||
1068 | + </g> | ||
1069 | + </g> | ||
1070 | + </g> | ||
1071 | + </g> | ||
1072 | + </g> | ||
1073 | + <g > | ||
1074 | + <g > | ||
1075 | + <g transform="matrix(1, 0, 0, 1, 242.972, 30.96)"> | ||
1076 | + <g > | ||
1077 | + <g transform="rotate(270)"> | ||
1078 | + <g > | ||
1079 | + <g transform="matrix(1, 0, 0, 1, 1.3618, -0.1749)"> | ||
1080 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">TX1 18</text> | ||
1081 | + </g> | ||
1082 | + </g> | ||
1083 | + </g> | ||
1084 | + </g> | ||
1085 | + </g> | ||
1086 | + </g> | ||
1087 | + </g> | ||
1088 | + <g > | ||
1089 | + <title >text:MADE IN</title> | ||
1090 | + <g transform="matrix(1, 0, 0, 1, 22.2922, 8.6401)"> | ||
1091 | + <text font-family="'OCRA'" font-size="5" fill="#FFFFFF">MADE IN</text> | ||
1092 | + </g> | ||
1093 | + </g> | ||
1094 | + <g > | ||
1095 | + <title >text:ITALY</title> | ||
1096 | + <g transform="matrix(1, 0, 0, 1, 22.3234, 17.2798)"> | ||
1097 | + <text font-family="'OCRA'" font-size="5" fill="#FFFFFF">ITALY</text> | ||
1098 | + </g> | ||
1099 | + </g> | ||
1100 | + <g > | ||
1101 | + <g > | ||
1102 | + <g > | ||
1103 | + <g transform="matrix(1, 0, 0, 1, 97.2263, 27.7603)"> | ||
1104 | + <text font-family="'OCRA'" font-size="4.5" fill="#FFFFFF">PWM</text> | ||
1105 | + </g> | ||
1106 | + </g> | ||
1107 | + </g> | ||
1108 | + </g> | ||
1109 | + <g > | ||
1110 | + <title >text:5V</title> | ||
1111 | + <g transform="matrix(1, 0, 0, 1, 277.619, 3.4966)"> | ||
1112 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">5V</text> | ||
1113 | + </g> | ||
1114 | + </g> | ||
1115 | + <g > | ||
1116 | + <title >text:GND</title> | ||
1117 | + <g transform="matrix(1, 0, 0, 1, 294.453, 136.8)"> | ||
1118 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">GND</text> | ||
1119 | + </g> | ||
1120 | + </g> | ||
1121 | + <g > | ||
1122 | + <title >text:DIGITAL</title> | ||
1123 | + <g transform="matrix(1, 0, 0, 1, 271.772, 84.6)"> | ||
1124 | + <g > | ||
1125 | + <g > | ||
1126 | + <g transform="rotate(270)"> | ||
1127 | + <g > | ||
1128 | + <g transform="matrix(1, 0, 0, 1, -37.7999, -0.000366211)"> | ||
1129 | + <text font-family="'OCRA'" font-size="4.5" fill="#FFFFFF">DIGITAL</text> | ||
1130 | + </g> | ||
1131 | + </g> | ||
1132 | + </g> | ||
1133 | + </g> | ||
1134 | + </g> | ||
1135 | + </g> | ||
1136 | + </g> | ||
1137 | + <g > | ||
1138 | + <title >text:MEGA 2560</title> | ||
1139 | + <g transform="matrix(1, 0, 0, 1, 223.272, 104.726)"> | ||
1140 | + <text font-family="'OCRA'" font-size="9.6938" fill="#FFFFFF">MEGA</text> | ||
1141 | + </g> | ||
1142 | + </g> | ||
1143 | + <g > | ||
1144 | + <title >text:M.Banzi</title> | ||
1145 | + </g> | ||
1146 | + <g > | ||
1147 | + <title >text:D.Cuartielles</title> | ||
1148 | + </g> | ||
1149 | + <g > | ||
1150 | + <title >text:D.Mellis</title> | ||
1151 | + </g> | ||
1152 | + <g > | ||
1153 | + <title >text:G.Martino</title> | ||
1154 | + </g> | ||
1155 | + <g > | ||
1156 | + <title >text:T.Igoe</title> | ||
1157 | + </g> | ||
1158 | + <g > | ||
1159 | + <g > | ||
1160 | + <g transform="matrix(1, 0, 0, 1, 106.087, 139.141)"> | ||
1161 | + <g > | ||
1162 | + <g transform="rotate(270)"> | ||
1163 | + <g > | ||
1164 | + <g transform="matrix(1, 0, 0, 1, 0.6239, 0.0421)"> | ||
1165 | + <text font-family="'OCRA'" font-size="3.25" fill="#FFFFFF">IOREF</text> | ||
1166 | + </g> | ||
1167 | + </g> | ||
1168 | + </g> | ||
1169 | + </g> | ||
1170 | + </g> | ||
1171 | + </g> | ||
1172 | + </g> | ||
1173 | + <g > | ||
1174 | + <title >text:SDA</title> | ||
1175 | + </g> | ||
1176 | + <g > | ||
1177 | + <title >text:SCL</title> | ||
1178 | + </g> | ||
1179 | + <g > | ||
1180 | + <title >element:C1</title> | ||
1181 | + <g > | ||
1182 | + <title >package:C0603-ROUND</title> | ||
1183 | + </g> | ||
1184 | + </g> | ||
1185 | + <g > | ||
1186 | + <title >element:C2</title> | ||
1187 | + <g > | ||
1188 | + <title >package:C0603-ROUND</title> | ||
1189 | + </g> | ||
1190 | + </g> | ||
1191 | + <g > | ||
1192 | + <title >element:C3</title> | ||
1193 | + <g > | ||
1194 | + <title >package:C0603-ROUND</title> | ||
1195 | + </g> | ||
1196 | + </g> | ||
1197 | + <g > | ||
1198 | + <title >element:C4</title> | ||
1199 | + <g > | ||
1200 | + <title >package:C0603-ROUND</title> | ||
1201 | + </g> | ||
1202 | + </g> | ||
1203 | + <g > | ||
1204 | + <title >element:C5</title> | ||
1205 | + <g > | ||
1206 | + <title >package:C0603-ROUND</title> | ||
1207 | + </g> | ||
1208 | + </g> | ||
1209 | + <g > | ||
1210 | + <title >element:C6</title> | ||
1211 | + <g > | ||
1212 | + <title >package:C0603-ROUND</title> | ||
1213 | + </g> | ||
1214 | + </g> | ||
1215 | + <g > | ||
1216 | + <title >element:C7</title> | ||
1217 | + <g > | ||
1218 | + <title >package:C0603-ROUND</title> | ||
1219 | + </g> | ||
1220 | + </g> | ||
1221 | + <g > | ||
1222 | + <title >element:C8</title> | ||
1223 | + <g > | ||
1224 | + <title >package:C0603-ROUND</title> | ||
1225 | + </g> | ||
1226 | + </g> | ||
1227 | + <g > | ||
1228 | + <title >element:C9</title> | ||
1229 | + <g > | ||
1230 | + <title >package:C0603-ROUND</title> | ||
1231 | + </g> | ||
1232 | + </g> | ||
1233 | + <g > | ||
1234 | + <title >element:C10</title> | ||
1235 | + <g > | ||
1236 | + <title >package:C0603-ROUND</title> | ||
1237 | + </g> | ||
1238 | + </g> | ||
1239 | + <g > | ||
1240 | + <title >element:C11</title> | ||
1241 | + <g > | ||
1242 | + <title >package:C0603-ROUND</title> | ||
1243 | + </g> | ||
1244 | + </g> | ||
1245 | + <g > | ||
1246 | + <title >element:C12</title> | ||
1247 | + <g > | ||
1248 | + <title >package:C0603-ROUND</title> | ||
1249 | + </g> | ||
1250 | + </g> | ||
1251 | + <g > | ||
1252 | + <title >element:C13</title> | ||
1253 | + <g > | ||
1254 | + <title >package:C0603-ROUND</title> | ||
1255 | + </g> | ||
1256 | + </g> | ||
1257 | + <g > | ||
1258 | + <title >element:C14</title> | ||
1259 | + <g > | ||
1260 | + <title >package:C0603-ROUND</title> | ||
1261 | + </g> | ||
1262 | + </g> | ||
1263 | + <g > | ||
1264 | + <title >element:C15</title> | ||
1265 | + <g > | ||
1266 | + <title >package:C0603-ROUND</title> | ||
1267 | + </g> | ||
1268 | + </g> | ||
1269 | + <g > | ||
1270 | + <title >element:D1</title> | ||
1271 | + <g > | ||
1272 | + <title >package:SMB</title> | ||
1273 | + </g> | ||
1274 | + </g> | ||
1275 | + <g > | ||
1276 | + <title >element:D2</title> | ||
1277 | + <g > | ||
1278 | + <title >package:MINIMELF</title> | ||
1279 | + </g> | ||
1280 | + </g> | ||
1281 | + <g > | ||
1282 | + <title >element:D3</title> | ||
1283 | + <g > | ||
1284 | + <title >package:MINIMELF</title> | ||
1285 | + </g> | ||
1286 | + </g> | ||
1287 | + <g > | ||
1288 | + <title >element:F1</title> | ||
1289 | + <g > | ||
1290 | + <title >package:L1812</title> | ||
1291 | + </g> | ||
1292 | + </g> | ||
1293 | + <g > | ||
1294 | + <title >element:FD1</title> | ||
1295 | + <g > | ||
1296 | + <title >package:FIDUCIA-MOUNT</title> | ||
1297 | + </g> | ||
1298 | + </g> | ||
1299 | + <g > | ||
1300 | + <title >element:FD2</title> | ||
1301 | + <g > | ||
1302 | + <title >package:FIDUCIA-MOUNT</title> | ||
1303 | + </g> | ||
1304 | + </g> | ||
1305 | + <g > | ||
1306 | + <title >element:FD3</title> | ||
1307 | + <g > | ||
1308 | + <title >package:FIDUCIA-MOUNT</title> | ||
1309 | + </g> | ||
1310 | + </g> | ||
1311 | + <g > | ||
1312 | + <title >element:FD4</title> | ||
1313 | + <g > | ||
1314 | + <title >package:FIDUCIA-MOUNT</title> | ||
1315 | + </g> | ||
1316 | + </g> | ||
1317 | + <g > | ||
1318 | + <title >element:GROUND</title> | ||
1319 | + <g > | ||
1320 | + <title >package:SJ</title> | ||
1321 | + </g> | ||
1322 | + </g> | ||
1323 | + <g > | ||
1324 | + <title >element:IC3</title> | ||
1325 | + <g > | ||
1326 | + <title >package:TQFP100</title> | ||
1327 | + </g> | ||
1328 | + </g> | ||
1329 | + <g > | ||
1330 | + <title >element:IC4</title> | ||
1331 | + <g > | ||
1332 | + <title >package:MLF32</title> | ||
1333 | + </g> | ||
1334 | + </g> | ||
1335 | + <g > | ||
1336 | + <title >element:IC6</title> | ||
1337 | + <g > | ||
1338 | + <title >package:SOT23-DBV</title> | ||
1339 | + </g> | ||
1340 | + </g> | ||
1341 | + <g > | ||
1342 | + <title >element:IC7</title> | ||
1343 | + <g > | ||
1344 | + <title >package:MSOP08</title> | ||
1345 | + </g> | ||
1346 | + </g> | ||
1347 | + <g > | ||
1348 | + <title >element:L</title> | ||
1349 | + <g > | ||
1350 | + <title >package:CHIP-LED0805</title> | ||
1351 | + </g> | ||
1352 | + </g> | ||
1353 | + <g > | ||
1354 | + <title >element:L1</title> | ||
1355 | + <g > | ||
1356 | + <title >package:0805</title> | ||
1357 | + </g> | ||
1358 | + </g> | ||
1359 | + <g > | ||
1360 | + <title >element:ON</title> | ||
1361 | + <g > | ||
1362 | + <title >text:ON</title> | ||
1363 | + <g > | ||
1364 | + <g transform="matrix(1, 0, 0, 1, 229.84, 53.1001)"> | ||
1365 | + <text font-family="'OCRA'" font-size="3.75" fill="#FFFFFF">ON</text> | ||
1366 | + </g> | ||
1367 | + </g> | ||
1368 | + </g> | ||
1369 | + </g> | ||
1370 | + <g > | ||
1371 | + <title >element:R1</title> | ||
1372 | + <g > | ||
1373 | + <title >package:R0603-ROUND</title> | ||
1374 | + </g> | ||
1375 | + </g> | ||
1376 | + <g > | ||
1377 | + <title >element:R2</title> | ||
1378 | + <g > | ||
1379 | + <title >package:R0603-ROUND</title> | ||
1380 | + </g> | ||
1381 | + </g> | ||
1382 | + <g > | ||
1383 | + <title >element:RN1</title> | ||
1384 | + <g > | ||
1385 | + <title >package:CAT16</title> | ||
1386 | + </g> | ||
1387 | + </g> | ||
1388 | + <g > | ||
1389 | + <title >element:RN2</title> | ||
1390 | + <g > | ||
1391 | + <title >package:CAY16</title> | ||
1392 | + </g> | ||
1393 | + </g> | ||
1394 | + <g > | ||
1395 | + <title >element:RN3</title> | ||
1396 | + <g > | ||
1397 | + <title >package:CAY16</title> | ||
1398 | + </g> | ||
1399 | + </g> | ||
1400 | + <g > | ||
1401 | + <title >element:RN4</title> | ||
1402 | + <g > | ||
1403 | + <title >package:CAY16</title> | ||
1404 | + </g> | ||
1405 | + </g> | ||
1406 | + <g > | ||
1407 | + <title >element:RN5</title> | ||
1408 | + <g > | ||
1409 | + <title >package:CAT16</title> | ||
1410 | + </g> | ||
1411 | + </g> | ||
1412 | + <g > | ||
1413 | + <title >element:RX</title> | ||
1414 | + <g > | ||
1415 | + <title >package:CHIP-LED0805</title> | ||
1416 | + </g> | ||
1417 | + </g> | ||
1418 | + <g > | ||
1419 | + <title >element:T1</title> | ||
1420 | + <g > | ||
1421 | + <title >package:SOT-23</title> | ||
1422 | + </g> | ||
1423 | + </g> | ||
1424 | + <g > | ||
1425 | + <title >element:TX</title> | ||
1426 | + <g > | ||
1427 | + <title >package:CHIP-LED0805</title> | ||
1428 | + </g> | ||
1429 | + </g> | ||
1430 | + <g > | ||
1431 | + <title >element:XIO</title> | ||
1432 | + <g > | ||
1433 | + <title >package:2X18</title> | ||
1434 | + <g > | ||
1435 | + <title >text:XIO</title> | ||
1436 | + </g> | ||
1437 | + </g> | ||
1438 | + </g> | ||
1439 | + <g > | ||
1440 | + <title >element:Y1</title> | ||
1441 | + <g > | ||
1442 | + <title >package:RESONATOR</title> | ||
1443 | + </g> | ||
1444 | + </g> | ||
1445 | + <g > | ||
1446 | + <title >element:Y2</title> | ||
1447 | + <g > | ||
1448 | + <title >package:QS</title> | ||
1449 | + </g> | ||
1450 | + </g> | ||
1451 | + <g > | ||
1452 | + <title >element:Z1</title> | ||
1453 | + <g > | ||
1454 | + <title >package:CT/CN0603</title> | ||
1455 | + </g> | ||
1456 | + </g> | ||
1457 | + <g > | ||
1458 | + <title >element:Z2</title> | ||
1459 | + <g > | ||
1460 | + <title >package:CT/CN0603</title> | ||
1461 | + </g> | ||
1462 | + </g> | ||
1463 | + </g> | ||
1464 | + <g > | ||
1465 | + <path d="M190.201,18.089c0.004,0,0.01,-0.001,0.014,0l1.945,0c0.125,0,0.235,0.068,0.297,0.178c0.059,0.11,0.053,0.243,-0.019,0.347l-0.973,1.459c-0.125,0.188,-0.438,0.188,-0.563,0l-0.931,-1.394c-0.065,-0.062,-0.113,-0.152,-0.113,-0.253C189.864,18.24,190.015,18.089,190.201,18.089z" fill="#FFFFFF"/> | ||
1466 | + </g> | ||
1467 | + <g > | ||
1468 | + <path d="M199.408,20.213c-0.007,0,-0.011,0.001,-0.017,0l-1.94,0c-0.125,0,-0.238,-0.068,-0.302,-0.178c-0.059,-0.11,-0.053,-0.243,0.021,-0.347l0.973,-1.459c0.125,-0.188,0.438,-0.188,0.563,0l0.93,1.394c0.07,0.062,0.113,0.152,0.113,0.253C199.746,20.062,199.595,20.213,199.408,20.213z" fill="#FFFFFF"/> | ||
1469 | + </g> | ||
1470 | + </g> | ||
1471 | + <rect fill="#FFFFFF" y="18.743" fill-opacity="0.15" height="5.233" width="2.834" x="53.634"/> | ||
1472 | + <rect fill="#333333" y="51.005" height="39.685" width="39.686" x="142.129"/> | ||
1473 | + <rect fill="#333333" y="45.473" height="14.173" width="14.173" x="67.406"/> | ||
1474 | + <rect fill="#FFFFFF" y="21.269" fill-opacity="0.15" height="3.543" width="7.087" x="37.969"/> | ||
1475 | + <circle id="connector0pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="226.772"/> | ||
1476 | + <path d="M225.162,140.295l3.221,0l0,7.408l-3.221,0L225.162,140.295M225.162,144c0,0.889,0.721,1.605,1.606,1.605c0.893,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.61,-1.611C225.882,142.389,225.162,143.111,225.162,144z" fill="#9A916C"/> | ||
1477 | + <circle id="connector1pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="233.972"/> | ||
1478 | + <path d="M232.361,140.295l3.224,0l0,7.408l-3.224,0L232.361,140.295M232.361,144c0,0.889,0.724,1.605,1.61,1.605s1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.609,-1.611C233.082,142.389,232.361,143.111,232.361,144z" fill="#9A916C"/> | ||
1479 | + <circle id="connector2pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="241.171"/> | ||
1480 | + <path d="M239.561,140.295l3.224,0l0,7.408l-3.224,0L239.561,140.295M239.561,144c0,0.889,0.725,1.605,1.609,1.605c0.889,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.723,-1.611,-1.608,-1.611S239.561,143.111,239.561,144z" fill="#9A916C"/> | ||
1481 | + <circle id="connector3pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="248.373"/> | ||
1482 | + <path d="M246.76,140.295l3.222,0l0,7.408l-3.222,0L246.76,140.295M246.76,144c0,0.889,0.722,1.605,1.609,1.605c0.891,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611C247.482,142.389,246.76,143.111,246.76,144z" fill="#9A916C"/> | ||
1483 | + <circle id="connector4pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="255.573"/> | ||
1484 | + <path d="M253.96,140.295l3.222,0l0,7.408l-3.222,0L253.96,140.295M253.96,144c0,0.889,0.723,1.605,1.608,1.605c0.891,0,1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.609,-1.611C254.682,142.389,253.96,143.111,253.96,144z" fill="#9A916C"/> | ||
1485 | + <circle id="connector5pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="262.772"/> | ||
1486 | + <path d="M261.162,140.295l3.221,0l0,7.408l-3.221,0L261.162,140.295M261.162,144c0,0.889,0.721,1.605,1.606,1.605c0.893,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.61,-1.611C261.882,142.389,261.162,143.111,261.162,144z" fill="#9A916C"/> | ||
1487 | + <circle id="connector6pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="269.972"/> | ||
1488 | + <path d="M268.361,140.295l3.224,0l0,7.408l-3.224,0L268.361,140.295M268.361,144c0,0.889,0.724,1.605,1.609,1.605c0.89,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.61,-1.611S268.361,143.111,268.361,144z" fill="#9A916C"/> | ||
1489 | + <circle id="connector7pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="277.171"/> | ||
1490 | + <path d="M275.561,140.295l3.224,0l0,7.408l-3.224,0L275.561,140.295M275.561,144c0,0.889,0.725,1.605,1.609,1.605c0.889,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.723,-1.611,-1.608,-1.611S275.561,143.111,275.561,144z" fill="#9A916C"/> | ||
1491 | + <circle id="connector8pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="161.972"/> | ||
1492 | + <path d="M160.361,140.295l3.224,0l0,7.408l-3.224,0L160.361,140.295M160.361,144c0,0.889,0.724,1.605,1.61,1.605s1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.609,-1.611C161.082,142.389,160.361,143.111,160.361,144z" fill="#9A916C"/> | ||
1493 | + <circle id="connector9pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="169.171"/> | ||
1494 | + <path d="M167.561,140.295l3.224,0l0,7.408l-3.224,0L167.561,140.295M167.561,144c0,0.889,0.725,1.605,1.609,1.605c0.889,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.723,-1.611,-1.608,-1.611S167.561,143.111,167.561,144z" fill="#9A916C"/> | ||
1495 | + <circle id="connector10pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="176.373"/> | ||
1496 | + <path d="M174.76,140.295l3.222,0l0,7.408l-3.222,0L174.76,140.295M174.76,144c0,0.889,0.722,1.605,1.609,1.605c0.891,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611C175.482,142.389,174.76,143.111,174.76,144z" fill="#9A916C"/> | ||
1497 | + <circle id="connector11pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="183.573"/> | ||
1498 | + <path d="M181.96,140.295l3.222,0l0,7.408l-3.222,0L181.96,140.295M181.96,144c0,0.889,0.723,1.605,1.608,1.605c0.891,0,1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.609,-1.611C182.682,142.389,181.96,143.111,181.96,144z" fill="#9A916C"/> | ||
1499 | + <circle id="connector12pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="190.772"/> | ||
1500 | + <path d="M189.162,140.295l3.221,0l0,7.408l-3.221,0L189.162,140.295M189.162,144c0,0.889,0.721,1.605,1.606,1.605c0.893,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.61,-1.611C189.882,142.389,189.162,143.111,189.162,144z" fill="#9A916C"/> | ||
1501 | + <circle id="connector13pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="197.972"/> | ||
1502 | + <path d="M196.361,140.295l3.224,0l0,7.408l-3.224,0L196.361,140.295M196.361,144c0,0.889,0.724,1.605,1.61,1.605s1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.609,-1.611C197.082,142.389,196.361,143.111,196.361,144z" fill="#9A916C"/> | ||
1503 | + <circle id="connector14pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="205.171"/> | ||
1504 | + <path d="M203.561,140.295l3.224,0l0,7.408l-3.224,0L203.561,140.295M203.561,144c0,0.889,0.725,1.605,1.609,1.605c0.889,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.723,-1.611,-1.608,-1.611S203.561,143.111,203.561,144z" fill="#9A916C"/> | ||
1505 | + <circle id="connector15pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="212.373"/> | ||
1506 | + <path d="M210.76,140.295l3.222,0l0,7.408l-3.222,0L210.76,140.295M210.76,144c0,0.889,0.722,1.605,1.609,1.605c0.891,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611C211.482,142.389,210.76,143.111,210.76,144z" fill="#9A916C"/> | ||
1507 | + <circle id="connector46pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="262.772"/> | ||
1508 | + <path d="M261.162,3.496l3.221,0l0,7.408l-3.221,0L261.162,3.496M261.162,7.2c0,0.889,0.721,1.61,1.606,1.61c0.893,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C261.882,5.59,261.162,6.311,261.162,7.2z" fill="#9A916C"/> | ||
1509 | + <circle id="connector47pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="255.573"/> | ||
1510 | + <path d="M253.96,3.496l3.222,0l0,7.408l-3.222,0L253.96,3.496M253.96,7.2c0,0.889,0.723,1.61,1.608,1.61c0.891,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.722,-1.61,-1.609,-1.61C254.682,5.59,253.96,6.311,253.96,7.2z" fill="#9A916C"/> | ||
1511 | + <circle id="connector48pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="248.373"/> | ||
1512 | + <path d="M246.76,3.496l3.222,0l0,7.408l-3.222,0L246.76,3.496M246.76,7.2c0,0.889,0.722,1.61,1.609,1.61c0.891,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.722,-1.61,-1.608,-1.61C247.482,5.59,246.76,6.311,246.76,7.2z" fill="#9A916C"/> | ||
1513 | + <circle id="connector49pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="241.171"/> | ||
1514 | + <path d="M239.561,3.496l3.224,0l0,7.408l-3.224,0L239.561,3.496M239.561,7.2c0,0.889,0.725,1.61,1.609,1.61c0.889,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.723,-1.61,-1.608,-1.61S239.561,6.311,239.561,7.2z" fill="#9A916C"/> | ||
1515 | + <circle id="connector50pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="233.972"/> | ||
1516 | + <path d="M232.361,3.496l3.224,0l0,7.408l-3.224,0L232.361,3.496M232.361,7.2c0,0.889,0.724,1.61,1.61,1.61s1.609,-0.721,1.609,-1.61c0,-0.89,-0.724,-1.61,-1.609,-1.61C233.082,5.59,232.361,6.311,232.361,7.2z" fill="#9A916C"/> | ||
1517 | + <circle id="connector51pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="226.772"/> | ||
1518 | + <path d="M225.162,3.496l3.221,0l0,7.408l-3.221,0L225.162,3.496M225.162,7.2c0,0.889,0.721,1.61,1.606,1.61c0.893,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C225.882,5.59,225.162,6.311,225.162,7.2z" fill="#9A916C"/> | ||
1519 | + <circle id="connector52pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="219.573"/> | ||
1520 | + <path d="M217.96,3.496l3.222,0l0,7.408l-3.222,0L217.96,3.496M217.96,7.2c0,0.889,0.723,1.61,1.608,1.61c0.891,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.722,-1.61,-1.609,-1.61C218.682,5.59,217.96,6.311,217.96,7.2z" fill="#9A916C"/> | ||
1521 | + <circle id="connector53pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="212.373"/> | ||
1522 | + <path d="M210.76,3.496l3.222,0l0,7.408l-3.222,0L210.76,3.496M210.76,7.2c0,0.889,0.722,1.61,1.609,1.61c0.891,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.722,-1.61,-1.608,-1.61C211.482,5.59,210.76,6.311,210.76,7.2z" fill="#9A916C"/> | ||
1523 | + <circle id="connector234pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="71.251"/> | ||
1524 | + <path d="M69.641,3.496l3.221,0l0,7.408l-3.221,0L69.641,3.496M69.641,7.2c0,0.889,0.721,1.61,1.609,1.61c0.891,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.721,-1.61,-1.608,-1.61C70.361,5.59,69.641,6.311,69.641,7.2z" fill="#9A916C"/> | ||
1525 | + <circle id="connector235pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="78.452"/> | ||
1526 | + <path d="M76.841,3.496l3.222,0l0,7.408l-3.222,0L76.841,3.496M76.841,7.2c0,0.889,0.722,1.61,1.61,1.61c0.888,0,1.607,-0.721,1.607,-1.61c0,-0.89,-0.722,-1.61,-1.607,-1.61C77.563,5.59,76.841,6.311,76.841,7.2z" fill="#9A916C"/> | ||
1527 | + <circle id="connector236pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="85.652"/> | ||
1528 | + <path d="M84.042,3.496l3.222,0l0,7.408l-3.222,0L84.042,3.496M84.042,7.2c0,0.889,0.722,1.61,1.607,1.61c0.891,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C84.762,5.59,84.042,6.311,84.042,7.2z" fill="#9A916C"/> | ||
1529 | + <circle id="connector237pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="92.852"/> | ||
1530 | + <path d="M91.241,3.496l3.221,0l0,7.408l-3.221,0L91.241,3.496M91.241,7.2c0,0.889,0.721,1.61,1.607,1.61c0.892,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.723,-1.61,-1.609,-1.61S91.241,6.311,91.241,7.2z" fill="#9A916C"/> | ||
1531 | + <circle id="connector238pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="100.052"/> | ||
1532 | + <path d="M98.441,3.496l3.224,0l0,7.408l-3.224,0L98.441,3.496M98.441,7.2c0,0.889,0.724,1.61,1.609,1.61c0.89,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.724,-1.61,-1.61,-1.61S98.441,6.311,98.441,7.2z" fill="#9A916C"/> | ||
1533 | + <circle id="connector239pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="107.252"/> | ||
1534 | + <path d="M105.641,3.496l3.221,0l0,7.408l-3.221,0L105.641,3.496M105.641,7.2c0,0.889,0.721,1.61,1.609,1.61c0.89,0,1.607,-0.721,1.607,-1.61c0,-0.89,-0.721,-1.61,-1.607,-1.61C106.361,5.59,105.641,6.311,105.641,7.2z" fill="#9A916C"/> | ||
1535 | + <circle id="connector240pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="114.452"/> | ||
1536 | + <path d="M112.841,3.496l3.222,0l0,7.408l-3.222,0L112.841,3.496M112.841,7.2c0,0.889,0.722,1.61,1.61,1.61c0.89,0,1.607,-0.721,1.607,-1.61c0,-0.89,-0.722,-1.61,-1.607,-1.61C113.563,5.59,112.841,6.311,112.841,7.2z" fill="#9A916C"/> | ||
1537 | + <circle id="connector241pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="121.652"/> | ||
1538 | + <path d="M120.041,3.496l3.222,0l0,7.408l-3.222,0L120.041,3.496M120.041,7.2c0,0.889,0.722,1.61,1.607,1.61c0.891,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.721,-1.61,-1.609,-1.61C120.763,5.59,120.041,6.311,120.041,7.2z" fill="#9A916C"/> | ||
1539 | + <circle id="connector242pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="128.852"/> | ||
1540 | + <path d="M127.241,3.496l3.221,0l0,7.408l-3.221,0L127.241,3.496M127.241,7.2c0,0.889,0.721,1.61,1.607,1.61c0.892,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.723,-1.61,-1.609,-1.61S127.241,6.311,127.241,7.2z" fill="#9A916C"/> | ||
1541 | + <circle id="connector243pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="136.052"/> | ||
1542 | + <path d="M134.441,3.496l3.224,0l0,7.408l-3.224,0L134.441,3.496M134.441,7.2c0,0.889,0.724,1.61,1.609,1.61c0.891,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.724,-1.61,-1.61,-1.61S134.441,6.311,134.441,7.2z" fill="#9A916C"/> | ||
1543 | + <circle id="connector254pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="97.172"/> | ||
1544 | + <path d="M95.562,140.295l3.224,0l0,7.408l-3.224,0L95.562,140.295M95.562,144c0,0.889,0.724,1.605,1.609,1.605c0.89,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.61,-1.611S95.562,143.111,95.562,144z" fill="#9A916C"/> | ||
1545 | + <circle id="connector255pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="104.372"/> | ||
1546 | + <path d="M102.76,140.295l3.222,0l0,7.408l-3.222,0L102.76,140.295M102.76,144c0,0.889,0.722,1.605,1.61,1.605c0.89,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611C103.482,142.389,102.76,143.111,102.76,144z" fill="#9A916C"/> | ||
1547 | + <circle id="connector256pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="111.573"/> | ||
1548 | + <path d="M109.961,140.295l3.222,0l0,7.408l-3.222,0L109.961,140.295M109.961,144c0,0.889,0.722,1.605,1.607,1.605c0.893,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.61,-1.611C110.683,142.389,109.961,143.111,109.961,144z" fill="#9A916C"/> | ||
1549 | + <circle id="connector257pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="118.772"/> | ||
1550 | + <path d="M117.161,140.295l3.221,0l0,7.408l-3.221,0L117.161,140.295M117.161,144c0,0.889,0.721,1.605,1.607,1.605c0.892,0,1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.721,-1.611,-1.609,-1.611C117.882,142.389,117.161,143.111,117.161,144z" fill="#9A916C"/> | ||
1551 | + <circle id="connector258pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="125.972"/> | ||
1552 | + <path d="M124.361,140.295l3.224,0l0,7.408l-3.224,0L124.361,140.295M124.361,144c0,0.889,0.724,1.605,1.61,1.605s1.609,-0.721,1.609,-1.605l0,0c0,-0.894,-0.724,-1.611,-1.609,-1.611C125.082,142.389,124.361,143.111,124.361,144z" fill="#9A916C"/> | ||
1553 | + <circle id="connector259pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="133.172"/> | ||
1554 | + <path d="M131.561,140.295l3.224,0l0,7.408l-3.224,0L131.561,140.295M131.561,144c0,0.889,0.724,1.605,1.609,1.605c0.89,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611S131.561,143.111,131.561,144z" fill="#9A916C"/> | ||
1555 | + <circle id="connector260pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="140.372"/> | ||
1556 | + <path d="M138.76,140.295l3.222,0l0,7.408l-3.222,0L138.76,140.295M138.76,144c0,0.889,0.722,1.605,1.61,1.605c0.89,0,1.608,-0.721,1.608,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.608,-1.611C139.482,142.389,138.76,143.111,138.76,144z" fill="#9A916C"/> | ||
1557 | + <circle id="connector261pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="144" r="1.61" cx="147.573"/> | ||
1558 | + <path d="M145.961,140.295l3.222,0l0,7.408l-3.222,0L145.961,140.295M145.961,144c0,0.889,0.722,1.605,1.607,1.605c0.893,0,1.61,-0.721,1.61,-1.605l0,0c0,-0.894,-0.722,-1.611,-1.61,-1.611C146.683,142.389,145.961,143.111,145.961,144z" fill="#9A916C"/> | ||
1559 | + <circle id="connector262pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="197.972"/> | ||
1560 | + <path d="M196.361,3.496l3.224,0l0,7.408l-3.224,0L196.361,3.496M196.361,7.2c0,0.889,0.724,1.61,1.61,1.61s1.609,-0.721,1.609,-1.61c0,-0.89,-0.724,-1.61,-1.609,-1.61C197.082,5.59,196.361,6.311,196.361,7.2z" fill="#9A916C"/> | ||
1561 | + <circle id="connector263pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="190.772"/> | ||
1562 | + <path d="M189.162,3.496l3.221,0l0,7.408l-3.221,0L189.162,3.496M189.162,7.2c0,0.889,0.721,1.61,1.606,1.61c0.893,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C189.882,5.59,189.162,6.311,189.162,7.2z" fill="#9A916C"/> | ||
1563 | + <circle id="connector264pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="183.573"/> | ||
1564 | + <path d="M181.96,3.496l3.222,0l0,7.408l-3.222,0L181.96,3.496M181.96,7.2c0,0.889,0.723,1.61,1.608,1.61c0.891,0,1.609,-0.721,1.609,-1.61c0,-0.89,-0.722,-1.61,-1.609,-1.61C182.682,5.59,181.96,6.311,181.96,7.2z" fill="#9A916C"/> | ||
1565 | + <circle id="connector265pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="176.373"/> | ||
1566 | + <path d="M174.76,3.496l3.222,0l0,7.408l-3.222,0L174.76,3.496M174.76,7.2c0,0.889,0.722,1.61,1.609,1.61c0.891,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.722,-1.61,-1.608,-1.61C175.482,5.59,174.76,6.311,174.76,7.2z" fill="#9A916C"/> | ||
1567 | + <circle id="connector266pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="169.171"/> | ||
1568 | + <path d="M167.561,3.496l3.224,0l0,7.408l-3.224,0L167.561,3.496M167.561,7.2c0,0.889,0.725,1.61,1.609,1.61c0.889,0,1.608,-0.721,1.608,-1.61c0,-0.89,-0.723,-1.61,-1.608,-1.61S167.561,6.311,167.561,7.2z" fill="#9A916C"/> | ||
1569 | + <circle id="connector267pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="161.972"/> | ||
1570 | + <path d="M160.361,3.496l3.224,0l0,7.408l-3.224,0L160.361,3.496M160.361,7.2c0,0.889,0.724,1.61,1.61,1.61s1.609,-0.721,1.609,-1.61c0,-0.89,-0.724,-1.61,-1.609,-1.61C161.082,5.59,160.361,6.311,160.361,7.2z" fill="#9A916C"/> | ||
1571 | + <circle id="connector268pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="154.772"/> | ||
1572 | + <path d="M153.161,3.496l3.221,0l0,7.408l-3.221,0L153.161,3.496M153.161,7.2c0,0.889,0.721,1.61,1.607,1.61c0.892,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C153.882,5.59,153.161,6.311,153.161,7.2z" fill="#9A916C"/> | ||
1573 | + <circle id="connector269pin" stroke="#9A916C" fill="none" stroke-width="0.8113" cy="7.2" r="1.61" cx="147.573"/> | ||
1574 | + <path d="M145.961,3.496l3.222,0l0,7.408l-3.222,0L145.961,3.496M145.961,7.2c0,0.889,0.722,1.61,1.607,1.61c0.893,0,1.61,-0.721,1.61,-1.61c0,-0.89,-0.722,-1.61,-1.61,-1.61C146.683,5.59,145.961,6.311,145.961,7.2z" fill="#9A916C"/> | ||
1575 | + <circle id="connector343pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="7.2" r="1.861" cx="284.373"/> | ||
1576 | + <circle id="connector344pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="7.2" r="1.861" cx="291.573"/> | ||
1577 | + <circle id="connector345pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="14.4" r="1.861" cx="284.373"/> | ||
1578 | + <circle id="connector346pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="14.4" r="1.861" cx="291.573"/> | ||
1579 | + <circle id="connector347pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="21.6" r="1.861" cx="284.373"/> | ||
1580 | + <circle id="connector348pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="21.6" r="1.861" cx="291.573"/> | ||
1581 | + <circle id="connector349pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="28.8" r="1.861" cx="284.373"/> | ||
1582 | + <circle id="connector350pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="28.8" r="1.861" cx="291.573"/> | ||
1583 | + <circle id="connector351pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="36" r="1.861" cx="284.373"/> | ||
1584 | + <circle id="connector352pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="36" r="1.861" cx="291.573"/> | ||
1585 | + <circle id="connector353pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="43.2" r="1.861" cx="284.373"/> | ||
1586 | + <circle id="connector354pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="43.2" r="1.861" cx="291.573"/> | ||
1587 | + <circle id="connector355pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="50.4" r="1.861" cx="284.373"/> | ||
1588 | + <circle id="connector356pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="50.4" r="1.861" cx="291.573"/> | ||
1589 | + <circle id="connector357pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="57.6" r="1.861" cx="284.373"/> | ||
1590 | + <circle id="connector358pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="57.6" r="1.861" cx="291.573"/> | ||
1591 | + <circle id="connector359pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="64.8" r="1.861" cx="284.373"/> | ||
1592 | + <circle id="connector360pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="64.8" r="1.861" cx="291.573"/> | ||
1593 | + <circle id="connector361pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="72" r="1.861" cx="284.373"/> | ||
1594 | + <circle id="connector362pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="72" r="1.861" cx="291.573"/> | ||
1595 | + <circle id="connector363pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="79.2" r="1.861" cx="284.373"/> | ||
1596 | + <circle id="connector364pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="79.2" r="1.861" cx="291.573"/> | ||
1597 | + <circle id="connector365pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="86.4" r="1.861" cx="284.373"/> | ||
1598 | + <circle id="connector366pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="86.4" r="1.861" cx="291.573"/> | ||
1599 | + <circle id="connector367pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="93.6" r="1.861" cx="284.373"/> | ||
1600 | + <circle id="connector368pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="93.6" r="1.861" cx="291.573"/> | ||
1601 | + <circle id="connector369pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="100.8" r="1.861" cx="284.373"/> | ||
1602 | + <circle id="connector370pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="100.8" r="1.861" cx="291.573"/> | ||
1603 | + <circle id="connector371pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="108" r="1.861" cx="284.373"/> | ||
1604 | + <circle id="connector372pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="108" r="1.861" cx="291.573"/> | ||
1605 | + <circle id="connector373pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="115.2" r="1.861" cx="284.373"/> | ||
1606 | + <circle id="connector374pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="115.2" r="1.861" cx="291.573"/> | ||
1607 | + <circle id="connector375pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="122.4" r="1.861" cx="284.373"/> | ||
1608 | + <circle id="connector376pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="122.4" r="1.861" cx="291.573"/> | ||
1609 | + <circle id="connector377pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="129.6" r="1.861" cx="284.373"/> | ||
1610 | + <circle id="connector378pin" stroke="#9A916C" fill="none" stroke-width="1.0295" cy="129.6" r="1.861" cx="291.573"/> | ||
1611 | + </g> | ||
1612 | + <g transform="matrix(1, 0, 0, 1, 223.16, 140.401)"> | ||
1613 | + <g id="_x31_x08"> | ||
1614 | + <rect fill="#404040" y="0" height="7.199" width="57.6" x="0"/> | ||
1615 | + <rect y="2.209" height="2.782" width="2.777" x="2.211"/> | ||
1616 | + <polygon fill="#2A2A29" points="1.185,1.183,2.209,2.209,4.991,2.209,6.017,1.183"/> | ||
1617 | + <polygon fill="#474747" points="6.017,1.183,4.991,2.212,4.991,4.993,6.017,6.016"/> | ||
1618 | + <polygon fill="#595959" points="6.015,6.016,4.99,4.993,2.209,4.993,1.185,6.016"/> | ||
1619 | + <polygon fill="#373737" points="1.182,6.016,2.209,4.991,2.209,2.209,1.182,1.183"/> | ||
1620 | + <rect y="2.209" height="2.782" width="2.781" x="9.409"/> | ||
1621 | + <polygon fill="#2A2A29" points="8.384,1.183,9.408,2.209,12.192,2.209,13.216,1.183"/> | ||
1622 | + <polygon fill="#474747" points="13.216,1.183,12.192,2.212,12.192,4.993,13.216,6.016"/> | ||
1623 | + <polygon fill="#595959" points="13.214,6.016,12.191,4.993,9.408,4.993,8.384,6.016"/> | ||
1624 | + <polygon fill="#373737" points="8.382,6.016,9.408,4.991,9.408,2.209,8.382,1.183"/> | ||
1625 | + <rect y="2.209" height="2.782" width="2.781" x="16.611"/> | ||
1626 | + <polygon fill="#2A2A29" points="15.584,1.183,16.609,2.209,19.392,2.209,20.416,1.183"/> | ||
1627 | + <polygon fill="#474747" points="20.416,1.183,19.392,2.212,19.392,4.993,20.416,6.016"/> | ||
1628 | + <polygon fill="#595959" points="20.416,6.016,19.39,4.993,16.609,4.993,15.584,6.016"/> | ||
1629 | + <polygon fill="#373737" points="15.582,6.016,16.609,4.991,16.609,2.209,15.582,1.183"/> | ||
1630 | + <rect y="2.209" height="2.782" width="2.779" x="23.811"/> | ||
1631 | + <polygon fill="#2A2A29" points="22.784,1.183,23.809,2.209,26.591,2.209,27.616,1.183"/> | ||
1632 | + <polygon fill="#474747" points="27.616,1.183,26.591,2.212,26.591,4.993,27.616,6.016"/> | ||
1633 | + <polygon fill="#595959" points="27.615,6.016,26.589,4.993,23.809,4.993,22.784,6.016"/> | ||
1634 | + <polygon fill="#373737" points="22.782,6.016,23.809,4.991,23.809,2.209,22.782,1.183"/> | ||
1635 | + <rect y="2.209" height="2.782" width="2.781" x="31.009"/> | ||
1636 | + <polygon fill="#2A2A29" points="29.985,1.183,31.007,2.209,33.791,2.209,34.817,1.183"/> | ||
1637 | + <polygon fill="#474747" points="34.817,1.183,33.791,2.212,33.791,4.993,34.817,6.016"/> | ||
1638 | + <polygon fill="#595959" points="34.816,6.016,33.791,4.993,31.007,4.993,29.985,6.016"/> | ||
1639 | + <polygon fill="#373737" points="29.983,6.016,31.007,4.991,31.007,2.209,29.983,1.183"/> | ||
1640 | + <rect y="2.209" height="2.782" width="2.777" x="38.211"/> | ||
1641 | + <polygon fill="#2A2A29" points="37.185,1.183,38.209,2.209,40.991,2.209,42.016,1.183"/> | ||
1642 | + <polygon fill="#474747" points="42.016,1.183,40.991,2.212,40.991,4.993,42.016,6.016"/> | ||
1643 | + <polygon fill="#595959" points="42.015,6.016,40.99,4.993,38.209,4.993,37.185,6.016"/> | ||
1644 | + <polygon fill="#373737" points="37.182,6.016,38.209,4.991,38.209,2.209,37.182,1.183"/> | ||
1645 | + <rect y="2.209" height="2.782" width="2.781" x="45.409"/> | ||
1646 | + <polygon fill="#2A2A29" points="44.384,1.183,45.408,2.209,48.192,2.209,49.216,1.183"/> | ||
1647 | + <polygon fill="#474747" points="49.216,1.183,48.192,2.212,48.192,4.993,49.216,6.016"/> | ||
1648 | + <polygon fill="#595959" points="49.214,6.016,48.191,4.993,45.408,4.993,44.384,6.016"/> | ||
1649 | + <polygon fill="#373737" points="44.382,6.016,45.408,4.991,45.408,2.209,44.382,1.183"/> | ||
1650 | + <rect y="2.209" height="2.782" width="2.78" x="52.611"/> | ||
1651 | + <polygon fill="#2A2A29" points="51.584,1.183,52.609,2.209,55.391,2.209,56.416,1.183"/> | ||
1652 | + <polygon fill="#474747" points="56.416,1.183,55.391,2.212,55.391,4.993,56.416,6.016"/> | ||
1653 | + <polygon fill="#595959" points="56.416,6.016,55.39,4.993,52.609,4.993,51.584,6.016"/> | ||
1654 | + <polygon fill="#373737" points="51.582,6.016,52.609,4.991,52.609,2.209,51.582,1.183"/> | ||
1655 | + </g> | ||
1656 | + </g> | ||
1657 | + <g transform="matrix(1, 0, 0, 1, 158.36, 140.401)"> | ||
1658 | + <g id="_x31_x08_1_"> | ||
1659 | + <rect fill="#404040" y="0" height="7.199" width="57.604" x="0"/> | ||
1660 | + <rect y="2.209" height="2.782" width="2.781" x="2.208"/> | ||
1661 | + <polygon fill="#2A2A29" points="1.184,1.183,2.208,2.209,4.991,2.209,6.016,1.183"/> | ||
1662 | + <polygon fill="#474747" points="6.016,1.183,4.991,2.212,4.991,4.993,6.016,6.016"/> | ||
1663 | + <polygon fill="#595959" points="6.016,6.016,4.99,4.993,2.208,4.993,1.184,6.016"/> | ||
1664 | + <polygon fill="#373737" points="1.182,6.016,2.208,4.991,2.208,2.209,1.182,1.183"/> | ||
1665 | + <rect y="2.209" height="2.782" width="2.779" x="9.41"/> | ||
1666 | + <polygon fill="#2A2A29" points="8.384,1.183,9.408,2.209,12.192,2.209,13.218,1.183"/> | ||
1667 | + <polygon fill="#474747" points="13.218,1.183,12.192,2.212,12.192,4.993,13.218,6.016"/> | ||
1668 | + <polygon fill="#595959" points="13.216,6.016,12.19,4.993,9.408,4.993,8.384,6.016"/> | ||
1669 | + <polygon fill="#373737" points="8.382,6.016,9.408,4.991,9.408,2.209,8.382,1.183"/> | ||
1670 | + <rect y="2.209" height="2.782" width="2.779" x="16.611"/> | ||
1671 | + <polygon fill="#2A2A29" points="15.583,1.183,16.608,2.209,19.391,2.209,20.416,1.183"/> | ||
1672 | + <polygon fill="#474747" points="20.416,1.183,19.391,2.212,19.391,4.993,20.416,6.016"/> | ||
1673 | + <polygon fill="#595959" points="20.415,6.016,19.391,4.993,16.608,4.993,15.583,6.016"/> | ||
1674 | + <polygon fill="#373737" points="15.582,6.016,16.608,4.991,16.608,2.209,15.582,1.183"/> | ||
1675 | + <rect y="2.209" height="2.782" width="2.781" x="23.811"/> | ||
1676 | + <polygon fill="#2A2A29" points="22.784,1.183,23.809,2.209,26.593,2.209,27.616,1.183"/> | ||
1677 | + <polygon fill="#474747" points="27.616,1.183,26.593,2.212,26.593,4.993,27.616,6.016"/> | ||
1678 | + <polygon fill="#595959" points="27.615,6.016,26.591,4.993,23.809,4.993,22.784,6.016"/> | ||
1679 | + <polygon fill="#373737" points="22.782,6.016,23.809,4.991,23.809,2.209,22.782,1.183"/> | ||
1680 | + <rect y="2.209" height="2.782" width="2.777" x="31.011"/> | ||
1681 | + <polygon fill="#2A2A29" points="29.984,1.183,31.009,2.209,33.791,2.209,34.817,1.183"/> | ||
1682 | + <polygon fill="#474747" points="34.817,1.183,33.791,2.212,33.791,4.993,34.817,6.016"/> | ||
1683 | + <polygon fill="#595959" points="34.815,6.016,33.79,4.993,31.009,4.993,29.984,6.016"/> | ||
1684 | + <polygon fill="#373737" points="29.983,6.016,31.009,4.991,31.009,2.209,29.983,1.183"/> | ||
1685 | + <rect y="2.209" height="2.782" width="2.781" x="38.208"/> | ||
1686 | + <polygon fill="#2A2A29" points="37.184,1.183,38.208,2.209,40.991,2.209,42.016,1.183"/> | ||
1687 | + <polygon fill="#474747" points="42.016,1.183,40.991,2.212,40.991,4.993,42.016,6.016"/> | ||
1688 | + <polygon fill="#595959" points="42.016,6.016,40.99,4.993,38.208,4.993,37.184,6.016"/> | ||
1689 | + <polygon fill="#373737" points="37.182,6.016,38.208,4.991,38.208,2.209,37.182,1.183"/> | ||
1690 | + <rect y="2.209" height="2.782" width="2.779" x="45.41"/> | ||
1691 | + <polygon fill="#2A2A29" points="44.384,1.183,45.408,2.209,48.192,2.209,49.218,1.183"/> | ||
1692 | + <polygon fill="#474747" points="49.218,1.183,48.192,2.212,48.192,4.993,49.218,6.016"/> | ||
1693 | + <polygon fill="#595959" points="49.216,6.016,48.19,4.993,45.408,4.993,44.384,6.016"/> | ||
1694 | + <polygon fill="#373737" points="44.382,6.016,45.408,4.991,45.408,2.209,44.382,1.183"/> | ||
1695 | + <rect y="2.209" height="2.782" width="2.779" x="52.611"/> | ||
1696 | + <polygon fill="#2A2A29" points="51.583,1.183,52.608,2.209,55.391,2.209,56.416,1.183"/> | ||
1697 | + <polygon fill="#474747" points="56.416,1.183,55.391,2.212,55.391,4.993,56.416,6.016"/> | ||
1698 | + <polygon fill="#595959" points="56.415,6.016,55.391,4.993,52.608,4.993,51.583,6.016"/> | ||
1699 | + <polygon fill="#373737" points="51.582,6.016,52.608,4.991,52.608,2.209,51.582,1.183"/> | ||
1700 | + </g> | ||
1701 | + </g> | ||
1702 | + <g transform="matrix(1, 0, 0, 1, 208.783, 3.59877)"> | ||
1703 | + <g id="_x31_x08_2_"> | ||
1704 | + <g transform="matrix(-1, 0, 0, -1, 57.6, 7.2)"> | ||
1705 | + <g > | ||
1706 | + <rect fill="#404040" y="0" height="7.199" width="57.6" x="0.001"/> | ||
1707 | + <rect y="2.209" height="2.782" width="2.78" x="2.21"/> | ||
1708 | + <polygon fill="#2A2A29" points="1.184,1.184,2.208,2.209,4.991,2.209,6.016,1.184"/> | ||
1709 | + <polygon fill="#474747" points="6.016,1.184,4.991,2.212,4.991,4.993,6.016,6.016"/> | ||
1710 | + <polygon fill="#595959" points="6.016,6.016,4.99,4.993,2.208,4.993,1.184,6.016"/> | ||
1711 | + <polygon fill="#373737" points="1.182,6.016,2.208,4.991,2.208,2.209,1.182,1.184"/> | ||
1712 | + <rect y="2.209" height="2.782" width="2.781" x="9.41"/> | ||
1713 | + <polygon fill="#2A2A29" points="8.384,1.184,9.408,2.209,12.192,2.209,13.218,1.184"/> | ||
1714 | + <polygon fill="#474747" points="13.218,1.184,12.192,2.212,12.192,4.993,13.218,6.016"/> | ||
1715 | + <polygon fill="#595959" points="13.216,6.016,12.191,4.993,9.408,4.993,8.384,6.016"/> | ||
1716 | + <polygon fill="#373737" points="8.382,6.016,9.408,4.991,9.408,2.209,8.382,1.184"/> | ||
1717 | + <rect y="2.209" height="2.782" width="2.777" x="16.611"/> | ||
1718 | + <polygon fill="#2A2A29" points="15.585,1.184,16.609,2.209,19.391,2.209,20.417,1.184"/> | ||
1719 | + <polygon fill="#474747" points="20.417,1.184,19.391,2.212,19.391,4.993,20.417,6.016"/> | ||
1720 | + <polygon fill="#595959" points="20.416,6.016,19.391,4.993,16.609,4.993,15.585,6.016"/> | ||
1721 | + <polygon fill="#373737" points="15.583,6.016,16.609,4.991,16.609,2.209,15.583,1.184"/> | ||
1722 | + <rect y="2.209" height="2.782" width="2.781" x="23.811"/> | ||
1723 | + <polygon fill="#2A2A29" points="22.784,1.184,23.809,2.209,26.593,2.209,27.616,1.184"/> | ||
1724 | + <polygon fill="#474747" points="27.616,1.184,26.593,2.212,26.593,4.993,27.616,6.016"/> | ||
1725 | + <polygon fill="#595959" points="27.615,6.016,26.591,4.993,23.809,4.993,22.784,6.016"/> | ||
1726 | + <polygon fill="#373737" points="22.782,6.016,23.809,4.991,23.809,2.209,22.782,1.184"/> | ||
1727 | + <rect y="2.209" height="2.782" width="2.781" x="31.01"/> | ||
1728 | + <polygon fill="#2A2A29" points="29.985,1.184,31.009,2.209,33.792,2.209,34.817,1.184"/> | ||
1729 | + <polygon fill="#474747" points="34.817,1.184,33.792,2.212,33.792,4.993,34.817,6.016"/> | ||
1730 | + <polygon fill="#595959" points="34.816,6.016,33.791,4.993,31.009,4.993,29.985,6.016"/> | ||
1731 | + <polygon fill="#373737" points="29.983,6.016,31.009,4.991,31.009,2.209,29.983,1.184"/> | ||
1732 | + <rect y="2.209" height="2.782" width="2.78" x="38.21"/> | ||
1733 | + <polygon fill="#2A2A29" points="37.184,1.184,38.208,2.209,40.991,2.209,42.016,1.184"/> | ||
1734 | + <polygon fill="#474747" points="42.016,1.184,40.991,2.212,40.991,4.993,42.016,6.016"/> | ||
1735 | + <polygon fill="#595959" points="42.016,6.016,40.99,4.993,38.208,4.993,37.184,6.016"/> | ||
1736 | + <polygon fill="#373737" points="37.182,6.016,38.208,4.991,38.208,2.209,37.182,1.184"/> | ||
1737 | + <rect y="2.209" height="2.782" width="2.781" x="45.41"/> | ||
1738 | + <polygon fill="#2A2A29" points="44.384,1.184,45.408,2.209,48.192,2.209,49.218,1.184"/> | ||
1739 | + <polygon fill="#474747" points="49.218,1.184,48.192,2.212,48.192,4.993,49.218,6.016"/> | ||
1740 | + <polygon fill="#595959" points="49.216,6.016,48.191,4.993,45.408,4.993,44.384,6.016"/> | ||
1741 | + <polygon fill="#373737" points="44.382,6.016,45.408,4.991,45.408,2.209,44.382,1.184"/> | ||
1742 | + <rect y="2.209" height="2.782" width="2.777" x="52.611"/> | ||
1743 | + <polygon fill="#2A2A29" points="51.585,1.184,52.609,2.209,55.391,2.209,56.417,1.184"/> | ||
1744 | + <polygon fill="#474747" points="56.417,1.184,55.391,2.212,55.391,4.993,56.417,6.016"/> | ||
1745 | + <polygon fill="#595959" points="56.416,6.016,55.391,4.993,52.609,4.993,51.585,6.016"/> | ||
1746 | + <polygon fill="#373737" points="51.583,6.016,52.609,4.991,52.609,2.209,51.583,1.184"/> | ||
1747 | + </g> | ||
1748 | + </g> | ||
1749 | + </g> | ||
1750 | + </g> | ||
1751 | + <g transform="matrix(1, 0, 0, 1, 32.8836, 90.7452)"> | ||
1752 | + <g id="sot223"> | ||
1753 | + <g transform="matrix(0, 1, -1, 0, 19.6385, 0.486504)"> | ||
1754 | + <g > | ||
1755 | + <g > | ||
1756 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 18.5822, -13.6858)"> | ||
1757 | + <rect fill="#999999" y="0.72" height="3.457" width="4.896" x="13.686"/> | ||
1758 | + </g> | ||
1759 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 12.027, -7.1296)"> | ||
1760 | + <rect fill="#999999" y="0.719" height="3.459" width="4.896" x="7.13"/> | ||
1761 | + </g> | ||
1762 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 5.4729, -0.5744)"> | ||
1763 | + <rect fill="#999999" y="0.722" height="3.455" width="4.896" x="0.576"/> | ||
1764 | + </g> | ||
1765 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 16.2072, -16.0608)"> | ||
1766 | + <rect fill="#FFFFFF" y="-1.655" opacity="0.2" height="3.457" width="0.146" enable-background="new " x="16.061"/> | ||
1767 | + </g> | ||
1768 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 9.652, -9.5046)"> | ||
1769 | + <rect fill="#FFFFFF" y="-1.656" opacity="0.2" height="3.459" width="0.146" enable-background="new " x="9.505"/> | ||
1770 | + </g> | ||
1771 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 3.0979, -2.9494)"> | ||
1772 | + <rect fill="#FFFFFF" y="-1.653" opacity="0.2" height="3.455" width="0.146" enable-background="new " x="2.951"/> | ||
1773 | + </g> | ||
1774 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 27.0583, 7.9036)"> | ||
1775 | + <rect fill="#999999" y="12.377" height="10.207" width="5.283" x="6.936"/> | ||
1776 | + </g> | ||
1777 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 29.6213, 10.4665)"> | ||
1778 | + <rect fill="#FFFFFF" y="14.94" opacity="0.2" height="10.207" width="0.161" enable-background="new " x="9.497"/> | ||
1779 | + </g> | ||
1780 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 19.4475, 0.2869)"> | ||
1781 | + <rect fill="#303030" y="0.286" height="19.162" width="9.942" x="4.609"/> | ||
1782 | + </g> | ||
1783 | + <polygon fill="#1F1F1F" points="19.161,14.839,0,14.839,0.719,14.118,18.437,14.118"/> | ||
1784 | + <polygon fill="#1F1F1F" points="19.161,4.896,0,4.896,0.719,5.619,18.437,5.619"/> | ||
1785 | + <polygon points="19.161,14.839,19.161,4.896,18.437,5.619,18.437,14.118"/> | ||
1786 | + <polygon fill="#3D3D3D" points="0,14.839,0,4.896,0.719,5.619,0.719,14.118"/> | ||
1787 | + <circle fill="#1F1F1F" cy="7.059" r="0.72" cx="17"/> | ||
1788 | + </g> | ||
1789 | + </g> | ||
1790 | + </g> | ||
1791 | + </g> | ||
1792 | + </g> | ||
1793 | + <g transform="matrix(1, 0, 0, 1, 190.531, 64.3933)"> | ||
1794 | + <g id="_x32_x03"> | ||
1795 | + <g transform="matrix(0, -1, 1, 0, 3.52001, 17.793)"> | ||
1796 | + <g > | ||
1797 | + <g > | ||
1798 | + <polygon fill="#404040" points="21.313,12.762,21.313,8.829,21.313,5.489,21.313,1.556,19.802,0.045,15.871,0.045,14.361,1.556,14.361,5.489,14.361,8.829,14.361,12.762,15.871,14.275,19.802,14.275"/> | ||
1799 | + <polygon fill="#404040" points="14.131,12.762,14.131,8.829,14.131,5.489,14.131,1.556,12.622,0.045,8.69,0.045,7.177,1.556,7.177,5.489,7.177,8.829,7.177,12.762,8.69,14.275,12.622,14.275"/> | ||
1800 | + <polygon fill="#404040" points="6.954,12.762,6.954,8.829,6.954,5.489,6.954,1.556,5.442,0.045,1.509,0.045,0,1.556,0,5.489,0,8.829,0,12.762,1.509,14.275,5.442,14.275"/> | ||
1801 | + <polygon fill="#404040" points="21.313,12.762,21.313,8.829,21.313,5.489,21.313,1.556,19.802,0.045,15.871,0.045,14.361,1.556,14.361,5.489,14.361,8.829,14.361,12.762,15.871,14.275,19.802,14.275"/> | ||
1802 | + <polygon fill="#404040" points="14.131,12.762,14.131,8.829,14.131,5.489,14.131,1.556,12.622,0.045,8.69,0.045,7.177,1.556,7.177,5.489,7.177,8.829,7.177,12.762,8.69,14.275,12.622,14.275"/> | ||
1803 | + <polygon fill="#404040" points="6.954,12.762,6.954,8.829,6.954,5.489,6.954,1.556,5.442,0.045,1.509,0.045,0,1.556,0,5.489,0,8.829,0,12.762,1.509,14.275,5.442,14.275"/> | ||
1804 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 0.0092, 7.2121)"> | ||
1805 | + <rect fill="#8D8C8C" y="2.452" height="2.299" width="2.299" x="2.461"/> | ||
1806 | + </g> | ||
1807 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -7.189, 14.4123)"> | ||
1808 | + <rect fill="#8D8C8C" y="9.65" height="2.301" width="2.299" x="2.462"/> | ||
1809 | + </g> | ||
1810 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 7.2065, 14.4123)"> | ||
1811 | + <rect fill="#8D8C8C" y="2.454" height="2.298" width="2.298" x="9.66"/> | ||
1812 | + </g> | ||
1813 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 0.0092, 21.6096)"> | ||
1814 | + <rect fill="#8D8C8C" y="9.651" height="2.298" width="2.298" x="9.66"/> | ||
1815 | + </g> | ||
1816 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 14.4038, 21.6095)"> | ||
1817 | + <rect fill="#8D8C8C" y="2.454" height="2.298" width="2.298" x="16.858"/> | ||
1818 | + </g> | ||
1819 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 7.2075, 28.8078)"> | ||
1820 | + <rect fill="#8D8455" y="9.651" height="2.298" width="2.298" x="16.859"/> | ||
1821 | + </g> | ||
1822 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 7.2063, 28.8115)"> | ||
1823 | + <rect fill="#8C8663" y="10.211" height="1.183" width="1.184" x="17.417"/> | ||
1824 | + </g> | ||
1825 | + <polygon fill="#B8AF82" points="19.156,9.654,18.597,10.212,18.597,11.391,19.156,11.95"/> | ||
1826 | + <polygon fill="#80795B" points="17.416,11.391,18.597,11.391,19.156,11.95,16.858,11.95"/> | ||
1827 | + <polygon fill="#5E5B43" points="17.416,10.212,17.416,11.391,16.858,11.95,16.858,9.654"/> | ||
1828 | + <polygon fill="#9A916C" points="19.156,9.654,18.597,10.212,17.416,10.212,16.858,9.654"/> | ||
1829 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 14.405, 21.6088)"> | ||
1830 | + <rect fill="#8C8663" y="3.01" height="1.183" width="1.183" x="17.416"/> | ||
1831 | + </g> | ||
1832 | + <polygon fill="#B8AF82" points="19.156,2.454,18.597,3.012,18.597,4.193,19.156,4.75"/> | ||
1833 | + <polygon fill="#80795B" points="17.416,4.193,18.597,4.193,19.156,4.75,16.858,4.75"/> | ||
1834 | + <polygon fill="#5E5B43" points="17.416,3.012,17.416,4.193,16.858,4.75,16.858,2.454"/> | ||
1835 | + <polygon fill="#9A916C" points="19.156,2.454,18.597,3.012,17.416,3.012,16.858,2.454"/> | ||
1836 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 0.006, 21.6132)"> | ||
1837 | + <rect fill="#8C8663" y="10.212" height="1.184" width="1.186" x="10.217"/> | ||
1838 | + </g> | ||
1839 | + <polygon fill="#B8AF82" points="11.957,9.654,11.4,10.212,11.4,11.391,11.957,11.95"/> | ||
1840 | + <polygon fill="#80795B" points="10.217,11.391,11.4,11.391,11.957,11.95,9.66,11.95"/> | ||
1841 | + <polygon fill="#5E5B43" points="10.217,10.212,10.217,11.391,9.66,11.95,9.66,9.654"/> | ||
1842 | + <polygon fill="#9A916C" points="11.957,9.654,11.4,10.212,10.217,10.212,9.66,9.654"/> | ||
1843 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 7.2077, 14.4115)"> | ||
1844 | + <rect fill="#8C8663" y="3.01" height="1.184" width="1.183" x="10.218"/> | ||
1845 | + </g> | ||
1846 | + <polygon fill="#B8AF82" points="11.957,2.454,11.4,3.012,11.4,4.193,11.957,4.75"/> | ||
1847 | + <polygon fill="#80795B" points="10.217,4.193,11.4,4.193,11.957,4.75,9.66,4.75"/> | ||
1848 | + <polygon fill="#5E5B43" points="10.217,3.012,10.217,4.193,9.66,4.75,9.66,2.454"/> | ||
1849 | + <polygon fill="#9A916C" points="11.957,2.454,11.4,3.012,10.217,3.012,9.66,2.454"/> | ||
1850 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -7.1944, 14.4118)"> | ||
1851 | + <rect fill="#8C8663" y="10.21" height="1.186" width="1.187" x="3.015"/> | ||
1852 | + </g> | ||
1853 | + <polygon fill="#B8AF82" points="4.759,9.654,4.199,10.212,4.199,11.391,4.759,11.95"/> | ||
1854 | + <polygon fill="#80795B" points="3.016,11.391,4.199,11.391,4.759,11.95,2.461,11.95"/> | ||
1855 | + <polygon fill="#5E5B43" points="3.016,10.212,3.016,11.391,2.461,11.95,2.461,9.654"/> | ||
1856 | + <polygon fill="#9A916C" points="4.759,9.654,4.199,10.212,3.016,10.212,2.461,9.654"/> | ||
1857 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, 0.0072, 7.2131)"> | ||
1858 | + <rect fill="#8C8663" y="3.009" height="1.188" width="1.185" x="3.018"/> | ||
1859 | + </g> | ||
1860 | + <polygon fill="#B8AF82" points="4.759,2.454,4.199,3.012,4.199,4.193,4.759,4.75"/> | ||
1861 | + <polygon fill="#80795B" points="3.016,4.193,4.199,4.193,4.759,4.75,2.461,4.75"/> | ||
1862 | + <polygon fill="#5E5B43" points="3.016,3.012,3.016,4.193,2.461,4.75,2.461,2.454"/> | ||
1863 | + <polygon fill="#9A916C" points="4.759,2.454,4.199,3.012,3.016,3.012,2.461,2.454"/> | ||
1864 | + </g> | ||
1865 | + </g> | ||
1866 | + </g> | ||
1867 | + </g> | ||
1868 | + </g> | ||
1869 | + <g transform="matrix(1, 0, 0, 1, 59.8522, 13.5271)"> | ||
1870 | + <g id="_x32_x03_1_"> | ||
1871 | + <g transform="matrix(-1, 0, 0, -1, 21.313, 14.273)"> | ||
1872 | + <g > | ||
1873 | + <g > | ||
1874 | + <polygon fill="#404040" points="21.314,12.762,21.314,8.83,21.314,5.49,21.314,1.556,19.802,0.045,15.872,0.045,14.361,1.556,14.361,5.49,14.361,8.83,14.361,12.762,15.872,14.274,19.802,14.274"/> | ||
1875 | + <polygon fill="#404040" points="14.131,12.762,14.131,8.83,14.131,5.49,14.131,1.556,12.622,0.045,8.69,0.045,7.177,1.556,7.177,5.49,7.177,8.83,7.177,12.762,8.69,14.274,12.622,14.274"/> | ||
1876 | + <polygon fill="#404040" points="6.955,12.762,6.955,8.83,6.955,5.49,6.955,1.556,5.442,0.045,1.509,0.045,0,1.556,0,5.49,0,8.83,0,12.762,1.509,14.274,5.442,14.274"/> | ||
1877 | + <polygon fill="#404040" points="21.314,12.762,21.314,8.83,21.314,5.49,21.314,1.556,19.802,0.045,15.872,0.045,14.361,1.556,14.361,5.49,14.361,8.83,14.361,12.762,15.872,14.274,19.802,14.274"/> | ||
1878 | + <polygon fill="#404040" points="14.131,12.762,14.131,8.83,14.131,5.49,14.131,1.556,12.622,0.045,8.69,0.045,7.177,1.556,7.177,5.49,7.177,8.83,7.177,12.762,8.69,14.274,12.622,14.274"/> | ||
1879 | + <polygon fill="#404040" points="6.955,12.762,6.955,8.83,6.955,5.49,6.955,1.556,5.442,0.045,1.509,0.045,0,1.556,0,5.49,0,8.83,0,12.762,1.509,14.274,5.442,14.274"/> | ||
1880 | + <rect fill="#8D8C8C" y="2.454" height="2.298" width="2.299" x="2.461"/> | ||
1881 | + <rect fill="#8D8C8C" y="9.653" height="2.298" width="2.299" x="2.461"/> | ||
1882 | + <rect fill="#8D8C8C" y="2.454" height="2.298" width="2.299" x="9.66"/> | ||
1883 | + <rect fill="#8D8C8C" y="9.653" height="2.298" width="2.299" x="9.66"/> | ||
1884 | + <rect fill="#8D8C8C" y="2.454" height="2.298" width="2.298" x="16.858"/> | ||
1885 | + <rect fill="#8D8455" y="9.653" height="2.298" width="2.298" x="16.858"/> | ||
1886 | + <rect fill="#8C8663" y="10.212" height="1.184" width="1.183" x="17.416"/> | ||
1887 | + <polygon fill="#B8AF82" points="19.156,9.653,18.597,10.212,18.597,11.393,19.156,11.951"/> | ||
1888 | + <polygon fill="#80795B" points="17.416,11.393,18.597,11.393,19.156,11.951,16.858,11.951"/> | ||
1889 | + <polygon fill="#5E5B43" points="17.416,10.212,17.416,11.393,16.858,11.951,16.858,9.653"/> | ||
1890 | + <polygon fill="#9A916C" points="19.156,9.653,18.597,10.212,17.416,10.212,16.858,9.653"/> | ||
1891 | + <rect fill="#8C8663" y="3.012" height="1.182" width="1.183" x="17.416"/> | ||
1892 | + <polygon fill="#B8AF82" points="19.156,2.454,18.597,3.012,18.597,4.193,19.156,4.751"/> | ||
1893 | + <polygon fill="#80795B" points="17.416,4.193,18.597,4.193,19.156,4.751,16.858,4.751"/> | ||
1894 | + <polygon fill="#5E5B43" points="17.416,3.012,17.416,4.193,16.858,4.751,16.858,2.454"/> | ||
1895 | + <polygon fill="#9A916C" points="19.156,2.454,18.597,3.012,17.416,3.012,16.858,2.454"/> | ||
1896 | + <rect fill="#8C8663" y="10.212" height="1.184" width="1.187" x="10.217"/> | ||
1897 | + <polygon fill="#B8AF82" points="11.957,9.653,11.4,10.212,11.4,11.393,11.957,11.951"/> | ||
1898 | + <polygon fill="#80795B" points="10.217,11.393,11.4,11.393,11.957,11.951,9.66,11.951"/> | ||
1899 | + <polygon fill="#5E5B43" points="10.217,10.212,10.217,11.393,9.66,11.951,9.66,9.653"/> | ||
1900 | + <polygon fill="#9A916C" points="11.957,9.653,11.4,10.212,10.217,10.212,9.66,9.653"/> | ||
1901 | + <rect fill="#8C8663" y="3.012" height="1.182" width="1.187" x="10.217"/> | ||
1902 | + <polygon fill="#B8AF82" points="11.957,2.454,11.4,3.012,11.4,4.193,11.957,4.751"/> | ||
1903 | + <polygon fill="#80795B" points="10.217,4.193,11.4,4.193,11.957,4.751,9.66,4.751"/> | ||
1904 | + <polygon fill="#5E5B43" points="10.217,3.012,10.217,4.193,9.66,4.751,9.66,2.454"/> | ||
1905 | + <polygon fill="#9A916C" points="11.957,2.454,11.4,3.012,10.217,3.012,9.66,2.454"/> | ||
1906 | + <rect fill="#8C8663" y="10.212" height="1.184" width="1.188" x="3.016"/> | ||
1907 | + <polygon fill="#B8AF82" points="4.759,9.653,4.2,10.212,4.2,11.393,4.759,11.951"/> | ||
1908 | + <polygon fill="#80795B" points="3.016,11.393,4.2,11.393,4.759,11.951,2.461,11.951"/> | ||
1909 | + <polygon fill="#5E5B43" points="3.016,10.212,3.016,11.393,2.461,11.951,2.461,9.653"/> | ||
1910 | + <polygon fill="#9A916C" points="4.759,9.653,4.2,10.212,3.016,10.212,2.461,9.653"/> | ||
1911 | + <rect fill="#8C8663" y="3.012" height="1.182" width="1.188" x="3.016"/> | ||
1912 | + <polygon fill="#B8AF82" points="4.759,2.454,4.2,3.012,4.2,4.193,4.759,4.751"/> | ||
1913 | + <polygon fill="#80795B" points="3.016,4.193,4.2,4.193,4.759,4.751,2.461,4.751"/> | ||
1914 | + <polygon fill="#5E5B43" points="3.016,3.012,3.016,4.193,2.461,4.751,2.461,2.454"/> | ||
1915 | + <polygon fill="#9A916C" points="4.759,2.454,4.2,3.012,3.016,3.012,2.461,2.454"/> | ||
1916 | + </g> | ||
1917 | + </g> | ||
1918 | + </g> | ||
1919 | + </g> | ||
1920 | + </g> | ||
1921 | + <g transform="matrix(1, 0, 0, 1, 67.6403, 3.60123)"> | ||
1922 | + <g id="_x31_x10"> | ||
1923 | + <rect fill="#404040" y="0" height="7.199" width="72" x="-0.001"/> | ||
1924 | + <rect y="2.209" height="2.782" width="2.78" x="2.208"/> | ||
1925 | + <polygon fill="#2A2A29" points="1.185,1.184,2.207,2.209,4.992,2.209,6.017,1.184"/> | ||
1926 | + <polygon fill="#474747" points="6.017,1.184,4.992,2.212,4.992,4.993,6.017,6.016"/> | ||
1927 | + <polygon fill="#595959" points="6.016,6.016,4.991,4.993,2.207,4.993,1.185,6.016"/> | ||
1928 | + <polygon fill="#373737" points="1.183,6.016,2.207,4.991,2.207,2.209,1.183,1.184"/> | ||
1929 | + <rect y="2.209" height="2.782" width="2.781" x="9.411"/> | ||
1930 | + <polygon fill="#2A2A29" points="8.384,1.184,9.408,2.209,12.19,2.209,13.216,1.184"/> | ||
1931 | + <polygon fill="#474747" points="13.216,1.184,12.19,2.212,12.19,4.993,13.216,6.016"/> | ||
1932 | + <polygon fill="#595959" points="13.215,6.016,12.189,4.993,9.408,4.993,8.384,6.016"/> | ||
1933 | + <polygon fill="#373737" points="8.382,6.016,9.408,4.991,9.408,2.209,8.382,1.184"/> | ||
1934 | + <rect y="2.209" height="2.782" width="2.78" x="16.61"/> | ||
1935 | + <polygon fill="#2A2A29" points="15.582,1.184,16.607,2.209,19.392,2.209,20.415,1.184"/> | ||
1936 | + <polygon fill="#474747" points="20.415,1.184,19.392,2.212,19.392,4.993,20.415,6.016"/> | ||
1937 | + <polygon fill="#595959" points="20.415,6.016,19.391,4.993,16.607,4.993,15.582,6.016"/> | ||
1938 | + <polygon fill="#373737" points="15.582,6.016,16.607,4.991,16.607,2.209,15.582,1.184"/> | ||
1939 | + <rect y="2.209" height="2.782" width="2.781" x="23.811"/> | ||
1940 | + <polygon fill="#2A2A29" points="22.785,1.184,23.809,2.209,26.592,2.209,27.617,1.184"/> | ||
1941 | + <polygon fill="#474747" points="27.617,1.184,26.592,2.212,26.592,4.993,27.617,6.016"/> | ||
1942 | + <polygon fill="#595959" points="27.616,6.016,26.59,4.993,23.809,4.993,22.785,6.016"/> | ||
1943 | + <polygon fill="#373737" points="22.782,6.016,23.809,4.991,23.809,2.209,22.782,1.184"/> | ||
1944 | + <rect y="2.209" height="2.782" width="2.778" x="31.01"/> | ||
1945 | + <polygon fill="#2A2A29" points="29.984,1.184,31.008,2.209,33.79,2.209,34.815,1.184"/> | ||
1946 | + <polygon fill="#474747" points="34.815,1.184,33.79,2.212,33.79,4.993,34.815,6.016"/> | ||
1947 | + <polygon fill="#595959" points="34.814,6.016,33.79,4.993,31.008,4.993,29.984,6.016"/> | ||
1948 | + <polygon fill="#373737" points="29.981,6.016,31.008,4.991,31.008,2.209,29.981,1.184"/> | ||
1949 | + <rect y="2.209" height="2.782" width="2.78" x="38.209"/> | ||
1950 | + <polygon fill="#2A2A29" points="37.185,1.184,38.207,2.209,40.992,2.209,42.017,1.184"/> | ||
1951 | + <polygon fill="#474747" points="42.017,1.184,40.992,2.212,40.992,4.993,42.017,6.016"/> | ||
1952 | + <polygon fill="#595959" points="42.016,6.016,40.99,4.993,38.207,4.993,37.185,6.016"/> | ||
1953 | + <polygon fill="#373737" points="37.183,6.016,38.207,4.991,38.207,2.209,37.183,1.184"/> | ||
1954 | + <rect y="2.209" height="2.782" width="2.78" x="45.41"/> | ||
1955 | + <polygon fill="#2A2A29" points="44.385,1.184,45.408,2.209,48.19,2.209,49.217,1.184"/> | ||
1956 | + <polygon fill="#474747" points="49.217,1.184,48.19,2.212,48.19,4.993,49.217,6.016"/> | ||
1957 | + <polygon fill="#595959" points="49.215,6.016,48.189,4.993,45.408,4.993,44.385,6.016"/> | ||
1958 | + <polygon fill="#373737" points="44.383,6.016,45.408,4.991,45.408,2.209,44.383,1.184"/> | ||
1959 | + <rect y="2.209" height="2.782" width="2.78" x="52.61"/> | ||
1960 | + <polygon fill="#2A2A29" points="51.582,1.184,52.607,2.209,55.392,2.209,56.415,1.184"/> | ||
1961 | + <polygon fill="#474747" points="56.415,1.184,55.392,2.212,55.392,4.993,56.415,6.016"/> | ||
1962 | + <polygon fill="#595959" points="56.415,6.016,55.391,4.993,52.607,4.993,51.582,6.016"/> | ||
1963 | + <polygon fill="#373737" points="51.582,6.016,52.607,4.991,52.607,2.209,51.582,1.184"/> | ||
1964 | + <rect y="2.209" height="2.782" width="2.781" x="59.811"/> | ||
1965 | + <polygon fill="#2A2A29" points="58.785,1.184,59.809,2.209,62.592,2.209,63.617,1.184"/> | ||
1966 | + <polygon fill="#474747" points="63.617,1.184,62.592,2.212,62.592,4.993,63.617,6.016"/> | ||
1967 | + <polygon fill="#595959" points="63.615,6.016,62.59,4.993,59.809,4.993,58.785,6.016"/> | ||
1968 | + <polygon fill="#373737" points="58.782,6.016,59.809,4.991,59.809,2.209,58.782,1.184"/> | ||
1969 | + <rect y="2.209" height="2.782" width="2.778" x="67.01"/> | ||
1970 | + <polygon fill="#2A2A29" points="65.984,1.184,67.008,2.209,69.79,2.209,70.815,1.184"/> | ||
1971 | + <polygon fill="#474747" points="70.815,1.184,69.79,2.212,69.79,4.993,70.815,6.016"/> | ||
1972 | + <polygon fill="#595959" points="70.814,6.016,69.79,4.993,67.008,4.993,65.984,6.016"/> | ||
1973 | + <polygon fill="#373737" points="65.981,6.016,67.008,4.991,67.008,2.209,65.981,1.184"/> | ||
1974 | + </g> | ||
1975 | + </g> | ||
1976 | + <g > | ||
1977 | + <g > | ||
1978 | + <g transform="matrix(1, 0, 0, 1, 223.16, 140.401)"> | ||
1979 | + <g id="_x31_x08_5_"> | ||
1980 | + <rect fill="#404040" y="-136.795" height="57.599" width="7.199" x="57.613"/> | ||
1981 | + <rect y="-134.584" height="2.78" width="2.782" x="59.821"/> | ||
1982 | + <polygon fill="#2A2A29" points="63.629,-135.609,62.603,-134.586,62.603,-131.803,63.629,-130.777"/> | ||
1983 | + <polygon fill="#474747" points="63.629,-130.777,62.599,-131.803,59.819,-131.803,58.797,-130.777"/> | ||
1984 | + <polygon fill="#595959" points="58.797,-130.779,59.819,-131.804,59.819,-134.586,58.797,-135.609"/> | ||
1985 | + <polygon fill="#373737" points="58.797,-135.611,59.821,-134.586,62.603,-134.586,63.629,-135.611"/> | ||
1986 | + <rect y="-127.384" height="2.781" width="2.782" x="59.821"/> | ||
1987 | + <polygon fill="#2A2A29" points="63.629,-128.41,62.603,-127.386,62.603,-124.602,63.629,-123.578"/> | ||
1988 | + <polygon fill="#474747" points="63.629,-123.578,62.599,-124.602,59.819,-124.602,58.797,-123.578"/> | ||
1989 | + <polygon fill="#595959" points="58.797,-123.58,59.819,-124.603,59.819,-127.386,58.797,-128.41"/> | ||
1990 | + <polygon fill="#373737" points="58.797,-128.412,59.821,-127.386,62.603,-127.386,63.629,-128.412"/> | ||
1991 | + <rect y="-120.183" height="2.781" width="2.782" x="59.821"/> | ||
1992 | + <polygon fill="#2A2A29" points="63.629,-121.211,62.603,-120.185,62.603,-117.402,63.629,-116.379"/> | ||
1993 | + <polygon fill="#474747" points="63.629,-116.379,62.599,-117.402,59.819,-117.402,58.797,-116.379"/> | ||
1994 | + <polygon fill="#595959" points="58.797,-116.379,59.819,-117.404,59.819,-120.185,58.797,-121.211"/> | ||
1995 | + <polygon fill="#373737" points="58.797,-121.213,59.821,-120.185,62.603,-120.185,63.629,-121.213"/> | ||
1996 | + <rect y="-112.983" height="2.78" width="2.782" x="59.821"/> | ||
1997 | + <polygon fill="#2A2A29" points="63.629,-114.01,62.603,-112.985,62.603,-110.203,63.629,-109.178"/> | ||
1998 | + <polygon fill="#474747" points="63.629,-109.178,62.599,-110.203,59.819,-110.203,58.797,-109.178"/> | ||
1999 | + <polygon fill="#595959" points="58.797,-109.179,59.819,-110.205,59.819,-112.985,58.797,-114.01"/> | ||
2000 | + <polygon fill="#373737" points="58.797,-114.012,59.821,-112.985,62.603,-112.985,63.629,-114.012"/> | ||
2001 | + <rect y="-105.785" height="2.781" width="2.782" x="59.821"/> | ||
2002 | + <polygon fill="#2A2A29" points="63.629,-106.809,62.603,-105.787,62.603,-103.004,63.629,-101.977"/> | ||
2003 | + <polygon fill="#474747" points="63.629,-101.977,62.599,-103.004,59.819,-103.004,58.797,-101.977"/> | ||
2004 | + <polygon fill="#595959" points="58.797,-101.978,59.819,-103.004,59.819,-105.787,58.797,-106.809"/> | ||
2005 | + <polygon fill="#373737" points="58.797,-106.811,59.821,-105.787,62.603,-105.787,63.629,-106.811"/> | ||
2006 | + <rect y="-98.584" height="2.781" width="2.782" x="59.821"/> | ||
2007 | + <polygon fill="#2A2A29" points="63.629,-99.609,62.603,-98.586,62.603,-95.803,63.629,-94.777"/> | ||
2008 | + <polygon fill="#474747" points="63.629,-94.777,62.599,-95.803,59.819,-95.803,58.797,-94.777"/> | ||
2009 | + <polygon fill="#595959" points="58.797,-94.779,59.819,-95.805,59.819,-98.586,58.797,-99.609"/> | ||
2010 | + <polygon fill="#373737" points="58.797,-99.611,59.821,-98.586,62.603,-98.586,63.629,-99.611"/> | ||
2011 | + <rect y="-91.385" height="2.781" width="2.782" x="59.821"/> | ||
2012 | + <polygon fill="#2A2A29" points="63.629,-92.41,62.603,-91.387,62.603,-88.602,63.629,-87.578"/> | ||
2013 | + <polygon fill="#474747" points="63.629,-87.578,62.599,-88.602,59.819,-88.602,58.797,-87.578"/> | ||
2014 | + <polygon fill="#595959" points="58.797,-87.58,59.819,-88.604,59.819,-91.387,58.797,-92.41"/> | ||
2015 | + <polygon fill="#373737" points="58.797,-92.412,59.821,-91.387,62.603,-91.387,63.629,-92.412"/> | ||
2016 | + <rect y="-84.184" height="2.781" width="2.782" x="59.821"/> | ||
2017 | + <polygon fill="#2A2A29" points="63.629,-85.211,62.603,-84.186,62.603,-81.402,63.629,-80.379"/> | ||
2018 | + <polygon fill="#474747" points="63.629,-80.379,62.599,-81.402,59.819,-81.402,58.797,-80.379"/> | ||
2019 | + <polygon fill="#595959" points="58.797,-80.379,59.819,-81.404,59.819,-84.186,58.797,-85.211"/> | ||
2020 | + <polygon fill="#373737" points="58.797,-85.213,59.821,-84.186,62.603,-84.186,63.629,-85.213"/> | ||
2021 | + </g> | ||
2022 | + </g> | ||
2023 | + <g transform="matrix(1, 0, 0, 1, 67.6403, 3.60123)"> | ||
2024 | + <g id="_x31_x10_1_"> | ||
2025 | + <rect fill="#404040" y="57.604" height="72" width="7.196" x="213.133"/> | ||
2026 | + <rect y="59.814" height="2.78" width="2.78" x="215.34"/> | ||
2027 | + <polygon fill="#2A2A29" points="219.148,58.789,218.122,59.811,218.122,62.596,219.148,63.621"/> | ||
2028 | + <polygon fill="#474747" points="219.148,63.621,218.119,62.596,215.338,62.596,214.315,63.621"/> | ||
2029 | + <polygon fill="#595959" points="214.315,63.62,215.338,62.595,215.338,59.811,214.315,58.789"/> | ||
2030 | + <polygon fill="#373737" points="214.315,58.787,215.34,59.811,218.122,59.811,219.148,58.787"/> | ||
2031 | + <rect y="67.014" height="2.781" width="2.78" x="215.34"/> | ||
2032 | + <polygon fill="#2A2A29" points="219.148,65.988,218.122,67.013,218.122,69.795,219.148,70.82"/> | ||
2033 | + <polygon fill="#474747" points="219.148,70.82,218.119,69.795,215.338,69.795,214.315,70.82"/> | ||
2034 | + <polygon fill="#595959" points="214.315,70.819,215.338,69.794,215.338,67.013,214.315,65.988"/> | ||
2035 | + <polygon fill="#373737" points="214.315,65.986,215.34,67.013,218.122,67.013,219.148,65.986"/> | ||
2036 | + <rect y="74.214" height="2.781" width="2.78" x="215.34"/> | ||
2037 | + <polygon fill="#2A2A29" points="219.148,73.188,218.122,74.212,218.122,76.997,219.148,78.02"/> | ||
2038 | + <polygon fill="#474747" points="219.148,78.02,218.119,76.997,215.338,76.997,214.315,78.02"/> | ||
2039 | + <polygon fill="#595959" points="214.315,78.02,215.338,76.995,215.338,74.212,214.315,73.188"/> | ||
2040 | + <polygon fill="#373737" points="214.315,73.186,215.34,74.212,218.122,74.212,219.148,73.186"/> | ||
2041 | + <rect y="81.415" height="2.781" width="2.78" x="215.34"/> | ||
2042 | + <polygon fill="#2A2A29" points="219.148,80.389,218.122,81.413,218.122,84.196,219.148,85.222"/> | ||
2043 | + <polygon fill="#474747" points="219.148,85.222,218.119,84.196,215.338,84.196,214.315,85.222"/> | ||
2044 | + <polygon fill="#595959" points="214.315,85.22,215.338,84.194,215.338,81.413,214.315,80.389"/> | ||
2045 | + <polygon fill="#373737" points="214.315,80.386,215.34,81.413,218.122,81.413,219.148,80.386"/> | ||
2046 | + <rect y="88.614" height="2.781" width="2.78" x="215.34"/> | ||
2047 | + <polygon fill="#2A2A29" points="219.148,87.589,218.122,88.612,218.122,91.395,219.148,92.421"/> | ||
2048 | + <polygon fill="#474747" points="219.148,92.421,218.119,91.395,215.338,91.395,214.315,92.421"/> | ||
2049 | + <polygon fill="#595959" points="214.315,92.419,215.338,91.395,215.338,88.612,214.315,87.589"/> | ||
2050 | + <polygon fill="#373737" points="214.315,87.587,215.34,88.612,218.122,88.612,219.148,87.587"/> | ||
2051 | + <rect y="95.815" height="2.781" width="2.78" x="215.34"/> | ||
2052 | + <polygon fill="#2A2A29" points="219.148,94.79,218.122,95.813,218.122,98.597,219.148,99.622"/> | ||
2053 | + <polygon fill="#474747" points="219.148,99.622,218.119,98.597,215.338,98.597,214.315,99.622"/> | ||
2054 | + <polygon fill="#595959" points="214.315,99.62,215.338,98.595,215.338,95.813,214.315,94.79"/> | ||
2055 | + <polygon fill="#373737" points="214.315,94.788,215.34,95.813,218.122,95.813,219.148,94.788"/> | ||
2056 | + <rect y="103.014" height="2.777" width="2.78" x="215.34"/> | ||
2057 | + <polygon fill="#2A2A29" points="219.148,101.989,218.122,103.013,218.122,105.796,219.148,106.821"/> | ||
2058 | + <polygon fill="#474747" points="219.148,106.821,218.119,105.796,215.338,105.796,214.315,106.821"/> | ||
2059 | + <polygon fill="#595959" points="214.315,106.819,215.338,105.794,215.338,103.013,214.315,101.989"/> | ||
2060 | + <polygon fill="#373737" points="214.315,101.987,215.34,103.013,218.122,103.013,219.148,101.987"/> | ||
2061 | + <rect y="110.214" height="2.781" width="2.78" x="215.34"/> | ||
2062 | + <polygon fill="#2A2A29" points="219.148,109.188,218.122,110.212,218.122,112.997,219.148,114.02"/> | ||
2063 | + <polygon fill="#474747" points="219.148,114.02,218.119,112.997,215.338,112.997,214.315,114.02"/> | ||
2064 | + <polygon fill="#595959" points="214.315,114.02,215.338,112.995,215.338,110.212,214.315,109.188"/> | ||
2065 | + <polygon fill="#373737" points="214.315,109.186,215.34,110.212,218.122,110.212,219.148,109.186"/> | ||
2066 | + <rect y="117.415" height="2.781" width="2.78" x="215.34"/> | ||
2067 | + <polygon fill="#2A2A29" points="219.148,116.389,218.122,117.413,218.122,120.196,219.148,121.222"/> | ||
2068 | + <polygon fill="#474747" points="219.148,121.222,218.119,120.196,215.338,120.196,214.315,121.222"/> | ||
2069 | + <polygon fill="#595959" points="214.315,121.22,215.338,120.194,215.338,117.413,214.315,116.389"/> | ||
2070 | + <polygon fill="#373737" points="214.315,116.386,215.34,117.413,218.122,117.413,219.148,116.386"/> | ||
2071 | + <rect y="124.614" height="2.781" width="2.78" x="215.34"/> | ||
2072 | + <polygon fill="#2A2A29" points="219.148,123.589,218.122,124.612,218.122,127.395,219.148,128.421"/> | ||
2073 | + <polygon fill="#474747" points="219.148,128.421,218.119,127.395,215.338,127.395,214.315,128.421"/> | ||
2074 | + <polygon fill="#595959" points="214.315,128.419,215.338,127.395,215.338,124.612,214.315,123.589"/> | ||
2075 | + <polygon fill="#373737" points="214.315,123.587,215.34,124.612,218.122,124.612,219.148,123.587"/> | ||
2076 | + </g> | ||
2077 | + </g> | ||
2078 | + </g> | ||
2079 | + <g > | ||
2080 | + <g transform="matrix(1, 0, 0, 1, 223.16, 140.401)"> | ||
2081 | + <g id="_x31_x08_6_"> | ||
2082 | + <rect fill="#404040" y="-136.795" height="57.599" width="7.198" x="64.812"/> | ||
2083 | + <rect y="-134.584" height="2.78" width="2.781" x="67.02"/> | ||
2084 | + <polygon fill="#2A2A29" points="70.826,-135.609,69.802,-134.586,69.802,-131.803,70.826,-130.777"/> | ||
2085 | + <polygon fill="#474747" points="70.826,-130.777,69.799,-131.803,67.018,-131.803,65.996,-130.777"/> | ||
2086 | + <polygon fill="#595959" points="65.996,-130.779,67.018,-131.804,67.018,-134.586,65.996,-135.609"/> | ||
2087 | + <polygon fill="#373737" points="65.996,-135.611,67.02,-134.586,69.802,-134.586,70.826,-135.611"/> | ||
2088 | + <rect y="-127.384" height="2.781" width="2.781" x="67.02"/> | ||
2089 | + <polygon fill="#2A2A29" points="70.826,-128.41,69.802,-127.386,69.802,-124.602,70.826,-123.578"/> | ||
2090 | + <polygon fill="#474747" points="70.826,-123.578,69.799,-124.602,67.018,-124.602,65.996,-123.578"/> | ||
2091 | + <polygon fill="#595959" points="65.996,-123.58,67.018,-124.603,67.018,-127.386,65.996,-128.41"/> | ||
2092 | + <polygon fill="#373737" points="65.996,-128.412,67.02,-127.386,69.802,-127.386,70.826,-128.412"/> | ||
2093 | + <rect y="-120.183" height="2.781" width="2.781" x="67.02"/> | ||
2094 | + <polygon fill="#2A2A29" points="70.826,-121.211,69.802,-120.185,69.802,-117.402,70.826,-116.379"/> | ||
2095 | + <polygon fill="#474747" points="70.826,-116.379,69.799,-117.402,67.018,-117.402,65.996,-116.379"/> | ||
2096 | + <polygon fill="#595959" points="65.996,-116.379,67.018,-117.404,67.018,-120.185,65.996,-121.211"/> | ||
2097 | + <polygon fill="#373737" points="65.996,-121.213,67.02,-120.185,69.802,-120.185,70.826,-121.213"/> | ||
2098 | + <rect y="-112.983" height="2.78" width="2.781" x="67.02"/> | ||
2099 | + <polygon fill="#2A2A29" points="70.826,-114.01,69.802,-112.985,69.802,-110.203,70.826,-109.178"/> | ||
2100 | + <polygon fill="#474747" points="70.826,-109.178,69.799,-110.203,67.018,-110.203,65.996,-109.178"/> | ||
2101 | + <polygon fill="#595959" points="65.996,-109.179,67.018,-110.205,67.018,-112.985,65.996,-114.01"/> | ||
2102 | + <polygon fill="#373737" points="65.996,-114.012,67.02,-112.985,69.802,-112.985,70.826,-114.012"/> | ||
2103 | + <rect y="-105.785" height="2.781" width="2.781" x="67.02"/> | ||
2104 | + <polygon fill="#2A2A29" points="70.826,-106.809,69.802,-105.787,69.802,-103.004,70.826,-101.977"/> | ||
2105 | + <polygon fill="#474747" points="70.826,-101.977,69.799,-103.004,67.018,-103.004,65.996,-101.977"/> | ||
2106 | + <polygon fill="#595959" points="65.996,-101.978,67.018,-103.004,67.018,-105.787,65.996,-106.809"/> | ||
2107 | + <polygon fill="#373737" points="65.996,-106.811,67.02,-105.787,69.802,-105.787,70.826,-106.811"/> | ||
2108 | + <rect y="-98.584" height="2.781" width="2.781" x="67.02"/> | ||
2109 | + <polygon fill="#2A2A29" points="70.826,-99.609,69.802,-98.586,69.802,-95.803,70.826,-94.777"/> | ||
2110 | + <polygon fill="#474747" points="70.826,-94.777,69.799,-95.803,67.018,-95.803,65.996,-94.777"/> | ||
2111 | + <polygon fill="#595959" points="65.996,-94.779,67.018,-95.805,67.018,-98.586,65.996,-99.609"/> | ||
2112 | + <polygon fill="#373737" points="65.996,-99.611,67.02,-98.586,69.802,-98.586,70.826,-99.611"/> | ||
2113 | + <rect y="-91.385" height="2.781" width="2.781" x="67.02"/> | ||
2114 | + <polygon fill="#2A2A29" points="70.826,-92.41,69.802,-91.387,69.802,-88.602,70.826,-87.578"/> | ||
2115 | + <polygon fill="#474747" points="70.826,-87.578,69.799,-88.602,67.018,-88.602,65.996,-87.578"/> | ||
2116 | + <polygon fill="#595959" points="65.996,-87.58,67.018,-88.604,67.018,-91.387,65.996,-92.41"/> | ||
2117 | + <polygon fill="#373737" points="65.996,-92.412,67.02,-91.387,69.802,-91.387,70.826,-92.412"/> | ||
2118 | + <rect y="-84.184" height="2.781" width="2.781" x="67.02"/> | ||
2119 | + <polygon fill="#2A2A29" points="70.826,-85.211,69.802,-84.186,69.802,-81.402,70.826,-80.379"/> | ||
2120 | + <polygon fill="#474747" points="70.826,-80.379,69.799,-81.402,67.018,-81.402,65.996,-80.379"/> | ||
2121 | + <polygon fill="#595959" points="65.996,-80.379,67.018,-81.404,67.018,-84.186,65.996,-85.211"/> | ||
2122 | + <polygon fill="#373737" points="65.996,-85.213,67.02,-84.186,69.802,-84.186,70.826,-85.213"/> | ||
2123 | + </g> | ||
2124 | + </g> | ||
2125 | + <g transform="matrix(1, 0, 0, 1, 67.6403, 3.60123)"> | ||
2126 | + <g id="_x31_x10_2_"> | ||
2127 | + <rect fill="#404040" y="57.604" height="72" width="7.199" x="220.331"/> | ||
2128 | + <rect y="59.814" height="2.78" width="2.783" x="222.539"/> | ||
2129 | + <polygon fill="#2A2A29" points="226.347,58.789,225.322,59.811,225.322,62.596,226.347,63.621"/> | ||
2130 | + <polygon fill="#474747" points="226.347,63.621,225.318,62.596,222.537,62.596,221.515,63.621"/> | ||
2131 | + <polygon fill="#595959" points="221.515,63.62,222.537,62.595,222.537,59.811,221.515,58.789"/> | ||
2132 | + <polygon fill="#373737" points="221.515,58.787,222.539,59.811,225.322,59.811,226.347,58.787"/> | ||
2133 | + <rect y="67.014" height="2.781" width="2.783" x="222.539"/> | ||
2134 | + <polygon fill="#2A2A29" points="226.347,65.988,225.322,67.013,225.322,69.795,226.347,70.82"/> | ||
2135 | + <polygon fill="#474747" points="226.347,70.82,225.318,69.795,222.537,69.795,221.515,70.82"/> | ||
2136 | + <polygon fill="#595959" points="221.515,70.819,222.537,69.794,222.537,67.013,221.515,65.988"/> | ||
2137 | + <polygon fill="#373737" points="221.515,65.986,222.539,67.013,225.322,67.013,226.347,65.986"/> | ||
2138 | + <rect y="74.214" height="2.781" width="2.783" x="222.539"/> | ||
2139 | + <polygon fill="#2A2A29" points="226.347,73.188,225.322,74.212,225.322,76.997,226.347,78.02"/> | ||
2140 | + <polygon fill="#474747" points="226.347,78.02,225.318,76.997,222.537,76.997,221.515,78.02"/> | ||
2141 | + <polygon fill="#595959" points="221.515,78.02,222.537,76.995,222.537,74.212,221.515,73.188"/> | ||
2142 | + <polygon fill="#373737" points="221.515,73.186,222.539,74.212,225.322,74.212,226.347,73.186"/> | ||
2143 | + <rect y="81.415" height="2.781" width="2.783" x="222.539"/> | ||
2144 | + <polygon fill="#2A2A29" points="226.347,80.389,225.322,81.413,225.322,84.196,226.347,85.222"/> | ||
2145 | + <polygon fill="#474747" points="226.347,85.222,225.318,84.196,222.537,84.196,221.515,85.222"/> | ||
2146 | + <polygon fill="#595959" points="221.515,85.22,222.537,84.194,222.537,81.413,221.515,80.389"/> | ||
2147 | + <polygon fill="#373737" points="221.515,80.386,222.539,81.413,225.322,81.413,226.347,80.386"/> | ||
2148 | + <rect y="88.614" height="2.781" width="2.783" x="222.539"/> | ||
2149 | + <polygon fill="#2A2A29" points="226.347,87.589,225.322,88.612,225.322,91.395,226.347,92.421"/> | ||
2150 | + <polygon fill="#474747" points="226.347,92.421,225.318,91.395,222.537,91.395,221.515,92.421"/> | ||
2151 | + <polygon fill="#595959" points="221.515,92.419,222.537,91.395,222.537,88.612,221.515,87.589"/> | ||
2152 | + <polygon fill="#373737" points="221.515,87.587,222.539,88.612,225.322,88.612,226.347,87.587"/> | ||
2153 | + <rect y="95.815" height="2.781" width="2.783" x="222.539"/> | ||
2154 | + <polygon fill="#2A2A29" points="226.347,94.79,225.322,95.813,225.322,98.597,226.347,99.622"/> | ||
2155 | + <polygon fill="#474747" points="226.347,99.622,225.318,98.597,222.537,98.597,221.515,99.622"/> | ||
2156 | + <polygon fill="#595959" points="221.515,99.62,222.537,98.595,222.537,95.813,221.515,94.79"/> | ||
2157 | + <polygon fill="#373737" points="221.515,94.788,222.539,95.813,225.322,95.813,226.347,94.788"/> | ||
2158 | + <rect y="103.014" height="2.777" width="2.783" x="222.539"/> | ||
2159 | + <polygon fill="#2A2A29" points="226.347,101.989,225.322,103.013,225.322,105.796,226.347,106.821"/> | ||
2160 | + <polygon fill="#474747" points="226.347,106.821,225.318,105.796,222.537,105.796,221.515,106.821"/> | ||
2161 | + <polygon fill="#595959" points="221.515,106.819,222.537,105.794,222.537,103.013,221.515,101.989"/> | ||
2162 | + <polygon fill="#373737" points="221.515,101.987,222.539,103.013,225.322,103.013,226.347,101.987"/> | ||
2163 | + <rect y="110.214" height="2.781" width="2.783" x="222.539"/> | ||
2164 | + <polygon fill="#2A2A29" points="226.347,109.188,225.322,110.212,225.322,112.997,226.347,114.02"/> | ||
2165 | + <polygon fill="#474747" points="226.347,114.02,225.318,112.997,222.537,112.997,221.515,114.02"/> | ||
2166 | + <polygon fill="#595959" points="221.515,114.02,222.537,112.995,222.537,110.212,221.515,109.188"/> | ||
2167 | + <polygon fill="#373737" points="221.515,109.186,222.539,110.212,225.322,110.212,226.347,109.186"/> | ||
2168 | + <rect y="117.415" height="2.781" width="2.783" x="222.539"/> | ||
2169 | + <polygon fill="#2A2A29" points="226.347,116.389,225.322,117.413,225.322,120.196,226.347,121.222"/> | ||
2170 | + <polygon fill="#474747" points="226.347,121.222,225.318,120.196,222.537,120.196,221.515,121.222"/> | ||
2171 | + <polygon fill="#595959" points="221.515,121.22,222.537,120.194,222.537,117.413,221.515,116.389"/> | ||
2172 | + <polygon fill="#373737" points="221.515,116.386,222.539,117.413,225.322,117.413,226.347,116.386"/> | ||
2173 | + <rect y="124.614" height="2.781" width="2.783" x="222.539"/> | ||
2174 | + <polygon fill="#2A2A29" points="226.347,123.589,225.322,124.612,225.322,127.395,226.347,128.421"/> | ||
2175 | + <polygon fill="#474747" points="226.347,128.421,225.318,127.395,222.537,127.395,221.515,128.421"/> | ||
2176 | + <polygon fill="#595959" points="221.515,128.419,222.537,127.395,222.537,124.612,221.515,123.589"/> | ||
2177 | + <polygon fill="#373737" points="221.515,123.587,222.539,124.612,225.322,124.612,226.347,123.587"/> | ||
2178 | + </g> | ||
2179 | + </g> | ||
2180 | + </g> | ||
2181 | + </g> | ||
2182 | + <g transform="matrix(1, 0, 0, 1, 95.0314, 28.5641)"> | ||
2183 | + <g id="chip-led0805"> | ||
2184 | + <g transform="matrix(0, 1, -1, 0, 5.62951, 1.77951)"> | ||
2185 | + <g > | ||
2186 | + <g transform="matrix(1, 0, 0, 1, 21.5539, 31.3385)"> | ||
2187 | + <g id="led-0603_1_"> | ||
2188 | + <line x2="-21.535" x1="-21.535" fill="none" y1="-31.277" y2="-24.041"/> | ||
2189 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2216, -7.9823)"> | ||
2190 | + <rect fill="#F2F2F2" y="-29.518" height="3.833" width="7.349" x="-23.294"/> | ||
2191 | + </g> | ||
2192 | + <path d="M-21.537,-26.529c0,0,0.467,0.646,0.426,0.867c-0.041,0.219,0.148,0.541,0,0.676l-0.424,-0.018L-21.537,-26.529z" fill="#22B573" fill-opacity="0.7"/> | ||
2193 | + <g > | ||
2194 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2648, -8.0816)"> | ||
2195 | + <rect fill="#FFFFFF" y="-28.154" height="0.961" width="0.854" x="-20.019"/> | ||
2196 | + </g> | ||
2197 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.7458, -7.6026)"> | ||
2198 | + <rect fill="#B3B3B3" y="-27.699" height="0.049" width="0.854" x="-20.499"/> | ||
2199 | + </g> | ||
2200 | + </g> | ||
2201 | + <g > | ||
2202 | + <polygon fill="#D1C690" points="-21.113,-25.949,-21.217,-24.986,-20.486,-24.986,-20.59,-25.949"/> | ||
2203 | + <g > | ||
2204 | + <path d="M-20.914,-25.888c0,-0.002,0,-0.004,0,-0.008c0.035,-0.269,0.104,-0.447,0.162,-0.601c0.08,-0.209,0.782,-0.56,0.696,-0.828c-0.012,-0.024,0.011,-0.061,0.043,-0.063c0.035,-0.008,0.068,0.011,0.078,0.039c0.095,0.306,-0.617,0.674,-0.701,0.894c-0.06,0.147,-0.123,0.317,-0.155,0.571c-0.004,0.029,-0.033,0.056,-0.068,0.05C-20.889,-25.838,-20.914,-25.861,-20.914,-25.888z" fill="#D1C690"/> | ||
2205 | + </g> | ||
2206 | + <polygon fill="#D1C690" points="-18.225,-29.369,-18.122,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2207 | + <g > | ||
2208 | + <path d="M-19.746,-27.716c0,-0.024,0.02,-0.049,0.047,-0.055c0.292,-0.063,1.152,-1.091,1.152,-1.888c0,-0.03,0.026,-0.057,0.063,-0.057c0.034,0.002,0.063,0.024,0.063,0.057l0,0.002c0,0.749,-0.77,1.894,-1.245,1.993c-0.035,0.008,-0.068,-0.012,-0.078,-0.041C-19.746,-27.707,-19.746,-27.711,-19.746,-27.716z" fill="#D1C690"/> | ||
2209 | + </g> | ||
2210 | + <path d="M-19.762,-27.246c0,0,0.002,-0.354,-0.311,-0.383c0,0.069,0,0.383,0,0.383L-19.762,-27.246z" fill="#D1C690"/> | ||
2211 | + <path d="M-19.443,-27.681c0,0,-0.306,0.158,-0.351,0.054c-0.048,-0.107,-0.052,-0.179,0.028,-0.24C-19.682,-27.929,-19.443,-27.681,-19.443,-27.681z" fill="#D1C690"/> | ||
2212 | + <path d="M-20.111,-27.322c0.084,0.271,-0.618,0.619,-0.698,0.828c-0.06,0.146,-0.127,0.33,-0.162,0.601l0.059,0c0.035,-0.269,0.104,-0.447,0.162,-0.601c0.08,-0.209,0.782,-0.56,0.696,-0.828L-20.111,-27.322L-20.111,-27.322z" fill="#9D956C"/> | ||
2213 | + <polygon fill="#9D956C" points="-18.804,-29.369,-18.907,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2214 | + <path d="M-19.756,-27.771c0.291,-0.063,1.212,-1.07,1.149,-1.888l0.06,0c0.06,0.877,-0.86,1.826,-1.152,1.89L-19.756,-27.771z" fill="#9D956C"/> | ||
2215 | + <path d="M-20.129,-27.629c0,0.069,0,0.381,0,0.381l0.057,0c0,0,0,-0.312,0,-0.381L-20.129,-27.629z" fill="#9D956C"/> | ||
2216 | + <path d="M-19.818,-27.869c-0.08,0.063,-0.076,0.131,-0.031,0.238l0.06,0.002c-0.049,-0.107,-0.052,-0.18,0.028,-0.24L-19.818,-27.869z" fill="#9D956C"/> | ||
2217 | + </g> | ||
2218 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -45.4162, -9.9586)"> | ||
2219 | + <rect fill="#FFFFFF" y="-27.713" opacity="0.5" height="0.051" width="4.225" enable-background="new " x="-19.841"/> | ||
2220 | + </g> | ||
2221 | + <path d="M-17.704,-30.318l-3.831,0l0,5.317l3.831,0.004L-17.704,-30.318z" fill="#F2F2F2" opacity="0.5" enable-background="new "/> | ||
2222 | + <path d="M-18.356,-30.267l0.271,0c0.151,0.019,0.271,-0.015,0.271,0.099c0,0.61,0,4.702,0,4.854c0,0.168,-0.065,0.176,-0.065,-0.015c0,-0.131,0,-3.894,0,-4.346c0,-0.457,-0.105,-0.521,-0.197,-0.521l-0.272,0.004C-18.53,-30.188,-18.53,-30.267,-18.356,-30.267z" fill="#FFFFFF" opacity="0.55" enable-background="new "/> | ||
2223 | + <path d="M-21.315,-25.14c-0.068,0,-0.138,0.013,-0.138,-0.101c0,-0.608,0,-4.667,0,-4.814c0,-0.168,0.065,-0.176,0.065,0.009c0,0.135,0.002,3.138,0.002,3.589C-21.385,-25.863,-21.315,-25.14,-21.315,-25.14z" opacity="0.03" enable-background="new "/> | ||
2224 | + <path d="M-21.537,-31.276l0,0.771l0.521,0c0.125,0,0.213,0.079,0.268,0.188l3.047,0l0,-1.01l-3.784,0l-0.05,0" fill="#D1C690"/> | ||
2225 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -48.55, -13.0924)"> | ||
2226 | + <rect fill="#FFFFFF" y="-30.847" opacity="0.5" height="0.052" width="1.006" enable-background="new " x="-18.232"/> | ||
2227 | + </g> | ||
2228 | + <path d="M-21.537,-23.929l0.049,0l3.784,0L-17.704,-25l-3.464,0c-0.056,0.104,-0.146,0.19,-0.271,0.19l-0.1,0l0,0.83" fill="#D1C690"/> | ||
2229 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -42.1938, -6.7367)"> | ||
2230 | + <rect fill="#FFFFFF" y="-24.491" opacity="0.5" height="0.052" width="1.071" enable-background="new " x="-18.264"/> | ||
2231 | + </g> | ||
2232 | + </g> | ||
2233 | + </g> | ||
2234 | + </g> | ||
2235 | + </g> | ||
2236 | + </g> | ||
2237 | + </g> | ||
2238 | + <g transform="matrix(1, 0, 0, 1, 231.618, 42.9755)"> | ||
2239 | + <g id="chip-led0805_1_"> | ||
2240 | + <g transform="matrix(0, 1, -1, 0, 5.62951, 1.77951)"> | ||
2241 | + <g > | ||
2242 | + <g transform="matrix(1, 0, 0, 1, 21.5539, 31.3385)"> | ||
2243 | + <g id="led-0603_2_"> | ||
2244 | + <line x2="-21.535" x1="-21.535" fill="none" y1="-31.277" y2="-24.042"/> | ||
2245 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2212, -7.9794)"> | ||
2246 | + <rect fill="#F2F2F2" y="-29.517" height="3.833" width="7.351" x="-23.296"/> | ||
2247 | + </g> | ||
2248 | + <path d="M-21.537,-26.529c0,0,0.467,0.646,0.426,0.867c-0.041,0.219,0.148,0.541,0,0.676l-0.424,-0.021L-21.537,-26.529z" fill="#22B573" fill-opacity="0.7"/> | ||
2249 | + <g > | ||
2250 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2622, -8.0799)"> | ||
2251 | + <rect fill="#FFFFFF" y="-28.152" height="0.961" width="0.854" x="-20.018"/> | ||
2252 | + </g> | ||
2253 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.7444, -7.5997)"> | ||
2254 | + <rect fill="#B3B3B3" y="-27.697" height="0.049" width="0.854" x="-20.499"/> | ||
2255 | + </g> | ||
2256 | + </g> | ||
2257 | + <g > | ||
2258 | + <polygon fill="#D1C690" points="-21.113,-25.948,-21.217,-24.986,-20.486,-24.986,-20.59,-25.948"/> | ||
2259 | + <g > | ||
2260 | + <path d="M-20.914,-25.887c0,-0.002,0,-0.004,0,-0.01c0.035,-0.269,0.104,-0.445,0.162,-0.598c0.08,-0.209,0.782,-0.563,0.696,-0.828c-0.012,-0.025,0.011,-0.063,0.043,-0.064c0.035,-0.01,0.068,0.01,0.078,0.039c0.095,0.305,-0.617,0.674,-0.701,0.895c-0.06,0.146,-0.123,0.316,-0.155,0.57c-0.004,0.027,-0.033,0.058,-0.068,0.049C-20.889,-25.839,-20.914,-25.861,-20.914,-25.887z" fill="#D1C690"/> | ||
2261 | + </g> | ||
2262 | + <polygon fill="#D1C690" points="-18.225,-29.367,-18.122,-30.335,-18.852,-30.335,-18.749,-29.367"/> | ||
2263 | + <g > | ||
2264 | + <path d="M-19.746,-27.715c0,-0.022,0.02,-0.049,0.047,-0.057c0.292,-0.063,1.152,-1.088,1.152,-1.885c0,-0.033,0.026,-0.061,0.063,-0.061c0.034,0.002,0.063,0.024,0.063,0.061l0,0.002c0,0.749,-0.77,1.893,-1.245,1.993c-0.035,0.008,-0.068,-0.015,-0.078,-0.041C-19.746,-27.708,-19.746,-27.712,-19.746,-27.715z" fill="#D1C690"/> | ||
2265 | + </g> | ||
2266 | + <path d="M-19.762,-27.243c0,0,0.002,-0.355,-0.311,-0.387c0,0.07,0,0.387,0,0.387L-19.762,-27.243z" fill="#D1C690"/> | ||
2267 | + <path d="M-19.443,-27.68c0,0,-0.306,0.156,-0.351,0.053c-0.048,-0.104,-0.052,-0.178,0.028,-0.237C-19.682,-27.928,-19.443,-27.68,-19.443,-27.68z" fill="#D1C690"/> | ||
2268 | + <path d="M-20.111,-27.322c0.084,0.271,-0.618,0.619,-0.698,0.828c-0.06,0.146,-0.127,0.326,-0.162,0.598l0.059,0c0.035,-0.266,0.104,-0.445,0.162,-0.598c0.08,-0.209,0.782,-0.563,0.696,-0.828L-20.111,-27.322z" fill="#9D956C"/> | ||
2269 | + <polygon fill="#9D956C" points="-18.804,-29.367,-18.907,-30.335,-18.852,-30.335,-18.749,-29.367"/> | ||
2270 | + <path d="M-19.756,-27.773c0.291,-0.063,1.212,-1.068,1.149,-1.885l0.06,0c0.06,0.877,-0.86,1.822,-1.152,1.887L-19.756,-27.773z" fill="#9D956C"/> | ||
2271 | + <path d="M-20.129,-27.63c0,0.07,0,0.381,0,0.381l0.057,0c0,0,0,-0.311,0,-0.381L-20.129,-27.63z" fill="#9D956C"/> | ||
2272 | + <path d="M-19.818,-27.867c-0.08,0.063,-0.076,0.131,-0.031,0.234l0.06,0.002c-0.049,-0.104,-0.052,-0.178,0.028,-0.236L-19.818,-27.867z" fill="#9D956C"/> | ||
2273 | + </g> | ||
2274 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -45.4148, -9.9576)"> | ||
2275 | + <rect fill="#FFFFFF" y="-27.712" opacity="0.5" height="0.051" width="4.224" enable-background="new " x="-19.84"/> | ||
2276 | + </g> | ||
2277 | + <path d="M-17.704,-30.318l-3.831,0l0,5.314l3.831,0.004L-17.704,-30.318z" fill="#F2F2F2" opacity="0.5" enable-background="new "/> | ||
2278 | + <path d="M-18.356,-30.266l0.271,0c0.151,0.018,0.271,-0.014,0.271,0.098c0,0.611,0,4.703,0,4.854c0,0.168,-0.065,0.177,-0.065,-0.012c0,-0.134,0,-3.896,0,-4.349c0,-0.457,-0.105,-0.52,-0.197,-0.52l-0.272,0.002C-18.53,-30.19,-18.53,-30.266,-18.356,-30.266z" fill="#FFFFFF" opacity="0.55" enable-background="new "/> | ||
2279 | + <path d="M-21.315,-25.139c-0.068,0,-0.138,0.012,-0.138,-0.1c0,-0.609,0,-4.667,0,-4.816c0,-0.168,0.065,-0.177,0.065,0.008c0,0.139,0.002,3.142,0.002,3.59C-21.385,-25.863,-21.315,-25.139,-21.315,-25.139z" opacity="0.03" enable-background="new "/> | ||
2280 | + <path d="M-21.537,-31.276l0,0.771l0.521,0c0.125,0,0.213,0.08,0.268,0.188l3.047,0l0,-1.01l-3.784,0l-0.05,0" fill="#D1C690"/> | ||
2281 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -48.5503, -13.0936)"> | ||
2282 | + <rect fill="#FFFFFF" y="-30.848" opacity="0.5" height="0.052" width="1.007" enable-background="new " x="-18.232"/> | ||
2283 | + </g> | ||
2284 | + <path d="M-21.537,-23.928l0.049,0l3.784,0L-17.704,-25l-3.464,0c-0.056,0.104,-0.146,0.191,-0.271,0.191l-0.1,0l0,0.828" fill="#D1C690"/> | ||
2285 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -42.1948, -6.7372)"> | ||
2286 | + <rect fill="#FFFFFF" y="-24.492" opacity="0.5" height="0.052" width="1.07" enable-background="new " x="-18.264"/> | ||
2287 | + </g> | ||
2288 | + </g> | ||
2289 | + </g> | ||
2290 | + </g> | ||
2291 | + </g> | ||
2292 | + </g> | ||
2293 | + </g> | ||
2294 | + <g transform="matrix(1, 0, 0, 1, 59.9571, 116.104)"> | ||
2295 | + <g id="panasonic_d"> | ||
2296 | + <g transform="matrix(0, 1, -1, 0, 19.39, -1.039)"> | ||
2297 | + <g > | ||
2298 | + <g > | ||
2299 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 29.0598, -10.7603)"> | ||
2300 | + <rect fill="#CCCCCC" y="8.63" height="1.039" width="1.271" x="19.274"/> | ||
2301 | + </g> | ||
2302 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 9.6697, 8.6288)"> | ||
2303 | + <rect fill="#CCCCCC" y="8.631" height="1.037" width="1.271" x="-0.115"/> | ||
2304 | + </g> | ||
2305 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 28.5242, -11.296)"> | ||
2306 | + <rect y="8.095" opacity="0.1" height="1.039" width="0.2" enable-background="new " x="19.81"/> | ||
2307 | + </g> | ||
2308 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 9.1326, 8.0917)"> | ||
2309 | + <rect y="8.094" opacity="0.1" height="1.037" width="0.202" enable-background="new " x="0.419"/> | ||
2310 | + </g> | ||
2311 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 29.5945, -10.2257)"> | ||
2312 | + <rect fill="#FFFFFF" y="9.165" opacity="0.2" height="1.039" width="0.204" enable-background="new " x="19.808"/> | ||
2313 | + </g> | ||
2314 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 10.2029, 9.162)"> | ||
2315 | + <rect fill="#FFFFFF" y="9.164" opacity="0.2" height="1.037" width="0.202" enable-background="new " x="0.419"/> | ||
2316 | + </g> | ||
2317 | + <path d="M4.85,18.353l13.156,0c0.76,0,1.385,-0.623,1.385,-1.384L19.391,1.39c0,-0.765,-0.625,-1.388,-1.385,-1.388L4.85,0.002L1.039,3.814l0,3.634l0,3.636l0,3.463L4.85,18.353z" fill="#1A1A1A"/> | ||
2318 | + <circle fill="#E6E6E6" cy="9.178" r="8.703" cx="10.216"/> | ||
2319 | + <path d="M4.85,18.353l13.156,0c0.76,0,1.385,-0.623,1.385,-1.384L19.391,1.39c0,-0.765,-0.625,-1.388,-1.385,-1.388l-2.752,0L4.85,0.002L1.039,3.814l0,3.634l0,3.636l0,3.463L4.85,18.353z" fill="#333333"/> | ||
2320 | + <path d="M1.039,3.997L4.85,0.184l10.404,0l2.752,0c0.76,0,1.385,0.623,1.385,1.388L19.391,1.388C19.391,0.623,18.766,0,18.006,0l-2.752,0L4.85,0L1.039,3.812L1.039,3.997z"/> | ||
2321 | + <path d="M19.391,16.786c0,0.761,-0.625,1.384,-1.385,1.384L4.85,18.17l-3.811,-3.81l0,0.186l3.811,3.808l13.156,0c0.76,0,1.385,-0.623,1.385,-1.384L19.391,16.786z" fill="#FFFFFF" opacity="0.1" enable-background="new "/> | ||
2322 | + <path d="M10.216,0.354c1.88,0,3.614,0.604,5.038,1.613c2.215,1.579,3.664,4.163,3.664,7.089c0,2.927,-1.449,5.509,-3.664,7.087c-1.424,1.014,-3.158,1.614,-5.038,1.614c-4.806,0,-8.702,-3.896,-8.702,-8.702C1.514,4.251,5.41,0.354,10.216,0.354z" fill="#E6E6E6"/> | ||
2323 | + <path d="M18.918,9.177c0,-2.926,-1.449,-5.509,-3.664,-7.088l0,14.176C17.469,14.688,18.918,12.105,18.918,9.177z"/> | ||
2324 | + <path d="M1.514,8.934c0,4.81,3.896,8.702,8.702,8.702c1.88,0,3.614,-0.604,5.038,-1.615c2.215,-1.578,3.664,-4.161,3.664,-7.087l0,0.243c0,2.928,-1.449,5.511,-3.664,7.088c-1.424,1.015,-3.158,1.614,-5.038,1.614c-4.806,0,-8.702,-3.896,-8.702,-8.702L1.514,8.934z" fill="#FFFFFF" opacity="0.3" enable-background="new "/> | ||
2325 | + <path d="M18.918,9.408c0,-2.927,-1.449,-5.51,-3.664,-7.09L15.254,2.089c2.215,1.579,3.664,4.162,3.664,7.088L18.918,9.408z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
2326 | + <path d="M15.254,2.319c-1.424,-1.012,-3.158,-1.612,-5.038,-1.612c-4.806,0,-8.702,3.896,-8.702,8.702L1.514,9.179c0,-4.805,3.896,-8.702,8.702,-8.702c1.88,0,3.614,0.604,5.038,1.614L15.254,2.319z" opacity="0.2" enable-background="new "/> | ||
2327 | + </g> | ||
2328 | + </g> | ||
2329 | + </g> | ||
2330 | + </g> | ||
2331 | + </g> | ||
2332 | + <g transform="matrix(1, 0, 0, 1, 80.1173, 116.104)"> | ||
2333 | + <g id="panasonic_d_1_"> | ||
2334 | + <g transform="matrix(0, 1, -1, 0, 19.39, -1.039)"> | ||
2335 | + <g > | ||
2336 | + <g > | ||
2337 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 29.0604, -10.7598)"> | ||
2338 | + <rect fill="#CCCCCC" y="8.631" height="1.039" width="1.271" x="19.275"/> | ||
2339 | + </g> | ||
2340 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 9.6713, 8.6303)"> | ||
2341 | + <rect fill="#CCCCCC" y="8.632" height="1.037" width="1.271" x="-0.115"/> | ||
2342 | + </g> | ||
2343 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 28.5238, -11.2964)"> | ||
2344 | + <rect y="8.094" opacity="0.1" height="1.039" width="0.203" enable-background="new " x="19.809"/> | ||
2345 | + </g> | ||
2346 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 9.1327, 8.0918)"> | ||
2347 | + <rect y="8.094" opacity="0.1" height="1.037" width="0.202" enable-background="new " x="0.419"/> | ||
2348 | + </g> | ||
2349 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 29.5946, -10.2256)"> | ||
2350 | + <rect fill="#FFFFFF" y="9.165" opacity="0.2" height="1.039" width="0.204" enable-background="new " x="19.808"/> | ||
2351 | + </g> | ||
2352 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, 10.204, 9.1631)"> | ||
2353 | + <rect fill="#FFFFFF" y="9.165" opacity="0.2" height="1.037" width="0.204" enable-background="new " x="0.418"/> | ||
2354 | + </g> | ||
2355 | + <path d="M4.85,18.353l13.156,0c0.76,0,1.385,-0.623,1.385,-1.383L19.391,1.39c0,-0.765,-0.625,-1.388,-1.385,-1.388L4.85,0.002L1.039,3.814L1.039,7.45l0,3.634l0,3.463L4.85,18.353z" fill="#1A1A1A"/> | ||
2356 | + <circle fill="#E6E6E6" cy="9.178" r="8.703" cx="10.216"/> | ||
2357 | + <path d="M4.85,18.353l13.156,0c0.76,0,1.385,-0.623,1.385,-1.383L19.391,1.39c0,-0.765,-0.625,-1.388,-1.385,-1.388l-2.752,0L4.85,0.002L1.039,3.814L1.039,7.45l0,3.634l0,3.463L4.85,18.353z" fill="#333333"/> | ||
2358 | + <path d="M1.039,3.997L4.85,0.184l10.404,0l2.752,0c0.76,0,1.385,0.623,1.385,1.39L19.391,1.388C19.391,0.623,18.766,0,18.006,0l-2.752,0L4.85,0L1.039,3.812L1.039,3.997z"/> | ||
2359 | + <path d="M19.391,16.787c0,0.761,-0.625,1.384,-1.385,1.384L4.85,18.171l-3.811,-3.81l0,0.186l3.811,3.808l13.156,0c0.76,0,1.385,-0.623,1.385,-1.383L19.391,16.787z" fill="#FFFFFF" opacity="0.1" enable-background="new "/> | ||
2360 | + <path d="M10.216,0.354c1.88,0,3.614,0.604,5.038,1.613c2.215,1.579,3.664,4.163,3.664,7.089c0,2.927,-1.449,5.509,-3.664,7.087c-1.424,1.016,-3.158,1.614,-5.038,1.614c-4.806,0,-8.702,-3.896,-8.702,-8.702C1.514,4.251,5.41,0.354,10.216,0.354z" fill="#E6E6E6"/> | ||
2361 | + <path d="M18.918,9.178c0,-2.927,-1.449,-5.51,-3.664,-7.089l0,14.176C17.469,14.688,18.918,12.105,18.918,9.178z"/> | ||
2362 | + <path d="M1.514,8.934c0,4.81,3.896,8.703,8.702,8.703c1.88,0,3.614,-0.604,5.038,-1.616c2.215,-1.578,3.664,-4.161,3.664,-7.087l0,0.244c0,2.927,-1.449,5.51,-3.664,7.087c-1.424,1.015,-3.158,1.614,-5.038,1.614c-4.806,0,-8.702,-3.896,-8.702,-8.701L1.514,8.934z" fill="#FFFFFF" opacity="0.3" enable-background="new "/> | ||
2363 | + <path d="M18.918,9.409c0,-2.928,-1.449,-5.511,-3.664,-7.091L15.254,2.089c2.215,1.579,3.664,4.162,3.664,7.089L18.918,9.409z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
2364 | + <path d="M15.254,2.319c-1.424,-1.012,-3.158,-1.612,-5.038,-1.612c-4.806,0,-8.702,3.896,-8.702,8.703l0,-0.23c0,-4.806,3.896,-8.703,8.702,-8.703c1.88,0,3.614,0.604,5.038,1.614L15.254,2.319z" opacity="0.2" enable-background="new "/> | ||
2365 | + </g> | ||
2366 | + </g> | ||
2367 | + </g> | ||
2368 | + </g> | ||
2369 | + </g> | ||
2370 | + <g transform="matrix(1, 0, 0, 1, 93.5604, 140.401)"> | ||
2371 | + <g id="_x31_x08_3_"> | ||
2372 | + <rect fill="#404040" y="0" height="7.199" width="57.6" x="0"/> | ||
2373 | + <rect y="2.209" height="2.782" width="2.778" x="2.21"/> | ||
2374 | + <polygon fill="#2A2A29" points="1.185,1.183,2.208,2.209,4.989,2.209,6.017,1.183"/> | ||
2375 | + <polygon fill="#474747" points="6.017,1.183,4.989,2.212,4.989,4.993,6.017,6.016"/> | ||
2376 | + <polygon fill="#595959" points="6.015,6.016,4.988,4.993,2.208,4.993,1.185,6.016"/> | ||
2377 | + <polygon fill="#373737" points="1.182,6.016,2.208,4.991,2.208,2.209,1.182,1.183"/> | ||
2378 | + <rect y="2.209" height="2.782" width="2.781" x="9.407"/> | ||
2379 | + <polygon fill="#2A2A29" points="8.384,1.183,9.406,2.209,12.192,2.209,13.217,1.183"/> | ||
2380 | + <polygon fill="#474747" points="13.217,1.183,12.192,2.212,12.192,4.993,13.217,6.016"/> | ||
2381 | + <polygon fill="#595959" points="13.215,6.016,12.191,4.993,9.406,4.993,8.384,6.016"/> | ||
2382 | + <polygon fill="#373737" points="8.382,6.016,9.406,4.991,9.406,2.209,8.382,1.183"/> | ||
2383 | + <rect y="2.209" height="2.782" width="2.781" x="16.611"/> | ||
2384 | + <polygon fill="#2A2A29" points="15.584,1.183,16.609,2.209,19.392,2.209,20.416,1.183"/> | ||
2385 | + <polygon fill="#474747" points="20.416,1.183,19.392,2.212,19.392,4.993,20.416,6.016"/> | ||
2386 | + <polygon fill="#595959" points="20.415,6.016,19.39,4.993,16.609,4.993,15.584,6.016"/> | ||
2387 | + <polygon fill="#373737" points="15.582,6.016,16.609,4.991,16.609,2.209,15.582,1.183"/> | ||
2388 | + <rect y="2.209" height="2.782" width="2.78" x="23.811"/> | ||
2389 | + <polygon fill="#2A2A29" points="22.782,1.183,23.809,2.209,26.592,2.209,27.614,1.183"/> | ||
2390 | + <polygon fill="#474747" points="27.614,1.183,26.592,2.212,26.592,4.993,27.614,6.016"/> | ||
2391 | + <polygon fill="#595959" points="27.613,6.016,26.59,4.993,23.809,4.993,22.782,6.016"/> | ||
2392 | + <polygon fill="#373737" points="22.78,6.016,23.809,4.991,23.809,2.209,22.78,1.183"/> | ||
2393 | + <rect y="2.209" height="2.782" width="2.781" x="31.01"/> | ||
2394 | + <polygon fill="#2A2A29" points="29.985,1.183,31.008,2.209,33.791,2.209,34.817,1.183"/> | ||
2395 | + <polygon fill="#474747" points="34.817,1.183,33.791,2.212,33.791,4.993,34.817,6.016"/> | ||
2396 | + <polygon fill="#595959" points="34.816,6.016,33.79,4.993,31.008,4.993,29.985,6.016"/> | ||
2397 | + <polygon fill="#373737" points="29.983,6.016,31.008,4.991,31.008,2.209,29.983,1.183"/> | ||
2398 | + <rect y="2.209" height="2.782" width="2.778" x="38.21"/> | ||
2399 | + <polygon fill="#2A2A29" points="37.185,1.183,38.208,2.209,40.989,2.209,42.016,1.183"/> | ||
2400 | + <polygon fill="#474747" points="42.016,1.183,40.989,2.212,40.989,4.993,42.016,6.016"/> | ||
2401 | + <polygon fill="#595959" points="42.015,6.016,40.988,4.993,38.208,4.993,37.185,6.016"/> | ||
2402 | + <polygon fill="#373737" points="37.182,6.016,38.208,4.991,38.208,2.209,37.182,1.183"/> | ||
2403 | + <rect y="2.209" height="2.782" width="2.781" x="45.407"/> | ||
2404 | + <polygon fill="#2A2A29" points="44.384,1.183,45.406,2.209,48.192,2.209,49.217,1.183"/> | ||
2405 | + <polygon fill="#474747" points="49.217,1.183,48.192,2.212,48.192,4.993,49.217,6.016"/> | ||
2406 | + <polygon fill="#595959" points="49.215,6.016,48.191,4.993,45.406,4.993,44.384,6.016"/> | ||
2407 | + <polygon fill="#373737" points="44.382,6.016,45.406,4.991,45.406,2.209,44.382,1.183"/> | ||
2408 | + <rect y="2.209" height="2.782" width="2.78" x="52.611"/> | ||
2409 | + <polygon fill="#2A2A29" points="51.584,1.183,52.609,2.209,55.391,2.209,56.416,1.183"/> | ||
2410 | + <polygon fill="#474747" points="56.416,1.183,55.391,2.212,55.391,4.993,56.416,6.016"/> | ||
2411 | + <polygon fill="#595959" points="56.415,6.016,55.39,4.993,52.609,4.993,51.584,6.016"/> | ||
2412 | + <polygon fill="#373737" points="51.582,6.016,52.609,4.991,52.609,2.209,51.582,1.183"/> | ||
2413 | + </g> | ||
2414 | + </g> | ||
2415 | + <g transform="matrix(1, 0, 0, 1, 143.983, 3.59877)"> | ||
2416 | + <g id="_x31_x08_4_"> | ||
2417 | + <g transform="matrix(-1, 0, 0, -1, 57.6, 7.2)"> | ||
2418 | + <g > | ||
2419 | + <rect fill="#404040" y="0" height="7.199" width="57.604" x="0"/> | ||
2420 | + <rect y="2.209" height="2.782" width="2.781" x="2.21"/> | ||
2421 | + <polygon fill="#2A2A29" points="1.185,1.184,2.208,2.209,4.992,2.209,6.018,1.184"/> | ||
2422 | + <polygon fill="#474747" points="6.018,1.184,4.992,2.212,4.992,4.993,6.018,6.016"/> | ||
2423 | + <polygon fill="#595959" points="6.018,6.016,4.99,4.993,2.208,4.993,1.185,6.016"/> | ||
2424 | + <polygon fill="#373737" points="1.185,6.016,2.208,4.991,2.208,2.209,1.185,1.184"/> | ||
2425 | + <rect y="2.209" height="2.782" width="2.78" x="9.41"/> | ||
2426 | + <polygon fill="#2A2A29" points="8.384,1.184,9.408,2.209,12.192,2.209,13.216,1.184"/> | ||
2427 | + <polygon fill="#474747" points="13.216,1.184,12.192,2.212,12.192,4.993,13.216,6.016"/> | ||
2428 | + <polygon fill="#595959" points="13.214,6.016,12.191,4.993,9.408,4.993,8.384,6.016"/> | ||
2429 | + <polygon fill="#373737" points="8.382,6.016,9.408,4.991,9.408,2.209,8.382,1.184"/> | ||
2430 | + <rect y="2.209" height="2.782" width="2.781" x="16.611"/> | ||
2431 | + <polygon fill="#2A2A29" points="15.583,1.184,16.609,2.209,19.393,2.209,20.416,1.184"/> | ||
2432 | + <polygon fill="#474747" points="20.416,1.184,19.393,2.212,19.393,4.993,20.416,6.016"/> | ||
2433 | + <polygon fill="#595959" points="20.416,6.016,19.393,4.993,16.609,4.993,15.583,6.016"/> | ||
2434 | + <polygon fill="#373737" points="15.582,6.016,16.609,4.991,16.609,2.209,15.582,1.184"/> | ||
2435 | + <rect y="2.209" height="2.782" width="2.777" x="23.811"/> | ||
2436 | + <polygon fill="#2A2A29" points="22.785,1.184,23.81,2.209,26.591,2.209,27.617,1.184"/> | ||
2437 | + <polygon fill="#474747" points="27.617,1.184,26.591,2.212,26.591,4.993,27.617,6.016"/> | ||
2438 | + <polygon fill="#595959" points="27.615,6.016,26.589,4.993,23.81,4.993,22.785,6.016"/> | ||
2439 | + <polygon fill="#373737" points="22.783,6.016,23.81,4.991,23.81,2.209,22.783,1.184"/> | ||
2440 | + <rect y="2.209" height="2.782" width="2.781" x="31.009"/> | ||
2441 | + <polygon fill="#2A2A29" points="29.985,1.184,31.007,2.209,33.791,2.209,34.817,1.184"/> | ||
2442 | + <polygon fill="#474747" points="34.817,1.184,33.791,2.212,33.791,4.993,34.817,6.016"/> | ||
2443 | + <polygon fill="#595959" points="34.816,6.016,33.791,4.993,31.007,4.993,29.985,6.016"/> | ||
2444 | + <polygon fill="#373737" points="29.983,6.016,31.007,4.991,31.007,2.209,29.983,1.184"/> | ||
2445 | + <rect y="2.209" height="2.782" width="2.781" x="38.21"/> | ||
2446 | + <polygon fill="#2A2A29" points="37.185,1.184,38.208,2.209,40.992,2.209,42.018,1.184"/> | ||
2447 | + <polygon fill="#474747" points="42.018,1.184,40.992,2.212,40.992,4.993,42.018,6.016"/> | ||
2448 | + <polygon fill="#595959" points="42.018,6.016,40.99,4.993,38.208,4.993,37.185,6.016"/> | ||
2449 | + <polygon fill="#373737" points="37.185,6.016,38.208,4.991,38.208,2.209,37.185,1.184"/> | ||
2450 | + <rect y="2.209" height="2.782" width="2.78" x="45.41"/> | ||
2451 | + <polygon fill="#2A2A29" points="44.384,1.184,45.408,2.209,48.192,2.209,49.217,1.184"/> | ||
2452 | + <polygon fill="#474747" points="49.217,1.184,48.192,2.212,48.192,4.993,49.217,6.016"/> | ||
2453 | + <polygon fill="#595959" points="49.215,6.016,48.191,4.993,45.408,4.993,44.384,6.016"/> | ||
2454 | + <polygon fill="#373737" points="44.382,6.016,45.408,4.991,45.408,2.209,44.382,1.184"/> | ||
2455 | + <rect y="2.209" height="2.782" width="2.781" x="52.611"/> | ||
2456 | + <polygon fill="#2A2A29" points="51.584,1.184,52.609,2.209,55.393,2.209,56.416,1.184"/> | ||
2457 | + <polygon fill="#474747" points="56.416,1.184,55.393,2.212,55.393,4.993,56.416,6.016"/> | ||
2458 | + <polygon fill="#595959" points="56.415,6.016,55.393,4.993,52.609,4.993,51.584,6.016"/> | ||
2459 | + <polygon fill="#373737" points="51.582,6.016,52.609,4.991,52.609,2.209,51.582,1.184"/> | ||
2460 | + </g> | ||
2461 | + </g> | ||
2462 | + </g> | ||
2463 | + </g> | ||
2464 | + <g transform="matrix(1, 0, 0, 1, 94.8334, 50.2605)"> | ||
2465 | + <g id="chip-led0805_2_"> | ||
2466 | + <g transform="matrix(0, 1, -1, 0, 5.62951, 1.77951)"> | ||
2467 | + <g > | ||
2468 | + <g transform="matrix(1, 0, 0, 1, 21.5539, 31.3385)"> | ||
2469 | + <g id="led-0603_3_"> | ||
2470 | + <line x2="-21.535" x1="-21.535" fill="none" y1="-31.277" y2="-24.041"/> | ||
2471 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2229, -7.9804)"> | ||
2472 | + <rect fill="#F2F2F2" y="-29.518" height="3.833" width="7.349" x="-23.296"/> | ||
2473 | + </g> | ||
2474 | + <path d="M-21.537,-26.529c0,0,0.467,0.646,0.426,0.867c-0.041,0.219,0.148,0.541,0,0.676l-0.424,-0.019L-21.537,-26.529z" fill="#22B573" fill-opacity="0.7"/> | ||
2475 | + <g > | ||
2476 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2639, -8.082)"> | ||
2477 | + <rect fill="#FFFFFF" y="-28.153" height="0.961" width="0.854" x="-20.018"/> | ||
2478 | + </g> | ||
2479 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.7454, -7.6005)"> | ||
2480 | + <rect fill="#B3B3B3" y="-27.697" height="0.049" width="0.854" x="-20.5"/> | ||
2481 | + </g> | ||
2482 | + </g> | ||
2483 | + <g > | ||
2484 | + <polygon fill="#D1C690" points="-21.113,-25.949,-21.217,-24.986,-20.486,-24.986,-20.59,-25.949"/> | ||
2485 | + <g > | ||
2486 | + <path d="M-20.914,-25.886c0,-0.005,0,-0.007,0,-0.011c0.035,-0.266,0.104,-0.444,0.162,-0.598c0.08,-0.209,0.782,-0.56,0.696,-0.828c-0.012,-0.027,0.011,-0.061,0.043,-0.063c0.035,-0.011,0.068,0.01,0.078,0.036c0.095,0.308,-0.617,0.677,-0.701,0.896c-0.06,0.146,-0.123,0.318,-0.155,0.572c-0.004,0.026,-0.033,0.056,-0.068,0.049C-20.889,-25.838,-20.914,-25.861,-20.914,-25.886z" fill="#D1C690"/> | ||
2487 | + </g> | ||
2488 | + <polygon fill="#D1C690" points="-18.225,-29.369,-18.122,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2489 | + <g > | ||
2490 | + <path d="M-19.746,-27.715c0,-0.024,0.02,-0.052,0.047,-0.058c0.292,-0.063,1.152,-1.088,1.152,-1.885c0,-0.033,0.026,-0.058,0.063,-0.058c0.034,0.002,0.063,0.022,0.063,0.058l0,0.002c0,0.749,-0.77,1.894,-1.245,1.993c-0.035,0.008,-0.068,-0.013,-0.078,-0.041C-19.746,-27.707,-19.746,-27.711,-19.746,-27.715z" fill="#D1C690"/> | ||
2491 | + </g> | ||
2492 | + <path d="M-19.762,-27.245c0,0,0.002,-0.356,-0.311,-0.384c0,0.067,0,0.384,0,0.384L-19.762,-27.245z" fill="#D1C690"/> | ||
2493 | + <path d="M-19.443,-27.682c0,0,-0.306,0.158,-0.351,0.056c-0.048,-0.106,-0.052,-0.181,0.028,-0.239C-19.682,-27.927,-19.443,-27.682,-19.443,-27.682z" fill="#D1C690"/> | ||
2494 | + <path d="M-20.111,-27.322c0.084,0.271,-0.618,0.619,-0.698,0.828c-0.06,0.145,-0.127,0.329,-0.162,0.598l0.059,0c0.035,-0.266,0.104,-0.444,0.162,-0.598c0.08,-0.209,0.782,-0.56,0.696,-0.828L-20.111,-27.322z" fill="#9D956C"/> | ||
2495 | + <polygon fill="#9D956C" points="-18.804,-29.369,-18.907,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2496 | + <path d="M-19.756,-27.773c0.291,-0.063,1.212,-1.067,1.149,-1.885l0.06,0c0.06,0.877,-0.86,1.825,-1.152,1.887L-19.756,-27.773z" fill="#9D956C"/> | ||
2497 | + <path d="M-20.129,-27.629c0,0.067,0,0.381,0,0.381l0.057,0c0,0,0,-0.313,0,-0.381L-20.129,-27.629z" fill="#9D956C"/> | ||
2498 | + <path d="M-19.818,-27.869c-0.08,0.063,-0.076,0.131,-0.031,0.237l0.06,0.002c-0.049,-0.106,-0.052,-0.182,0.028,-0.239L-19.818,-27.869z" fill="#9D956C"/> | ||
2499 | + </g> | ||
2500 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -45.4153, -9.957)"> | ||
2501 | + <rect fill="#FFFFFF" y="-27.712" opacity="0.5" height="0.051" width="4.227" enable-background="new " x="-19.842"/> | ||
2502 | + </g> | ||
2503 | + <path d="M-17.704,-30.318l-3.831,0l0,5.316l3.831,0.004L-17.704,-30.318z" fill="#F2F2F2" opacity="0.5" enable-background="new "/> | ||
2504 | + <path d="M-18.356,-30.267l0.271,0c0.151,0.021,0.271,-0.012,0.271,0.101c0,0.608,0,4.703,0,4.854c0,0.168,-0.065,0.179,-0.065,-0.012c0,-0.132,0,-3.894,0,-4.347c0,-0.457,-0.105,-0.521,-0.197,-0.521l-0.272,0.002C-18.53,-30.19,-18.53,-30.267,-18.356,-30.267z" fill="#FFFFFF" opacity="0.55" enable-background="new "/> | ||
2505 | + <path d="M-21.315,-25.141c-0.068,0,-0.138,0.015,-0.138,-0.098c0,-0.611,0,-4.667,0,-4.814c0,-0.171,0.065,-0.179,0.065,0.008c0,0.136,0.002,3.139,0.002,3.589C-21.385,-25.863,-21.315,-25.141,-21.315,-25.141z" opacity="0.03" enable-background="new "/> | ||
2506 | + <path d="M-21.537,-31.276l0,0.771l0.521,0c0.125,0,0.213,0.08,0.268,0.188l3.047,0l0,-1.01l-3.784,0l-0.05,0" fill="#D1C690"/> | ||
2507 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -48.5503, -13.0944)"> | ||
2508 | + <rect fill="#FFFFFF" y="-30.849" opacity="0.5" height="0.052" width="1.007" enable-background="new " x="-18.231"/> | ||
2509 | + </g> | ||
2510 | + <path d="M-21.537,-23.927l0.049,0l3.784,0L-17.704,-25l-3.464,0c-0.056,0.104,-0.146,0.188,-0.271,0.188l-0.1,0l0,0.83" fill="#D1C690"/> | ||
2511 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -42.1948, -6.738)"> | ||
2512 | + <rect fill="#FFFFFF" y="-24.493" opacity="0.5" height="0.052" width="1.07" enable-background="new " x="-18.264"/> | ||
2513 | + </g> | ||
2514 | + </g> | ||
2515 | + </g> | ||
2516 | + </g> | ||
2517 | + </g> | ||
2518 | + </g> | ||
2519 | + </g> | ||
2520 | + <g transform="matrix(1, 0, 0, 1, 94.8334, 43.7805)"> | ||
2521 | + <g id="chip-led0805_3_"> | ||
2522 | + <g transform="matrix(0, 1, -1, 0, 5.62951, 1.77951)"> | ||
2523 | + <g > | ||
2524 | + <g transform="matrix(1, 0, 0, 1, 21.5539, 31.3385)"> | ||
2525 | + <g id="led-0603_4_"> | ||
2526 | + <line x2="-21.535" x1="-21.535" fill="none" y1="-31.277" y2="-24.041"/> | ||
2527 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2234, -7.9809)"> | ||
2528 | + <rect fill="#F2F2F2" y="-29.519" height="3.833" width="7.348" x="-23.295"/> | ||
2529 | + </g> | ||
2530 | + <path d="M-21.537,-26.529c0,0,0.467,0.646,0.426,0.867c-0.041,0.219,0.148,0.541,0,0.676l-0.424,-0.019L-21.537,-26.529z" fill="#22B573" fill-opacity="0.7"/> | ||
2531 | + <g > | ||
2532 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.2644, -8.0825)"> | ||
2533 | + <rect fill="#FFFFFF" y="-28.154" height="0.961" width="0.854" x="-20.018"/> | ||
2534 | + </g> | ||
2535 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -47.7453, -7.6005)"> | ||
2536 | + <rect fill="#B3B3B3" y="-27.697" height="0.049" width="0.854" x="-20.5"/> | ||
2537 | + </g> | ||
2538 | + </g> | ||
2539 | + <g > | ||
2540 | + <polygon fill="#D1C690" points="-21.113,-25.949,-21.217,-24.986,-20.486,-24.986,-20.59,-25.949"/> | ||
2541 | + <g > | ||
2542 | + <path d="M-20.914,-25.886c0,-0.005,0,-0.007,0,-0.011c0.035,-0.266,0.104,-0.444,0.162,-0.598c0.08,-0.209,0.782,-0.56,0.696,-0.828c-0.012,-0.027,0.011,-0.061,0.043,-0.063c0.035,-0.011,0.068,0.01,0.078,0.036c0.095,0.308,-0.617,0.677,-0.701,0.896c-0.06,0.146,-0.123,0.318,-0.155,0.572c-0.004,0.026,-0.033,0.056,-0.068,0.049C-20.889,-25.838,-20.914,-25.861,-20.914,-25.886z" fill="#D1C690"/> | ||
2543 | + </g> | ||
2544 | + <polygon fill="#D1C690" points="-18.225,-29.369,-18.122,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2545 | + <g > | ||
2546 | + <path d="M-19.746,-27.715c0,-0.024,0.02,-0.052,0.047,-0.058c0.292,-0.063,1.152,-1.088,1.152,-1.885c0,-0.033,0.026,-0.058,0.063,-0.058c0.034,0.002,0.063,0.022,0.063,0.058l0,0.002c0,0.749,-0.77,1.894,-1.245,1.993c-0.035,0.008,-0.068,-0.013,-0.078,-0.041C-19.746,-27.707,-19.746,-27.711,-19.746,-27.715z" fill="#D1C690"/> | ||
2547 | + </g> | ||
2548 | + <path d="M-19.762,-27.245c0,0,0.002,-0.356,-0.311,-0.384c0,0.067,0,0.384,0,0.384L-19.762,-27.245z" fill="#D1C690"/> | ||
2549 | + <path d="M-19.443,-27.682c0,0,-0.306,0.158,-0.351,0.056c-0.048,-0.106,-0.052,-0.181,0.028,-0.239C-19.682,-27.927,-19.443,-27.682,-19.443,-27.682z" fill="#D1C690"/> | ||
2550 | + <path d="M-20.111,-27.322c0.084,0.271,-0.618,0.619,-0.698,0.828c-0.06,0.145,-0.127,0.329,-0.162,0.598l0.059,0c0.035,-0.266,0.104,-0.444,0.162,-0.598c0.08,-0.209,0.782,-0.56,0.696,-0.828L-20.111,-27.322z" fill="#9D956C"/> | ||
2551 | + <polygon fill="#9D956C" points="-18.804,-29.369,-18.907,-30.335,-18.852,-30.335,-18.749,-29.369"/> | ||
2552 | + <path d="M-19.756,-27.773c0.291,-0.063,1.212,-1.067,1.149,-1.885l0.06,0c0.06,0.877,-0.86,1.825,-1.152,1.887L-19.756,-27.773z" fill="#9D956C"/> | ||
2553 | + <path d="M-20.129,-27.629c0,0.067,0,0.381,0,0.381l0.057,0c0,0,0,-0.313,0,-0.381L-20.129,-27.629z" fill="#9D956C"/> | ||
2554 | + <path d="M-19.818,-27.869c-0.08,0.063,-0.076,0.131,-0.031,0.237l0.06,0.002c-0.049,-0.106,-0.052,-0.182,0.028,-0.239L-19.818,-27.869z" fill="#9D956C"/> | ||
2555 | + </g> | ||
2556 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -45.4138, -9.9565)"> | ||
2557 | + <rect fill="#FFFFFF" y="-27.711" opacity="0.5" height="0.051" width="4.225" enable-background="new " x="-19.841"/> | ||
2558 | + </g> | ||
2559 | + <path d="M-17.704,-30.318l-3.831,0l0,5.316l3.831,0.004L-17.704,-30.318z" fill="#F2F2F2" opacity="0.5" enable-background="new "/> | ||
2560 | + <path d="M-18.356,-30.267l0.271,0c0.151,0.021,0.271,-0.012,0.271,0.101c0,0.608,0,4.703,0,4.854c0,0.168,-0.065,0.179,-0.065,-0.012c0,-0.132,0,-3.894,0,-4.347c0,-0.457,-0.105,-0.521,-0.197,-0.521l-0.272,0.002C-18.53,-30.19,-18.53,-30.267,-18.356,-30.267z" fill="#FFFFFF" opacity="0.55" enable-background="new "/> | ||
2561 | + <path d="M-21.315,-25.141c-0.068,0,-0.138,0.015,-0.138,-0.098c0,-0.611,0,-4.667,0,-4.814c0,-0.171,0.065,-0.179,0.065,0.008c0,0.136,0.002,3.139,0.002,3.589C-21.385,-25.863,-21.315,-25.141,-21.315,-25.141z" opacity="0.03" enable-background="new "/> | ||
2562 | + <path d="M-21.537,-31.276l0,0.771l0.521,0c0.125,0,0.213,0.08,0.268,0.188l3.047,0l0,-1.01l-3.784,0l-0.05,0" fill="#D1C690"/> | ||
2563 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -48.5503, -13.0935)"> | ||
2564 | + <rect fill="#FFFFFF" y="-30.848" opacity="0.5" height="0.052" width="1.006" enable-background="new " x="-18.231"/> | ||
2565 | + </g> | ||
2566 | + <path d="M-21.537,-23.927l0.049,0l3.784,0L-17.704,-25l-3.464,0c-0.056,0.104,-0.146,0.188,-0.271,0.188l-0.1,0l0,0.83" fill="#D1C690"/> | ||
2567 | + <g transform="matrix(2.57889e-6, 1, -1, 2.57889e-6, -42.1958, -6.737)"> | ||
2568 | + <rect fill="#FFFFFF" y="-24.493" opacity="0.5" height="0.052" width="1.07" enable-background="new " x="-18.265"/> | ||
2569 | + </g> | ||
2570 | + </g> | ||
2571 | + </g> | ||
2572 | + </g> | ||
2573 | + </g> | ||
2574 | + </g> | ||
2575 | + </g> | ||
2576 | + <g transform="matrix(1, 0, 0, 1, 19.6891, 109.515)"> | ||
2577 | + <g id="powersupply_dc-21mm"> | ||
2578 | + <g transform="matrix(0, -1, 1, 0, -6.84151, 32.3005)"> | ||
2579 | + <g > | ||
2580 | + <g transform="matrix(1, 0, 0, 1, 16.998, 98.8718)"> | ||
2581 | + <g id="dc-21mm"> | ||
2582 | + <g transform="matrix(0, 1, -1, 0, 38.6844, 13.1725)"> | ||
2583 | + <g > | ||
2584 | + <g > | ||
2585 | + <g > | ||
2586 | + <rect fill="#232323" y="31.113" height="23.73" width="32.975" x="-107.575"/> | ||
2587 | + <rect fill="#494949" y="31.686" height="1.646" width="31.938" x="-106.972"/> | ||
2588 | + <rect fill="#3D3D3D" y="33.334" fill-opacity="0.3" height="5.369" width="31.937" x="-106.973"/> | ||
2589 | + <rect y="52.709" height="1.619" width="32.974" x="-108.008"/> | ||
2590 | + <rect fill="#0F0F0F" y="46.932" fill-opacity="0.4" height="5.826" width="32.974" x="-108.008"/> | ||
2591 | + </g> | ||
2592 | + <rect y="31.113" opacity="0.2" height="23.729" width="0.595" enable-background="new " x="-75.196"/> | ||
2593 | + </g> | ||
2594 | + <line x2="-77.414" stroke-miterlimit="10" x1="-77.414" stroke="#000000" fill="none" stroke-width="0.25" opacity="0.5" y1="54.847" enable-background="new " y2="31.113"/> | ||
2595 | + <g > | ||
2596 | + <rect y="31.139" opacity="0.25" height="23.729" width="1.287" enable-background="new " x="-105.365"/> | ||
2597 | + <path stroke-miterlimit="10" stroke="#565656" d="M-105.082,35.438l0,15.08l13.296,0c4.166,0,7.541,-3.375,7.541,-7.541c0,-4.164,-3.375,-7.541,-7.541,-7.541L-105.082,35.438L-105.082,35.438z" stroke-width="0.25" opacity="0.25" enable-background="new "/> | ||
2598 | + </g> | ||
2599 | + <g > | ||
2600 | + <path d="M-105.082,35.438l0,15.08l13.296,0c4.166,0,7.541,-3.375,7.541,-7.541c0,-4.164,-3.375,-7.541,-7.541,-7.541L-105.082,35.438L-105.082,35.438z" fill="#232323"/> | ||
2601 | + <rect fill="#232323" y="30.223" height="25.512" width="7.688" x="-112.044"/> | ||
2602 | + </g> | ||
2603 | + <rect fill="#6D6D6D" y="40.123" height="5.713" width="1.698" x="-74.603"/> | ||
2604 | + <rect fill="#494949" y="37.367" height="11.225" width="0.976" x="-74.605"/> | ||
2605 | + <rect fill="#494949" y="30.637" height="1.049" width="6.267" x="-111.348"/> | ||
2606 | + <rect y="54.322" height="1.051" width="6.268" x="-111.349"/> | ||
2607 | + </g> | ||
2608 | + </g> | ||
2609 | + </g> | ||
2610 | + </g> | ||
2611 | + </g> | ||
2612 | + </g> | ||
2613 | + </g> | ||
2614 | + </g> | ||
2615 | + <g transform="matrix(1, 0, 0, 1, 0.193619, 22.898)"> | ||
2616 | + <g id="pn61729"> | ||
2617 | + <g > | ||
2618 | + <g > | ||
2619 | + <path d="M24.845,40.63l-2.956,0l0,-2.039l0,-2.035l2.956,-0.002l1.931,0l0,3.17c0,0.502,-0.406,0.908,-0.907,0.908C25.866,40.632,24.845,40.632,24.845,40.63z" fill="#999999"/> | ||
2620 | + <path d="M25.966,40.63l0,-4.076l0.81,0c0,0,0,3.049,0,3.318C26.773,40.275,26.213,40.63,25.966,40.63z" fill="#808080"/> | ||
2621 | + </g> | ||
2622 | + <g > | ||
2623 | + <rect fill="#B3B3B3" y="4.078" height="32.479" width="36.683" x="0"/> | ||
2624 | + <rect fill="#999999" y="4.078" height="32.479" width="7.564" x="36.679"/> | ||
2625 | + <rect fill="#CCCCCC" y="4.078" opacity="0.5" height="2.045" width="44.247" enable-background="new " x="0"/> | ||
2626 | + <rect y="34.509" opacity="0.2" height="2.047" width="44.247" enable-background="new " x="0"/> | ||
2627 | + </g> | ||
2628 | + <g > | ||
2629 | + <path d="M24.845,0l-2.956,0l0,2.039l0,2.039l2.956,0l1.931,0L26.776,0.906C26.773,0.404,26.367,0,25.866,0L24.845,0z" fill="#B3B3B3"/> | ||
2630 | + <path d="M25.966,0l0,4.078l0.81,0c0,0,0,-3.051,0,-3.32C26.773,0.355,26.213,0,25.966,0z" fill="#E6E6E6"/> | ||
2631 | + </g> | ||
2632 | + </g> | ||
2633 | + </g> | ||
2634 | + </g> | ||
2635 | + <g transform="matrix(1, 0, 0, 1, 8.7817, 8.95615)"> | ||
2636 | + <g id="smd_157sw"> | ||
2637 | + <g transform="matrix(0, -1, 1, 0, 0.777996, 13.82)"> | ||
2638 | + <g > | ||
2639 | + <polygon fill="#CCCCCC" points="-53.435,227.999,-53.435,227.63,-45.17,227.63,-45.17,227.999,-38.925,227.999,-38.925,212.018,-59.681,212.018,-59.681,227.999"/> | ||
2640 | + <polygon fill="#CCCCCC" points="-45.17,209.46,-45.17,209.829,-53.435,209.829,-53.435,209.46,-59.681,209.46,-59.681,225.319,-38.925,225.319,-38.925,209.46"/> | ||
2641 | + <circle fill="#641D1C" cy="218.731" r="5.117" cx="-49.302"/> | ||
2642 | + <path d="M-44.187,218.479c0,-2.824,-2.289,-5.115,-5.115,-5.115c-2.826,0,-5.12,2.289,-5.12,5.115l0,0.249c0,-2.824,2.292,-5.115,5.12,-5.115c2.826,0,5.115,2.291,5.115,5.115L-44.187,218.479z" opacity="0.2" enable-background="new "/> | ||
2643 | + <circle fill="#852725" cy="218.73" r="4.93" cx="-49.302"/> | ||
2644 | + <circle fill="#852725" cy="218.847" r="4.929" cx="-49.302"/> | ||
2645 | + <g > | ||
2646 | + <path d="M-49.185,223.66c2.723,0,4.93,-2.206,4.93,-4.934c0,-2.724,-2.207,-4.929,-4.93,-4.929l-0.234,0c2.723,0,4.93,2.208,4.93,4.929c0,2.728,-2.207,4.934,-4.93,4.934L-49.185,223.66z" opacity="0.1" enable-background="new "/> | ||
2647 | + <path d="M-49.185,213.8c-2.725,0,-4.93,2.208,-4.93,4.929c0,2.728,2.205,4.934,4.93,4.934l-0.234,0c-2.723,0,-4.93,-2.206,-4.93,-4.934c0,-2.724,2.207,-4.929,4.93,-4.929L-49.185,213.8z" fill="#FFFFFF" opacity="0.2" enable-background="new "/> | ||
2648 | + </g> | ||
2649 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -284.377, 171.259)"> | ||
2650 | + <rect fill="#FFFFFF" y="224.693" opacity="0.2" height="6.248" width="0.371" enable-background="new " x="-56.745"/> | ||
2651 | + </g> | ||
2652 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -269.862, 185.768)"> | ||
2653 | + <rect fill="#FFFFFF" y="224.693" opacity="0.2" height="6.244" width="0.37" enable-background="new " x="-42.232"/> | ||
2654 | + </g> | ||
2655 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -276.753, 178.151)"> | ||
2656 | + <rect fill="#FFFFFF" y="223.318" opacity="0.2" height="8.268" width="0.368" enable-background="new " x="-49.485"/> | ||
2657 | + </g> | ||
2658 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -266.221, 153.103)"> | ||
2659 | + <rect y="206.538" opacity="0.2" height="6.248" width="0.368" enable-background="new " x="-56.743"/> | ||
2660 | + </g> | ||
2661 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -251.711, 167.614)"> | ||
2662 | + <rect y="206.54" opacity="0.2" height="6.244" width="0.369" enable-background="new " x="-42.233"/> | ||
2663 | + </g> | ||
2664 | + <g transform="matrix(-2.54711e-6, -1, 1, -2.54711e-6, -259.334, 160.73)"> | ||
2665 | + <rect y="205.899" opacity="0.2" height="8.266" width="0.368" enable-background="new " x="-49.487"/> | ||
2666 | + </g> | ||
2667 | + </g> | ||
2668 | + </g> | ||
2669 | + <g > | ||
2670 | + <rect fill="#E6E6E6" y="49.972" height="2.75" width="2.251" x="224.505"/> | ||
2671 | + <rect fill="#E6E6E6" y="49.972" height="2.75" width="2.252" x="212.254"/> | ||
2672 | + <rect fill="#E6E6E6" y="73.347" height="2.75" width="3.417" x="217.713"/> | ||
2673 | + <rect fill="#E6E6E6" y="73.347" height="2.75" width="2.251" x="224.505"/> | ||
2674 | + <rect fill="#E6E6E6" y="73.347" height="2.75" width="2.252" x="212.254"/> | ||
2675 | + <rect fill="#FFFFFF" y="75.763" opacity="0.2" height="0.334" width="3.417" enable-background="new " x="217.713"/> | ||
2676 | + <rect fill="#FFFFFF" y="75.763" opacity="0.2" height="0.334" width="2.251" enable-background="new " x="224.505"/> | ||
2677 | + <rect fill="#FFFFFF" y="75.763" opacity="0.2" height="0.334" width="2.252" enable-background="new " x="212.254"/> | ||
2678 | + <rect y="49.929" opacity="0.2" height="0.102" width="2.251" enable-background="new " x="224.489"/> | ||
2679 | + <rect y="49.929" opacity="0.2" height="0.102" width="2.252" enable-background="new " x="212.238"/> | ||
2680 | + <rect y="52.372" opacity="0.1" height="0.334" width="2.251" enable-background="new " x="224.521"/> | ||
2681 | + <rect y="52.372" opacity="0.1" height="0.334" width="2.252" enable-background="new " x="212.27"/> | ||
2682 | + </g> | ||
2683 | + </g> | ||
2684 | + </g> | ||
2685 | +</g> | ||
2686 | +</g></g><g partID='57540'><g transform='translate(0,46.1689)' ><g id="breadboardbreadboard"> | ||
2687 | + <g id="background"> | ||
2688 | + <rect fill="#D9D9D9" y="0" height="151.199" width="468.238"/> | ||
2689 | + </g> | ||
2690 | + <g id="stripes"> | ||
2691 | + <rect fill="#B3B0B0" y="20.932" height="0.4" width="468.238"/> | ||
2692 | + <rect fill="#B3B0B0" y="129.475" height="0.4" width="468.238"/> | ||
2693 | + </g> | ||
2694 | + <g > | ||
2695 | + <rect fill="#FF0000" y="19.2" height="0.4" width="468.238"/> | ||
2696 | + <rect fill="#FF0000" y="148.799" height="0.4" width="468.238"/> | ||
2697 | + <rect fill="#0000FF" y="2.4" height="0.4" width="468.238"/> | ||
2698 | + <rect fill="#0000FF" y="132" height="0.4" width="468.238"/> | ||
2699 | + </g> | ||
2700 | + <g > | ||
2701 | + <rect fill="#CCC9C9" y="71.2" height="7.2" width="468.238"/> | ||
2702 | + </g> | ||
2703 | + <g id="sockets"> | ||
2704 | + <g id="pin1A"> | ||
2705 | + <path d="M8.526,115.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2706 | + <path d="M13.313,115.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2707 | + <circle fill="#383838" cy="115.2" r="1.197" cx="10.92"/> | ||
2708 | + </g> | ||
2709 | + <g id="pin1B"> | ||
2710 | + <path d="M8.526,108c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2711 | + <path d="M13.313,108c0,1.321,-1.072,2.393,-2.394,2.393S8.526,109.322,8.526,108" fill="#E6E6E6"/> | ||
2712 | + <circle fill="#383838" cy="108" r="1.197" cx="10.92"/> | ||
2713 | + </g> | ||
2714 | + <g id="pin1C"> | ||
2715 | + <path d="M8.526,100.799c0,-1.321,1.072,-2.393,2.394,-2.393s2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2716 | + <path d="M13.313,100.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
2717 | + <circle fill="#383838" cy="100.8" r="1.197" cx="10.92"/> | ||
2718 | + </g> | ||
2719 | + <g id="pin1D"> | ||
2720 | + <path d="M8.526,93.6c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2721 | + <path d="M13.313,93.6c0,1.322,-1.072,2.394,-2.394,2.394S8.526,94.922,8.526,93.6l0,0" fill="#E6E6E6"/> | ||
2722 | + <circle fill="#383838" cy="93.6" r="1.197" cx="10.92"/> | ||
2723 | + </g> | ||
2724 | + <g id="pin1E"> | ||
2725 | + <path d="M8.526,86.4c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2726 | + <path d="M13.313,86.4c0,1.321,-1.072,2.394,-2.394,2.394S8.526,87.721,8.526,86.4l0,0" fill="#E6E6E6"/> | ||
2727 | + <circle fill="#383838" cy="86.4" r="1.196" cx="10.92"/> | ||
2728 | + </g> | ||
2729 | + <g id="pin1F"> | ||
2730 | + <path d="M8.526,64.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2731 | + <path d="M13.313,64.8c0,1.322,-1.072,2.394,-2.394,2.394S8.526,66.122,8.526,64.8l0,0" fill="#E6E6E6"/> | ||
2732 | + <circle fill="#383838" cy="64.8" r="1.197" cx="10.92"/> | ||
2733 | + </g> | ||
2734 | + <g id="pin1G"> | ||
2735 | + <path d="M8.526,57.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2736 | + <path d="M13.313,57.6c0,1.322,-1.072,2.394,-2.394,2.394S8.526,58.922,8.526,57.6" fill="#E6E6E6"/> | ||
2737 | + <circle fill="#383838" cy="57.6" r="1.197" cx="10.92"/> | ||
2738 | + </g> | ||
2739 | + <g id="pin1H"> | ||
2740 | + <path d="M8.526,50.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2741 | + <path d="M13.313,50.4c0,1.322,-1.072,2.394,-2.394,2.394S8.526,51.722,8.526,50.4l0,0" fill="#E6E6E6"/> | ||
2742 | + <circle fill="#383838" cy="50.4" r="1.197" cx="10.92"/> | ||
2743 | + </g> | ||
2744 | + <g id="pin1I"> | ||
2745 | + <path d="M8.526,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2746 | + <path d="M13.313,43.2c0,1.322,-1.072,2.394,-2.394,2.394S8.526,44.522,8.526,43.2l0,0" fill="#E6E6E6"/> | ||
2747 | + <circle fill="#383838" cy="43.2" r="1.197" cx="10.92"/> | ||
2748 | + </g> | ||
2749 | + <g id="pin1J"> | ||
2750 | + <path d="M8.526,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2751 | + <path d="M13.313,36c0,1.322,-1.072,2.394,-2.394,2.394S8.526,37.322,8.526,36l0,0" fill="#E6E6E6"/> | ||
2752 | + <circle fill="#383838" cy="36" r="1.197" cx="10.92"/> | ||
2753 | + </g> | ||
2754 | + <g id="pin2A"> | ||
2755 | + <path d="M15.727,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2756 | + <path d="M20.514,115.2c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.002,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003" fill="#E6E6E6"/> | ||
2757 | + <circle fill="#383838" cy="115.2" r="1.197" cx="18.12"/> | ||
2758 | + </g> | ||
2759 | + <g id="pin2B"> | ||
2760 | + <path d="M15.727,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2761 | + <path d="M20.514,108c0,1.321,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,-0.001,0,-0.002,0,-0.002" fill="#E6E6E6"/> | ||
2762 | + <circle fill="#383838" cy="108" r="1.197" cx="18.12"/> | ||
2763 | + </g> | ||
2764 | + <g id="pin2C"> | ||
2765 | + <path d="M15.727,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2766 | + <path d="M20.514,100.799c0,1.322,-1.07,2.395,-2.393,2.396c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.002,0,-0.002,0,-0.004" fill="#E6E6E6"/> | ||
2767 | + <circle fill="#383838" cy="100.8" r="1.197" cx="18.12"/> | ||
2768 | + </g> | ||
2769 | + <g id="pin2D"> | ||
2770 | + <path d="M15.727,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2771 | + <path d="M20.514,93.6c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.393L15.726,93.6" fill="#E6E6E6"/> | ||
2772 | + <circle fill="#383838" cy="93.6" r="1.197" cx="18.12"/> | ||
2773 | + </g> | ||
2774 | + <g id="pin2E"> | ||
2775 | + <path d="M15.727,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2776 | + <path d="M20.514,86.4c0,1.321,-1.07,2.394,-2.393,2.396c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,-0.001,0,-0.002,0,-0.003" fill="#E6E6E6"/> | ||
2777 | + <circle fill="#383838" cy="86.4" r="1.196" cx="18.12"/> | ||
2778 | + </g> | ||
2779 | + <g id="pin2F"> | ||
2780 | + <path d="M15.727,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2781 | + <path d="M20.514,64.8c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003" fill="#E6E6E6"/> | ||
2782 | + <circle fill="#383838" cy="64.8" r="1.197" cx="18.12"/> | ||
2783 | + </g> | ||
2784 | + <g id="pin2G"> | ||
2785 | + <path d="M15.727,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2786 | + <path d="M20.514,57.6c0,1.322,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,0,0,-0.001,0,-0.002" fill="#E6E6E6"/> | ||
2787 | + <circle fill="#383838" cy="57.6" r="1.197" cx="18.12"/> | ||
2788 | + </g> | ||
2789 | + <g id="pin2H"> | ||
2790 | + <path d="M15.727,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2791 | + <path d="M20.514,50.4c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003" fill="#E6E6E6"/> | ||
2792 | + <circle fill="#383838" cy="50.4" r="1.197" cx="18.12"/> | ||
2793 | + </g> | ||
2794 | + <g id="pin2I"> | ||
2795 | + <path d="M15.727,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2796 | + <path d="M20.514,43.2c0,1.322,-1.07,2.394,-2.393,2.395c-1.322,0,-2.394,-1.07,-2.395,-2.393c0,0,0,-0.001,0,-0.002" fill="#E6E6E6"/> | ||
2797 | + <circle fill="#383838" cy="43.2" r="1.197" cx="18.12"/> | ||
2798 | + </g> | ||
2799 | + <g id="pin2J"> | ||
2800 | + <path d="M15.727,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2801 | + <path d="M20.514,36c0,1.322,-1.07,2.395,-2.393,2.395c-1.322,0.001,-2.394,-1.07,-2.395,-2.392c0,-0.001,0,-0.002,0,-0.003" fill="#E6E6E6"/> | ||
2802 | + <circle fill="#383838" cy="36" r="1.197" cx="18.12"/> | ||
2803 | + </g> | ||
2804 | + <g id="pin3A"> | ||
2805 | + <path d="M22.926,115.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2806 | + <path d="M27.713,115.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2807 | + <circle fill="#383838" cy="115.2" r="1.197" cx="25.32"/> | ||
2808 | + </g> | ||
2809 | + <g id="pin3B"> | ||
2810 | + <path d="M22.926,108c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2811 | + <path d="M27.713,108c0,1.321,-1.072,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
2812 | + <circle fill="#383838" cy="108" r="1.197" cx="25.32"/> | ||
2813 | + </g> | ||
2814 | + <g id="pin3C"> | ||
2815 | + <path d="M22.926,100.799c0,-1.321,1.072,-2.393,2.394,-2.393s2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2816 | + <path d="M27.713,100.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
2817 | + <circle fill="#383838" cy="100.8" r="1.197" cx="25.32"/> | ||
2818 | + </g> | ||
2819 | + <g id="pin3D"> | ||
2820 | + <path d="M22.926,93.6c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2821 | + <path d="M27.713,93.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2822 | + <circle fill="#383838" cy="93.6" r="1.197" cx="25.32"/> | ||
2823 | + </g> | ||
2824 | + <g id="pin3E"> | ||
2825 | + <path d="M22.926,86.4c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2826 | + <path d="M27.713,86.4c0,1.321,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2827 | + <circle fill="#383838" cy="86.4" r="1.196" cx="25.32"/> | ||
2828 | + </g> | ||
2829 | + <g id="pin3F"> | ||
2830 | + <path d="M22.926,64.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2831 | + <path d="M27.713,64.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2832 | + <circle fill="#383838" cy="64.8" r="1.197" cx="25.32"/> | ||
2833 | + </g> | ||
2834 | + <g id="pin3G"> | ||
2835 | + <path d="M22.926,57.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2836 | + <path d="M27.713,57.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2837 | + <circle fill="#383838" cy="57.6" r="1.197" cx="25.32"/> | ||
2838 | + </g> | ||
2839 | + <g id="pin3H"> | ||
2840 | + <path d="M22.926,50.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2841 | + <path d="M27.713,50.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2842 | + <circle fill="#383838" cy="50.4" r="1.197" cx="25.32"/> | ||
2843 | + </g> | ||
2844 | + <g id="pin3I"> | ||
2845 | + <path d="M22.926,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2846 | + <path d="M27.713,43.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2847 | + <circle fill="#383838" cy="43.2" r="1.197" cx="25.32"/> | ||
2848 | + </g> | ||
2849 | + <g id="pin3J"> | ||
2850 | + <path d="M22.926,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2851 | + <path d="M27.713,36c0,1.322,-1.072,2.394,-2.394,2.394S22.926,37.322,22.926,36" fill="#E6E6E6"/> | ||
2852 | + <circle fill="#383838" cy="36" r="1.197" cx="25.32"/> | ||
2853 | + </g> | ||
2854 | + <g id="pin4A"> | ||
2855 | + <path d="M30.126,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2856 | + <path d="M34.914,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2857 | + <circle fill="#383838" cy="115.2" r="1.197" cx="32.52"/> | ||
2858 | + </g> | ||
2859 | + <g id="pin4B"> | ||
2860 | + <path d="M30.126,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2861 | + <path d="M34.914,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
2862 | + <circle fill="#383838" cy="108" r="1.197" cx="32.52"/> | ||
2863 | + </g> | ||
2864 | + <g id="pin4C"> | ||
2865 | + <path d="M30.126,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2866 | + <path d="M34.914,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
2867 | + <circle fill="#383838" cy="100.8" r="1.197" cx="32.52"/> | ||
2868 | + </g> | ||
2869 | + <g id="pin4D"> | ||
2870 | + <path d="M30.126,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2871 | + <path d="M34.914,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2872 | + <circle fill="#383838" cy="93.6" r="1.197" cx="32.52"/> | ||
2873 | + </g> | ||
2874 | + <g id="pin4E"> | ||
2875 | + <path d="M30.126,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2876 | + <path d="M34.914,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2877 | + <circle fill="#383838" cy="86.4" r="1.196" cx="32.52"/> | ||
2878 | + </g> | ||
2879 | + <g id="pin4F"> | ||
2880 | + <path d="M30.126,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2881 | + <path d="M34.914,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2882 | + <circle fill="#383838" cy="64.8" r="1.197" cx="32.52"/> | ||
2883 | + </g> | ||
2884 | + <g id="pin4G"> | ||
2885 | + <path d="M30.126,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2886 | + <path d="M34.914,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2887 | + <circle fill="#383838" cy="57.6" r="1.197" cx="32.52"/> | ||
2888 | + </g> | ||
2889 | + <g id="pin4H"> | ||
2890 | + <path d="M30.126,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2891 | + <path d="M34.914,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2892 | + <circle fill="#383838" cy="50.4" r="1.197" cx="32.52"/> | ||
2893 | + </g> | ||
2894 | + <g id="pin4I"> | ||
2895 | + <path d="M30.126,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2896 | + <path d="M34.914,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2897 | + <circle fill="#383838" cy="43.2" r="1.197" cx="32.52"/> | ||
2898 | + </g> | ||
2899 | + <g id="pin4J"> | ||
2900 | + <path d="M30.126,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2901 | + <path d="M34.914,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2902 | + <circle fill="#383838" cy="36" r="1.197" cx="32.52"/> | ||
2903 | + </g> | ||
2904 | + <g id="pin5A"> | ||
2905 | + <path d="M37.326,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2906 | + <path d="M42.113,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2907 | + <circle fill="#383838" cy="115.2" r="1.197" cx="39.72"/> | ||
2908 | + </g> | ||
2909 | + <g id="pin5B"> | ||
2910 | + <path d="M37.326,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2911 | + <path d="M42.113,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
2912 | + <circle fill="#383838" cy="108" r="1.197" cx="39.72"/> | ||
2913 | + </g> | ||
2914 | + <g id="pin5C"> | ||
2915 | + <path d="M37.326,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2916 | + <path d="M42.113,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
2917 | + <circle fill="#383838" cy="100.8" r="1.197" cx="39.72"/> | ||
2918 | + </g> | ||
2919 | + <g id="pin5D"> | ||
2920 | + <path d="M37.326,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2921 | + <path d="M42.113,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2922 | + <circle fill="#383838" cy="93.6" r="1.197" cx="39.72"/> | ||
2923 | + </g> | ||
2924 | + <g id="pin5E"> | ||
2925 | + <path d="M37.326,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2926 | + <path d="M42.113,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2927 | + <circle fill="#383838" cy="86.4" r="1.196" cx="39.72"/> | ||
2928 | + </g> | ||
2929 | + <g id="pin5F"> | ||
2930 | + <path d="M37.326,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2931 | + <path d="M42.113,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2932 | + <circle fill="#383838" cy="64.8" r="1.197" cx="39.72"/> | ||
2933 | + </g> | ||
2934 | + <g id="pin5G"> | ||
2935 | + <path d="M37.326,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2936 | + <path d="M42.113,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2937 | + <circle fill="#383838" cy="57.6" r="1.197" cx="39.72"/> | ||
2938 | + </g> | ||
2939 | + <g id="pin5H"> | ||
2940 | + <path d="M37.326,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2941 | + <path d="M42.113,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2942 | + <circle fill="#383838" cy="50.4" r="1.197" cx="39.72"/> | ||
2943 | + </g> | ||
2944 | + <g id="pin5I"> | ||
2945 | + <path d="M37.326,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2946 | + <path d="M42.113,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2947 | + <circle fill="#383838" cy="43.2" r="1.197" cx="39.72"/> | ||
2948 | + </g> | ||
2949 | + <g id="pin5J"> | ||
2950 | + <path d="M37.326,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2951 | + <path d="M42.113,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2952 | + <circle fill="#383838" cy="36" r="1.197" cx="39.72"/> | ||
2953 | + </g> | ||
2954 | + <g id="pin6A"> | ||
2955 | + <path d="M44.526,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
2956 | + <path d="M49.313,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2957 | + <circle fill="#383838" cy="115.2" r="1.197" cx="46.92"/> | ||
2958 | + </g> | ||
2959 | + <g id="pin6B"> | ||
2960 | + <path d="M44.526,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2961 | + <path d="M49.313,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
2962 | + <circle fill="#383838" cy="108" r="1.197" cx="46.92"/> | ||
2963 | + </g> | ||
2964 | + <g id="pin6C"> | ||
2965 | + <path d="M44.526,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
2966 | + <path d="M49.313,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
2967 | + <circle fill="#383838" cy="100.8" r="1.197" cx="46.92"/> | ||
2968 | + </g> | ||
2969 | + <g id="pin6D"> | ||
2970 | + <path d="M44.526,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
2971 | + <path d="M49.313,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2972 | + <circle fill="#383838" cy="93.6" r="1.197" cx="46.92"/> | ||
2973 | + </g> | ||
2974 | + <g id="pin6E"> | ||
2975 | + <path d="M44.526,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2976 | + <path d="M49.313,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2977 | + <circle fill="#383838" cy="86.4" r="1.196" cx="46.92"/> | ||
2978 | + </g> | ||
2979 | + <g id="pin6F"> | ||
2980 | + <path d="M44.526,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2981 | + <path d="M49.313,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
2982 | + <circle fill="#383838" cy="64.8" r="1.197" cx="46.92"/> | ||
2983 | + </g> | ||
2984 | + <g id="pin6G"> | ||
2985 | + <path d="M44.526,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2986 | + <path d="M49.313,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2987 | + <circle fill="#383838" cy="57.6" r="1.197" cx="46.92"/> | ||
2988 | + </g> | ||
2989 | + <g id="pin6H"> | ||
2990 | + <path d="M44.526,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2991 | + <path d="M49.313,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
2992 | + <circle fill="#383838" cy="50.4" r="1.197" cx="46.92"/> | ||
2993 | + </g> | ||
2994 | + <g id="pin6I"> | ||
2995 | + <path d="M44.526,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
2996 | + <path d="M49.313,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
2997 | + <circle fill="#383838" cy="43.2" r="1.197" cx="46.92"/> | ||
2998 | + </g> | ||
2999 | + <g id="pin6J"> | ||
3000 | + <path d="M44.526,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3001 | + <path d="M49.313,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3002 | + <circle fill="#383838" cy="36" r="1.197" cx="46.92"/> | ||
3003 | + </g> | ||
3004 | + <g id="pin7A"> | ||
3005 | + <path d="M51.726,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3006 | + <path d="M56.513,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3007 | + <circle fill="#383838" cy="115.2" r="1.197" cx="54.12"/> | ||
3008 | + </g> | ||
3009 | + <g id="pin7B"> | ||
3010 | + <path d="M51.726,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3011 | + <path d="M56.513,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3012 | + <circle fill="#383838" cy="108" r="1.197" cx="54.12"/> | ||
3013 | + </g> | ||
3014 | + <g id="pin7C"> | ||
3015 | + <path d="M51.726,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3016 | + <path d="M56.513,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3017 | + <circle fill="#383838" cy="100.8" r="1.197" cx="54.12"/> | ||
3018 | + </g> | ||
3019 | + <g id="pin7D"> | ||
3020 | + <path d="M51.726,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3021 | + <path d="M56.513,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3022 | + <circle fill="#383838" cy="93.6" r="1.197" cx="54.12"/> | ||
3023 | + </g> | ||
3024 | + <g id="pin7E"> | ||
3025 | + <path d="M51.726,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3026 | + <path d="M56.513,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3027 | + <circle fill="#383838" cy="86.4" r="1.196" cx="54.12"/> | ||
3028 | + </g> | ||
3029 | + <g id="pin7F"> | ||
3030 | + <path d="M51.726,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3031 | + <path d="M56.513,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3032 | + <circle fill="#383838" cy="64.8" r="1.197" cx="54.12"/> | ||
3033 | + </g> | ||
3034 | + <g id="pin7G"> | ||
3035 | + <path d="M51.726,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3036 | + <path d="M56.513,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3037 | + <circle fill="#383838" cy="57.6" r="1.197" cx="54.12"/> | ||
3038 | + </g> | ||
3039 | + <g id="pin7H"> | ||
3040 | + <path d="M51.726,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3041 | + <path d="M56.513,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3042 | + <circle fill="#383838" cy="50.4" r="1.197" cx="54.12"/> | ||
3043 | + </g> | ||
3044 | + <g id="pin7I"> | ||
3045 | + <path d="M51.726,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3046 | + <path d="M56.513,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3047 | + <circle fill="#383838" cy="43.2" r="1.197" cx="54.12"/> | ||
3048 | + </g> | ||
3049 | + <g id="pin7J"> | ||
3050 | + <path d="M51.726,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3051 | + <path d="M56.513,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3052 | + <circle fill="#383838" cy="36" r="1.197" cx="54.12"/> | ||
3053 | + </g> | ||
3054 | + <g id="pin8A"> | ||
3055 | + <path d="M58.926,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3056 | + <path d="M63.713,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3057 | + <circle fill="#383838" cy="115.2" r="1.197" cx="61.32"/> | ||
3058 | + </g> | ||
3059 | + <g id="pin8B"> | ||
3060 | + <path d="M58.926,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3061 | + <path d="M63.713,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3062 | + <circle fill="#383838" cy="108" r="1.197" cx="61.32"/> | ||
3063 | + </g> | ||
3064 | + <g id="pin8C"> | ||
3065 | + <path d="M58.926,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3066 | + <path d="M63.713,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3067 | + <circle fill="#383838" cy="100.8" r="1.197" cx="61.32"/> | ||
3068 | + </g> | ||
3069 | + <g id="pin8D"> | ||
3070 | + <path d="M58.926,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3071 | + <path d="M63.713,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3072 | + <circle fill="#383838" cy="93.6" r="1.197" cx="61.32"/> | ||
3073 | + </g> | ||
3074 | + <g id="pin8E"> | ||
3075 | + <path d="M58.926,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3076 | + <path d="M63.713,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3077 | + <circle fill="#383838" cy="86.4" r="1.196" cx="61.32"/> | ||
3078 | + </g> | ||
3079 | + <g id="pin8F"> | ||
3080 | + <path d="M58.926,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3081 | + <path d="M63.713,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3082 | + <circle fill="#383838" cy="64.8" r="1.197" cx="61.32"/> | ||
3083 | + </g> | ||
3084 | + <g id="pin8G"> | ||
3085 | + <path d="M58.926,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3086 | + <path d="M63.713,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3087 | + <circle fill="#383838" cy="57.6" r="1.197" cx="61.32"/> | ||
3088 | + </g> | ||
3089 | + <g id="pin8H"> | ||
3090 | + <path d="M58.926,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3091 | + <path d="M63.713,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3092 | + <circle fill="#383838" cy="50.4" r="1.197" cx="61.32"/> | ||
3093 | + </g> | ||
3094 | + <g id="pin8I"> | ||
3095 | + <path d="M58.926,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3096 | + <path d="M63.713,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3097 | + <circle fill="#383838" cy="43.2" r="1.197" cx="61.32"/> | ||
3098 | + </g> | ||
3099 | + <g id="pin8J"> | ||
3100 | + <path d="M58.926,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3101 | + <path d="M63.713,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3102 | + <circle fill="#383838" cy="36" r="1.197" cx="61.32"/> | ||
3103 | + </g> | ||
3104 | + <g id="pin9A"> | ||
3105 | + <path d="M66.126,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3106 | + <path d="M70.913,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3107 | + <circle fill="#383838" cy="115.2" r="1.197" cx="68.52"/> | ||
3108 | + </g> | ||
3109 | + <g id="pin9B"> | ||
3110 | + <path d="M66.126,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3111 | + <path d="M70.913,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3112 | + <circle fill="#383838" cy="108" r="1.197" cx="68.52"/> | ||
3113 | + </g> | ||
3114 | + <g id="pin9C"> | ||
3115 | + <path d="M66.126,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3116 | + <path d="M70.913,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3117 | + <circle fill="#383838" cy="100.8" r="1.197" cx="68.52"/> | ||
3118 | + </g> | ||
3119 | + <g id="pin9D"> | ||
3120 | + <path d="M66.126,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3121 | + <path d="M70.913,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3122 | + <circle fill="#383838" cy="93.6" r="1.197" cx="68.52"/> | ||
3123 | + </g> | ||
3124 | + <g id="pin9E"> | ||
3125 | + <path d="M66.126,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3126 | + <path d="M70.913,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3127 | + <circle fill="#383838" cy="86.4" r="1.196" cx="68.52"/> | ||
3128 | + </g> | ||
3129 | + <g id="pin9F"> | ||
3130 | + <path d="M66.126,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3131 | + <path d="M70.913,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3132 | + <circle fill="#383838" cy="64.8" r="1.197" cx="68.52"/> | ||
3133 | + </g> | ||
3134 | + <g id="pin9G"> | ||
3135 | + <path d="M66.126,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3136 | + <path d="M70.913,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3137 | + <circle fill="#383838" cy="57.6" r="1.197" cx="68.52"/> | ||
3138 | + </g> | ||
3139 | + <g id="pin9H"> | ||
3140 | + <path d="M66.126,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3141 | + <path d="M70.913,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3142 | + <circle fill="#383838" cy="50.4" r="1.197" cx="68.52"/> | ||
3143 | + </g> | ||
3144 | + <g id="pin9I"> | ||
3145 | + <path d="M66.126,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3146 | + <path d="M70.913,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3147 | + <circle fill="#383838" cy="43.2" r="1.197" cx="68.52"/> | ||
3148 | + </g> | ||
3149 | + <g id="pin9J"> | ||
3150 | + <path d="M66.126,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3151 | + <path d="M70.913,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3152 | + <circle fill="#383838" cy="36" r="1.197" cx="68.52"/> | ||
3153 | + </g> | ||
3154 | + <g id="pin10A"> | ||
3155 | + <path d="M73.326,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3156 | + <path d="M78.113,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3157 | + <circle fill="#383838" cy="115.2" r="1.197" cx="75.72"/> | ||
3158 | + </g> | ||
3159 | + <g id="pin10B"> | ||
3160 | + <path d="M73.326,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3161 | + <path d="M78.113,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3162 | + <circle fill="#383838" cy="108" r="1.197" cx="75.72"/> | ||
3163 | + </g> | ||
3164 | + <g id="pin10C"> | ||
3165 | + <path d="M73.326,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3166 | + <path d="M78.113,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3167 | + <circle fill="#383838" cy="100.8" r="1.197" cx="75.72"/> | ||
3168 | + </g> | ||
3169 | + <g id="pin10D"> | ||
3170 | + <path d="M73.326,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3171 | + <path d="M78.113,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3172 | + <circle fill="#383838" cy="93.6" r="1.197" cx="75.72"/> | ||
3173 | + </g> | ||
3174 | + <g id="pin10E"> | ||
3175 | + <path d="M73.326,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3176 | + <path d="M78.113,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3177 | + <circle fill="#383838" cy="86.4" r="1.196" cx="75.72"/> | ||
3178 | + </g> | ||
3179 | + <g id="pin10F"> | ||
3180 | + <path d="M73.326,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3181 | + <path d="M78.113,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3182 | + <circle fill="#383838" cy="64.8" r="1.197" cx="75.72"/> | ||
3183 | + </g> | ||
3184 | + <g id="pin10G"> | ||
3185 | + <path d="M73.326,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3186 | + <path d="M78.113,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3187 | + <circle fill="#383838" cy="57.6" r="1.197" cx="75.72"/> | ||
3188 | + </g> | ||
3189 | + <g id="pin10H"> | ||
3190 | + <path d="M73.326,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3191 | + <path d="M78.113,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3192 | + <circle fill="#383838" cy="50.4" r="1.197" cx="75.72"/> | ||
3193 | + </g> | ||
3194 | + <g id="pin10I"> | ||
3195 | + <path d="M73.326,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3196 | + <path d="M78.113,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3197 | + <circle fill="#383838" cy="43.2" r="1.197" cx="75.72"/> | ||
3198 | + </g> | ||
3199 | + <g id="pin10J"> | ||
3200 | + <path d="M73.326,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3201 | + <path d="M78.113,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3202 | + <circle fill="#383838" cy="36" r="1.197" cx="75.72"/> | ||
3203 | + </g> | ||
3204 | + <g id="pin11A"> | ||
3205 | + <path d="M80.526,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3206 | + <path d="M85.313,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3207 | + <circle fill="#383838" cy="115.2" r="1.197" cx="82.919"/> | ||
3208 | + </g> | ||
3209 | + <g id="pin11B"> | ||
3210 | + <path d="M80.526,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3211 | + <path d="M85.313,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3212 | + <circle fill="#383838" cy="108" r="1.197" cx="82.919"/> | ||
3213 | + </g> | ||
3214 | + <g id="pin11C"> | ||
3215 | + <path d="M80.526,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3216 | + <path d="M85.313,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3217 | + <circle fill="#383838" cy="100.8" r="1.197" cx="82.919"/> | ||
3218 | + </g> | ||
3219 | + <g id="pin11D"> | ||
3220 | + <path d="M80.526,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3221 | + <path d="M85.313,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3222 | + <circle fill="#383838" cy="93.6" r="1.197" cx="82.919"/> | ||
3223 | + </g> | ||
3224 | + <g id="pin11E"> | ||
3225 | + <path d="M80.526,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3226 | + <path d="M85.313,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3227 | + <circle fill="#383838" cy="86.4" r="1.196" cx="82.919"/> | ||
3228 | + </g> | ||
3229 | + <g id="pin11F"> | ||
3230 | + <path d="M80.526,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3231 | + <path d="M85.313,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3232 | + <circle fill="#383838" cy="64.8" r="1.197" cx="82.919"/> | ||
3233 | + </g> | ||
3234 | + <g id="pin11G"> | ||
3235 | + <path d="M80.526,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3236 | + <path d="M85.313,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3237 | + <circle fill="#383838" cy="57.6" r="1.197" cx="82.919"/> | ||
3238 | + </g> | ||
3239 | + <g id="pin11H"> | ||
3240 | + <path d="M80.526,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3241 | + <path d="M85.313,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3242 | + <circle fill="#383838" cy="50.4" r="1.197" cx="82.919"/> | ||
3243 | + </g> | ||
3244 | + <g id="pin11I"> | ||
3245 | + <path d="M80.526,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3246 | + <path d="M85.313,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3247 | + <circle fill="#383838" cy="43.2" r="1.197" cx="82.919"/> | ||
3248 | + </g> | ||
3249 | + <g id="pin11J"> | ||
3250 | + <path d="M80.526,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3251 | + <path d="M85.313,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3252 | + <circle fill="#383838" cy="36" r="1.197" cx="82.919"/> | ||
3253 | + </g> | ||
3254 | + <g id="pin12A"> | ||
3255 | + <path d="M87.726,115.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3256 | + <path d="M92.513,115.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3257 | + <circle fill="#383838" cy="115.2" r="1.197" cx="90.12"/> | ||
3258 | + </g> | ||
3259 | + <g id="pin12B"> | ||
3260 | + <path d="M87.726,108c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3261 | + <path d="M92.513,108c0,1.321,-1.072,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3262 | + <circle fill="#383838" cy="108" r="1.197" cx="90.12"/> | ||
3263 | + </g> | ||
3264 | + <g id="pin12C"> | ||
3265 | + <path d="M87.726,100.799c0,-1.321,1.072,-2.393,2.394,-2.393s2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3266 | + <path d="M92.513,100.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3267 | + <circle fill="#383838" cy="100.8" r="1.197" cx="90.12"/> | ||
3268 | + </g> | ||
3269 | + <g id="pin12D"> | ||
3270 | + <path d="M87.726,93.6c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3271 | + <path d="M92.513,93.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3272 | + <circle fill="#383838" cy="93.6" r="1.197" cx="90.12"/> | ||
3273 | + </g> | ||
3274 | + <g id="pin12E"> | ||
3275 | + <path d="M87.726,86.4c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3276 | + <path d="M92.513,86.4c0,1.321,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3277 | + <circle fill="#383838" cy="86.4" r="1.196" cx="90.12"/> | ||
3278 | + </g> | ||
3279 | + <g id="pin12F"> | ||
3280 | + <path d="M87.726,64.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3281 | + <path d="M92.513,64.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3282 | + <circle fill="#383838" cy="64.8" r="1.197" cx="90.12"/> | ||
3283 | + </g> | ||
3284 | + <g id="pin12G"> | ||
3285 | + <path d="M87.726,57.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3286 | + <path d="M92.513,57.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3287 | + <circle fill="#383838" cy="57.6" r="1.197" cx="90.12"/> | ||
3288 | + </g> | ||
3289 | + <g id="pin12H"> | ||
3290 | + <path d="M87.726,50.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3291 | + <path d="M92.513,50.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3292 | + <circle fill="#383838" cy="50.4" r="1.197" cx="90.12"/> | ||
3293 | + </g> | ||
3294 | + <g id="pin12I"> | ||
3295 | + <path d="M87.726,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3296 | + <path d="M92.513,43.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3297 | + <circle fill="#383838" cy="43.2" r="1.197" cx="90.12"/> | ||
3298 | + </g> | ||
3299 | + <g id="pin12J"> | ||
3300 | + <path d="M87.726,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3301 | + <path d="M92.513,36c0,1.322,-1.072,2.394,-2.394,2.394S87.726,37.322,87.726,36" fill="#E6E6E6"/> | ||
3302 | + <circle fill="#383838" cy="36" r="1.197" cx="90.12"/> | ||
3303 | + </g> | ||
3304 | + <g id="pin13A"> | ||
3305 | + <path d="M94.926,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3306 | + <path d="M99.713,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3307 | + <circle fill="#383838" cy="115.2" r="1.197" cx="97.319"/> | ||
3308 | + </g> | ||
3309 | + <g id="pin13B"> | ||
3310 | + <path d="M94.926,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3311 | + <path d="M99.713,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3312 | + <circle fill="#383838" cy="108" r="1.197" cx="97.319"/> | ||
3313 | + </g> | ||
3314 | + <g id="pin13C"> | ||
3315 | + <path d="M94.926,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3316 | + <path d="M99.713,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3317 | + <circle fill="#383838" cy="100.8" r="1.197" cx="97.319"/> | ||
3318 | + </g> | ||
3319 | + <g id="pin13D"> | ||
3320 | + <path d="M94.926,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3321 | + <path d="M99.713,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3322 | + <circle fill="#383838" cy="93.6" r="1.197" cx="97.319"/> | ||
3323 | + </g> | ||
3324 | + <g id="pin13E"> | ||
3325 | + <path d="M94.926,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3326 | + <path d="M99.713,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3327 | + <circle fill="#383838" cy="86.4" r="1.196" cx="97.319"/> | ||
3328 | + </g> | ||
3329 | + <g id="pin13F"> | ||
3330 | + <path d="M94.926,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3331 | + <path d="M99.713,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3332 | + <circle fill="#383838" cy="64.8" r="1.197" cx="97.319"/> | ||
3333 | + </g> | ||
3334 | + <g id="pin13G"> | ||
3335 | + <path d="M94.926,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3336 | + <path d="M99.713,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3337 | + <circle fill="#383838" cy="57.6" r="1.197" cx="97.319"/> | ||
3338 | + </g> | ||
3339 | + <g id="pin13H"> | ||
3340 | + <path d="M94.926,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3341 | + <path d="M99.713,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3342 | + <circle fill="#383838" cy="50.4" r="1.197" cx="97.319"/> | ||
3343 | + </g> | ||
3344 | + <g id="pin13I"> | ||
3345 | + <path d="M94.926,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3346 | + <path d="M99.713,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3347 | + <circle fill="#383838" cy="43.2" r="1.197" cx="97.319"/> | ||
3348 | + </g> | ||
3349 | + <g id="pin13J"> | ||
3350 | + <path d="M94.926,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3351 | + <path d="M99.713,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3352 | + <circle fill="#383838" cy="36" r="1.197" cx="97.319"/> | ||
3353 | + </g> | ||
3354 | + <g id="pin14A"> | ||
3355 | + <path d="M102.126,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
3356 | + <path d="M106.913,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3357 | + <circle fill="#383838" cy="115.2" r="1.197" cx="104.52"/> | ||
3358 | + </g> | ||
3359 | + <g id="pin14B"> | ||
3360 | + <path d="M102.126,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3361 | + <path d="M106.913,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
3362 | + <circle fill="#383838" cy="108" r="1.197" cx="104.52"/> | ||
3363 | + </g> | ||
3364 | + <g id="pin14C"> | ||
3365 | + <path d="M102.126,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393" fill="#BFBFBF"/> | ||
3366 | + <path d="M106.913,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395l0,0" fill="#E6E6E6"/> | ||
3367 | + <circle fill="#383838" cy="100.8" r="1.197" cx="104.52"/> | ||
3368 | + </g> | ||
3369 | + <g id="pin14D"> | ||
3370 | + <path d="M102.126,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
3371 | + <path d="M106.913,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3372 | + <circle fill="#383838" cy="93.6" r="1.197" cx="104.52"/> | ||
3373 | + </g> | ||
3374 | + <g id="pin14E"> | ||
3375 | + <path d="M102.126,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3376 | + <path d="M106.913,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3377 | + <circle fill="#383838" cy="86.4" r="1.196" cx="104.52"/> | ||
3378 | + </g> | ||
3379 | + <g id="pin14F"> | ||
3380 | + <path d="M102.126,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3381 | + <path d="M106.913,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3382 | + <circle fill="#383838" cy="64.8" r="1.197" cx="104.52"/> | ||
3383 | + </g> | ||
3384 | + <g id="pin14G"> | ||
3385 | + <path d="M102.126,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3386 | + <path d="M106.913,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3387 | + <circle fill="#383838" cy="57.6" r="1.197" cx="104.52"/> | ||
3388 | + </g> | ||
3389 | + <g id="pin14H"> | ||
3390 | + <path d="M102.126,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3391 | + <path d="M106.913,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
3392 | + <circle fill="#383838" cy="50.4" r="1.197" cx="104.52"/> | ||
3393 | + </g> | ||
3394 | + <g id="pin14I"> | ||
3395 | + <path d="M102.126,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3396 | + <path d="M106.913,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
3397 | + <circle fill="#383838" cy="43.2" r="1.197" cx="104.52"/> | ||
3398 | + </g> | ||
3399 | + <g id="pin14J"> | ||
3400 | + <path d="M102.126,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
3401 | + <path d="M106.913,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
3402 | + <circle fill="#383838" cy="36" r="1.197" cx="104.52"/> | ||
3403 | + </g> | ||
3404 | + <g id="pin15A"> | ||
3405 | + <path d="M109.326,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3406 | + <path d="M114.113,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3407 | + <circle fill="#383838" cy="115.2" r="1.197" cx="111.719"/> | ||
3408 | + </g> | ||
3409 | + <g id="pin15B"> | ||
3410 | + <path d="M109.326,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3411 | + <path d="M114.113,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3412 | + <circle fill="#383838" cy="108" r="1.197" cx="111.719"/> | ||
3413 | + </g> | ||
3414 | + <g id="pin15C"> | ||
3415 | + <path d="M109.326,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3416 | + <path d="M114.113,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3417 | + <circle fill="#383838" cy="100.8" r="1.197" cx="111.719"/> | ||
3418 | + </g> | ||
3419 | + <g id="pin15D"> | ||
3420 | + <path d="M109.326,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3421 | + <path d="M114.113,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3422 | + <circle fill="#383838" cy="93.6" r="1.197" cx="111.719"/> | ||
3423 | + </g> | ||
3424 | + <g id="pin15E"> | ||
3425 | + <path d="M109.326,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3426 | + <path d="M114.113,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3427 | + <circle fill="#383838" cy="86.4" r="1.196" cx="111.719"/> | ||
3428 | + </g> | ||
3429 | + <g id="pin15F"> | ||
3430 | + <path d="M109.326,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3431 | + <path d="M114.113,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3432 | + <circle fill="#383838" cy="64.8" r="1.197" cx="111.719"/> | ||
3433 | + </g> | ||
3434 | + <g id="pin15G"> | ||
3435 | + <path d="M109.326,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3436 | + <path d="M114.113,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3437 | + <circle fill="#383838" cy="57.6" r="1.197" cx="111.719"/> | ||
3438 | + </g> | ||
3439 | + <g id="pin15H"> | ||
3440 | + <path d="M109.326,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3441 | + <path d="M114.113,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3442 | + <circle fill="#383838" cy="50.4" r="1.197" cx="111.719"/> | ||
3443 | + </g> | ||
3444 | + <g id="pin15I"> | ||
3445 | + <path d="M109.326,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3446 | + <path d="M114.113,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3447 | + <circle fill="#383838" cy="43.2" r="1.197" cx="111.719"/> | ||
3448 | + </g> | ||
3449 | + <g id="pin15J"> | ||
3450 | + <path d="M109.326,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3451 | + <path d="M114.113,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3452 | + <circle fill="#383838" cy="36" r="1.197" cx="111.719"/> | ||
3453 | + </g> | ||
3454 | + <g id="pin16A"> | ||
3455 | + <path d="M116.526,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3456 | + <path d="M121.313,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3457 | + <circle fill="#383838" cy="115.2" r="1.197" cx="118.919"/> | ||
3458 | + </g> | ||
3459 | + <g id="pin16B"> | ||
3460 | + <path d="M116.526,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3461 | + <path d="M121.313,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3462 | + <circle fill="#383838" cy="108" r="1.197" cx="118.919"/> | ||
3463 | + </g> | ||
3464 | + <g id="pin16C"> | ||
3465 | + <path d="M116.526,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3466 | + <path d="M121.313,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3467 | + <circle fill="#383838" cy="100.8" r="1.197" cx="118.919"/> | ||
3468 | + </g> | ||
3469 | + <g id="pin16D"> | ||
3470 | + <path d="M116.526,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3471 | + <path d="M121.313,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3472 | + <circle fill="#383838" cy="93.6" r="1.197" cx="118.919"/> | ||
3473 | + </g> | ||
3474 | + <g id="pin16E"> | ||
3475 | + <path d="M116.526,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3476 | + <path d="M121.313,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3477 | + <circle fill="#383838" cy="86.4" r="1.196" cx="118.919"/> | ||
3478 | + </g> | ||
3479 | + <g id="pin16F"> | ||
3480 | + <path d="M116.526,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3481 | + <path d="M121.313,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3482 | + <circle fill="#383838" cy="64.8" r="1.197" cx="118.919"/> | ||
3483 | + </g> | ||
3484 | + <g id="pin16G"> | ||
3485 | + <path d="M116.526,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3486 | + <path d="M121.313,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3487 | + <circle fill="#383838" cy="57.6" r="1.197" cx="118.919"/> | ||
3488 | + </g> | ||
3489 | + <g id="pin16H"> | ||
3490 | + <path d="M116.526,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3491 | + <path d="M121.313,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3492 | + <circle fill="#383838" cy="50.4" r="1.197" cx="118.919"/> | ||
3493 | + </g> | ||
3494 | + <g id="pin16I"> | ||
3495 | + <path d="M116.526,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3496 | + <path d="M121.313,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3497 | + <circle fill="#383838" cy="43.2" r="1.197" cx="118.919"/> | ||
3498 | + </g> | ||
3499 | + <g id="pin16J"> | ||
3500 | + <path d="M116.526,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3501 | + <path d="M121.313,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3502 | + <circle fill="#383838" cy="36" r="1.197" cx="118.919"/> | ||
3503 | + </g> | ||
3504 | + <g id="pin17A"> | ||
3505 | + <path d="M123.726,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3506 | + <path d="M128.513,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3507 | + <circle fill="#383838" cy="115.2" r="1.197" cx="126.119"/> | ||
3508 | + </g> | ||
3509 | + <g id="pin17B"> | ||
3510 | + <path d="M123.726,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3511 | + <path d="M128.513,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3512 | + <circle fill="#383838" cy="108" r="1.197" cx="126.119"/> | ||
3513 | + </g> | ||
3514 | + <g id="pin17C"> | ||
3515 | + <path d="M123.726,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3516 | + <path d="M128.513,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3517 | + <circle fill="#383838" cy="100.8" r="1.197" cx="126.119"/> | ||
3518 | + </g> | ||
3519 | + <g id="pin17D"> | ||
3520 | + <path d="M123.726,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3521 | + <path d="M128.513,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3522 | + <circle fill="#383838" cy="93.6" r="1.197" cx="126.119"/> | ||
3523 | + </g> | ||
3524 | + <g id="pin17E"> | ||
3525 | + <path d="M123.726,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3526 | + <path d="M128.513,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3527 | + <circle fill="#383838" cy="86.4" r="1.196" cx="126.119"/> | ||
3528 | + </g> | ||
3529 | + <g id="pin17F"> | ||
3530 | + <path d="M123.726,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3531 | + <path d="M128.513,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3532 | + <circle fill="#383838" cy="64.8" r="1.197" cx="126.119"/> | ||
3533 | + </g> | ||
3534 | + <g id="pin17G"> | ||
3535 | + <path d="M123.726,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3536 | + <path d="M128.513,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3537 | + <circle fill="#383838" cy="57.6" r="1.197" cx="126.119"/> | ||
3538 | + </g> | ||
3539 | + <g id="pin17H"> | ||
3540 | + <path d="M123.726,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3541 | + <path d="M128.513,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3542 | + <circle fill="#383838" cy="50.4" r="1.197" cx="126.119"/> | ||
3543 | + </g> | ||
3544 | + <g id="pin17I"> | ||
3545 | + <path d="M123.726,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3546 | + <path d="M128.513,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3547 | + <circle fill="#383838" cy="43.2" r="1.197" cx="126.119"/> | ||
3548 | + </g> | ||
3549 | + <g id="pin17J"> | ||
3550 | + <path d="M123.726,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3551 | + <path d="M128.513,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3552 | + <circle fill="#383838" cy="36" r="1.197" cx="126.119"/> | ||
3553 | + </g> | ||
3554 | + <g id="pin18A"> | ||
3555 | + <path d="M130.926,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3556 | + <path d="M135.713,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3557 | + <circle fill="#383838" cy="115.2" r="1.197" cx="133.319"/> | ||
3558 | + </g> | ||
3559 | + <g id="pin18B"> | ||
3560 | + <path d="M130.926,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3561 | + <path d="M135.713,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3562 | + <circle fill="#383838" cy="108" r="1.197" cx="133.319"/> | ||
3563 | + </g> | ||
3564 | + <g id="pin18C"> | ||
3565 | + <path d="M130.926,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3566 | + <path d="M135.713,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3567 | + <circle fill="#383838" cy="100.8" r="1.197" cx="133.319"/> | ||
3568 | + </g> | ||
3569 | + <g id="pin18D"> | ||
3570 | + <path d="M130.926,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3571 | + <path d="M135.713,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3572 | + <circle fill="#383838" cy="93.6" r="1.197" cx="133.319"/> | ||
3573 | + </g> | ||
3574 | + <g id="pin18E"> | ||
3575 | + <path d="M130.926,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3576 | + <path d="M135.713,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3577 | + <circle fill="#383838" cy="86.4" r="1.196" cx="133.319"/> | ||
3578 | + </g> | ||
3579 | + <g id="pin18F"> | ||
3580 | + <path d="M130.926,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3581 | + <path d="M135.713,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3582 | + <circle fill="#383838" cy="64.8" r="1.197" cx="133.319"/> | ||
3583 | + </g> | ||
3584 | + <g id="pin18G"> | ||
3585 | + <path d="M130.926,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3586 | + <path d="M135.713,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3587 | + <circle fill="#383838" cy="57.6" r="1.197" cx="133.319"/> | ||
3588 | + </g> | ||
3589 | + <g id="pin18H"> | ||
3590 | + <path d="M130.926,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3591 | + <path d="M135.713,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3592 | + <circle fill="#383838" cy="50.4" r="1.197" cx="133.319"/> | ||
3593 | + </g> | ||
3594 | + <g id="pin18I"> | ||
3595 | + <path d="M130.926,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3596 | + <path d="M135.713,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3597 | + <circle fill="#383838" cy="43.2" r="1.197" cx="133.319"/> | ||
3598 | + </g> | ||
3599 | + <g id="pin18J"> | ||
3600 | + <path d="M130.926,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3601 | + <path d="M135.713,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3602 | + <circle fill="#383838" cy="36" r="1.197" cx="133.319"/> | ||
3603 | + </g> | ||
3604 | + <g id="pin19A"> | ||
3605 | + <path d="M138.125,115.2c0.002,-1.322,1.076,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3606 | + <path d="M142.913,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3607 | + <circle fill="#383838" cy="115.2" r="1.197" cx="140.52"/> | ||
3608 | + </g> | ||
3609 | + <g id="pin19B"> | ||
3610 | + <path d="M138.125,108c0.002,-1.322,1.076,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3611 | + <path d="M142.913,108c0.002,1.321,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3612 | + <circle fill="#383838" cy="108" r="1.197" cx="140.52"/> | ||
3613 | + </g> | ||
3614 | + <g id="pin19C"> | ||
3615 | + <path d="M138.125,100.799c0.002,-1.321,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3616 | + <path d="M142.913,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3617 | + <circle fill="#383838" cy="100.8" r="1.197" cx="140.52"/> | ||
3618 | + </g> | ||
3619 | + <g id="pin19D"> | ||
3620 | + <path d="M138.125,93.6c0.002,-1.322,1.076,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3621 | + <path d="M142.913,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3622 | + <circle fill="#383838" cy="93.6" r="1.197" cx="140.52"/> | ||
3623 | + </g> | ||
3624 | + <g id="pin19E"> | ||
3625 | + <path d="M138.125,86.4c0.002,-1.321,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3626 | + <path d="M142.913,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3627 | + <circle fill="#383838" cy="86.4" r="1.196" cx="140.52"/> | ||
3628 | + </g> | ||
3629 | + <g id="pin19F"> | ||
3630 | + <path d="M138.125,64.8c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3631 | + <path d="M142.913,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3632 | + <circle fill="#383838" cy="64.8" r="1.197" cx="140.52"/> | ||
3633 | + </g> | ||
3634 | + <g id="pin19G"> | ||
3635 | + <path d="M138.125,57.6c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3636 | + <path d="M142.913,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3637 | + <circle fill="#383838" cy="57.6" r="1.197" cx="140.52"/> | ||
3638 | + </g> | ||
3639 | + <g id="pin19H"> | ||
3640 | + <path d="M138.125,50.4c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3641 | + <path d="M142.913,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3642 | + <circle fill="#383838" cy="50.4" r="1.197" cx="140.52"/> | ||
3643 | + </g> | ||
3644 | + <g id="pin19I"> | ||
3645 | + <path d="M138.125,43.2c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3646 | + <path d="M142.913,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3647 | + <circle fill="#383838" cy="43.2" r="1.197" cx="140.52"/> | ||
3648 | + </g> | ||
3649 | + <g id="pin19J"> | ||
3650 | + <path d="M138.125,36c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3651 | + <path d="M142.913,36c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3652 | + <circle fill="#383838" cy="36" r="1.197" cx="140.52"/> | ||
3653 | + </g> | ||
3654 | + <g id="pin20A"> | ||
3655 | + <path d="M145.326,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3656 | + <path d="M150.113,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3657 | + <circle fill="#383838" cy="115.2" r="1.197" cx="147.719"/> | ||
3658 | + </g> | ||
3659 | + <g id="pin20B"> | ||
3660 | + <path d="M145.326,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3661 | + <path d="M150.113,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3662 | + <circle fill="#383838" cy="108" r="1.197" cx="147.719"/> | ||
3663 | + </g> | ||
3664 | + <g id="pin20C"> | ||
3665 | + <path d="M145.326,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3666 | + <path d="M150.113,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3667 | + <circle fill="#383838" cy="100.8" r="1.197" cx="147.719"/> | ||
3668 | + </g> | ||
3669 | + <g id="pin20D"> | ||
3670 | + <path d="M145.326,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3671 | + <path d="M150.113,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3672 | + <circle fill="#383838" cy="93.6" r="1.197" cx="147.719"/> | ||
3673 | + </g> | ||
3674 | + <g id="pin20E"> | ||
3675 | + <path d="M145.326,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3676 | + <path d="M150.113,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3677 | + <circle fill="#383838" cy="86.4" r="1.196" cx="147.719"/> | ||
3678 | + </g> | ||
3679 | + <g id="pin20F"> | ||
3680 | + <path d="M145.326,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3681 | + <path d="M150.113,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3682 | + <circle fill="#383838" cy="64.8" r="1.197" cx="147.719"/> | ||
3683 | + </g> | ||
3684 | + <g id="pin20G"> | ||
3685 | + <path d="M145.326,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3686 | + <path d="M150.113,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3687 | + <circle fill="#383838" cy="57.6" r="1.197" cx="147.719"/> | ||
3688 | + </g> | ||
3689 | + <g id="pin20H"> | ||
3690 | + <path d="M145.326,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3691 | + <path d="M150.113,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3692 | + <circle fill="#383838" cy="50.4" r="1.197" cx="147.719"/> | ||
3693 | + </g> | ||
3694 | + <g id="pin20I"> | ||
3695 | + <path d="M145.326,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3696 | + <path d="M150.113,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3697 | + <circle fill="#383838" cy="43.2" r="1.197" cx="147.719"/> | ||
3698 | + </g> | ||
3699 | + <g id="pin20J"> | ||
3700 | + <path d="M145.326,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3701 | + <path d="M150.113,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3702 | + <circle fill="#383838" cy="36" r="1.197" cx="147.719"/> | ||
3703 | + </g> | ||
3704 | + <g id="pin21A"> | ||
3705 | + <path d="M152.525,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3706 | + <path d="M157.313,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3707 | + <circle fill="#383838" cy="115.2" r="1.197" cx="154.919"/> | ||
3708 | + </g> | ||
3709 | + <g id="pin21B"> | ||
3710 | + <path d="M152.525,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3711 | + <path d="M157.313,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3712 | + <circle fill="#383838" cy="108" r="1.197" cx="154.919"/> | ||
3713 | + </g> | ||
3714 | + <g id="pin21C"> | ||
3715 | + <path d="M152.525,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3716 | + <path d="M157.313,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3717 | + <circle fill="#383838" cy="100.8" r="1.197" cx="154.919"/> | ||
3718 | + </g> | ||
3719 | + <g id="pin21D"> | ||
3720 | + <path d="M152.525,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3721 | + <path d="M157.313,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3722 | + <circle fill="#383838" cy="93.6" r="1.197" cx="154.919"/> | ||
3723 | + </g> | ||
3724 | + <g id="pin21E"> | ||
3725 | + <path d="M152.525,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3726 | + <path d="M157.313,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3727 | + <circle fill="#383838" cy="86.4" r="1.196" cx="154.919"/> | ||
3728 | + </g> | ||
3729 | + <g id="pin21F"> | ||
3730 | + <path d="M152.525,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3731 | + <path d="M157.313,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3732 | + <circle fill="#383838" cy="64.8" r="1.197" cx="154.919"/> | ||
3733 | + </g> | ||
3734 | + <g id="pin21G"> | ||
3735 | + <path d="M152.525,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3736 | + <path d="M157.313,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3737 | + <circle fill="#383838" cy="57.6" r="1.197" cx="154.919"/> | ||
3738 | + </g> | ||
3739 | + <g id="pin21H"> | ||
3740 | + <path d="M152.525,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3741 | + <path d="M157.313,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3742 | + <circle fill="#383838" cy="50.4" r="1.197" cx="154.919"/> | ||
3743 | + </g> | ||
3744 | + <g id="pin21I"> | ||
3745 | + <path d="M152.525,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3746 | + <path d="M157.313,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3747 | + <circle fill="#383838" cy="43.2" r="1.197" cx="154.919"/> | ||
3748 | + </g> | ||
3749 | + <g id="pin21J"> | ||
3750 | + <path d="M152.525,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3751 | + <path d="M157.313,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3752 | + <circle fill="#383838" cy="36" r="1.197" cx="154.919"/> | ||
3753 | + </g> | ||
3754 | + <g id="pin22A"> | ||
3755 | + <path d="M159.726,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3756 | + <path d="M164.513,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3757 | + <circle fill="#383838" cy="115.2" r="1.197" cx="162.119"/> | ||
3758 | + </g> | ||
3759 | + <g id="pin22B"> | ||
3760 | + <path d="M159.726,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3761 | + <path d="M164.513,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3762 | + <circle fill="#383838" cy="108" r="1.197" cx="162.119"/> | ||
3763 | + </g> | ||
3764 | + <g id="pin22C"> | ||
3765 | + <path d="M159.726,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3766 | + <path d="M164.513,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3767 | + <circle fill="#383838" cy="100.8" r="1.197" cx="162.119"/> | ||
3768 | + </g> | ||
3769 | + <g id="pin22D"> | ||
3770 | + <path d="M159.726,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3771 | + <path d="M164.513,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3772 | + <circle fill="#383838" cy="93.6" r="1.197" cx="162.119"/> | ||
3773 | + </g> | ||
3774 | + <g id="pin22E"> | ||
3775 | + <path d="M159.726,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3776 | + <path d="M164.513,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3777 | + <circle fill="#383838" cy="86.4" r="1.196" cx="162.119"/> | ||
3778 | + </g> | ||
3779 | + <g id="pin22F"> | ||
3780 | + <path d="M159.726,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3781 | + <path d="M164.513,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3782 | + <circle fill="#383838" cy="64.8" r="1.197" cx="162.119"/> | ||
3783 | + </g> | ||
3784 | + <g id="pin22G"> | ||
3785 | + <path d="M159.726,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3786 | + <path d="M164.513,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3787 | + <circle fill="#383838" cy="57.6" r="1.197" cx="162.119"/> | ||
3788 | + </g> | ||
3789 | + <g id="pin22H"> | ||
3790 | + <path d="M159.726,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3791 | + <path d="M164.513,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3792 | + <circle fill="#383838" cy="50.4" r="1.197" cx="162.119"/> | ||
3793 | + </g> | ||
3794 | + <g id="pin22I"> | ||
3795 | + <path d="M159.726,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3796 | + <path d="M164.513,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3797 | + <circle fill="#383838" cy="43.2" r="1.197" cx="162.119"/> | ||
3798 | + </g> | ||
3799 | + <g id="pin22J"> | ||
3800 | + <path d="M159.726,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3801 | + <path d="M164.513,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3802 | + <circle fill="#383838" cy="36" r="1.197" cx="162.119"/> | ||
3803 | + </g> | ||
3804 | + <g id="pin23A"> | ||
3805 | + <path d="M166.926,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3806 | + <path d="M171.713,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3807 | + <circle fill="#383838" cy="115.2" r="1.197" cx="169.319"/> | ||
3808 | + </g> | ||
3809 | + <g id="pin23B"> | ||
3810 | + <path d="M166.926,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3811 | + <path d="M171.713,108c0.002,1.321,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3812 | + <circle fill="#383838" cy="108" r="1.197" cx="169.319"/> | ||
3813 | + </g> | ||
3814 | + <g id="pin23C"> | ||
3815 | + <path d="M166.926,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3816 | + <path d="M171.713,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3817 | + <circle fill="#383838" cy="100.8" r="1.197" cx="169.319"/> | ||
3818 | + </g> | ||
3819 | + <g id="pin23D"> | ||
3820 | + <path d="M166.926,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3821 | + <path d="M171.713,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3822 | + <circle fill="#383838" cy="93.6" r="1.197" cx="169.319"/> | ||
3823 | + </g> | ||
3824 | + <g id="pin23E"> | ||
3825 | + <path d="M166.926,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3826 | + <path d="M171.713,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3827 | + <circle fill="#383838" cy="86.4" r="1.196" cx="169.319"/> | ||
3828 | + </g> | ||
3829 | + <g id="pin23F"> | ||
3830 | + <path d="M166.926,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3831 | + <path d="M171.713,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3832 | + <circle fill="#383838" cy="64.8" r="1.197" cx="169.319"/> | ||
3833 | + </g> | ||
3834 | + <g id="pin23G"> | ||
3835 | + <path d="M166.926,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3836 | + <path d="M171.713,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3837 | + <circle fill="#383838" cy="57.6" r="1.197" cx="169.319"/> | ||
3838 | + </g> | ||
3839 | + <g id="pin23H"> | ||
3840 | + <path d="M166.926,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3841 | + <path d="M171.713,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3842 | + <circle fill="#383838" cy="50.4" r="1.197" cx="169.319"/> | ||
3843 | + </g> | ||
3844 | + <g id="pin23I"> | ||
3845 | + <path d="M166.926,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3846 | + <path d="M171.713,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3847 | + <circle fill="#383838" cy="43.2" r="1.197" cx="169.319"/> | ||
3848 | + </g> | ||
3849 | + <g id="pin23J"> | ||
3850 | + <path d="M166.926,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3851 | + <path d="M171.713,36c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3852 | + <circle fill="#383838" cy="36" r="1.197" cx="169.319"/> | ||
3853 | + </g> | ||
3854 | + <g id="pin24A"> | ||
3855 | + <path d="M174.125,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3856 | + <path d="M178.913,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3857 | + <circle fill="#383838" cy="115.2" r="1.197" cx="176.519"/> | ||
3858 | + </g> | ||
3859 | + <g id="pin24B"> | ||
3860 | + <path d="M174.125,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3861 | + <path d="M178.913,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3862 | + <circle fill="#383838" cy="108" r="1.197" cx="176.519"/> | ||
3863 | + </g> | ||
3864 | + <g id="pin24C"> | ||
3865 | + <path d="M174.125,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3866 | + <path d="M178.913,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3867 | + <circle fill="#383838" cy="100.8" r="1.197" cx="176.519"/> | ||
3868 | + </g> | ||
3869 | + <g id="pin24D"> | ||
3870 | + <path d="M174.125,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3871 | + <path d="M178.913,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3872 | + <circle fill="#383838" cy="93.6" r="1.197" cx="176.519"/> | ||
3873 | + </g> | ||
3874 | + <g id="pin24E"> | ||
3875 | + <path d="M174.125,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3876 | + <path d="M178.913,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3877 | + <circle fill="#383838" cy="86.4" r="1.196" cx="176.519"/> | ||
3878 | + </g> | ||
3879 | + <g id="pin24F"> | ||
3880 | + <path d="M174.125,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3881 | + <path d="M178.913,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3882 | + <circle fill="#383838" cy="64.8" r="1.197" cx="176.519"/> | ||
3883 | + </g> | ||
3884 | + <g id="pin24G"> | ||
3885 | + <path d="M174.125,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3886 | + <path d="M178.913,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3887 | + <circle fill="#383838" cy="57.6" r="1.197" cx="176.519"/> | ||
3888 | + </g> | ||
3889 | + <g id="pin24H"> | ||
3890 | + <path d="M174.125,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3891 | + <path d="M178.913,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3892 | + <circle fill="#383838" cy="50.4" r="1.197" cx="176.519"/> | ||
3893 | + </g> | ||
3894 | + <g id="pin24I"> | ||
3895 | + <path d="M174.125,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3896 | + <path d="M178.913,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3897 | + <circle fill="#383838" cy="43.2" r="1.197" cx="176.519"/> | ||
3898 | + </g> | ||
3899 | + <g id="pin24J"> | ||
3900 | + <path d="M174.125,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3901 | + <path d="M178.913,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3902 | + <circle fill="#383838" cy="36" r="1.197" cx="176.519"/> | ||
3903 | + </g> | ||
3904 | + <g id="pin25A"> | ||
3905 | + <path d="M181.326,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3906 | + <path d="M186.113,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3907 | + <circle fill="#383838" cy="115.2" r="1.197" cx="183.719"/> | ||
3908 | + </g> | ||
3909 | + <g id="pin25B"> | ||
3910 | + <path d="M181.326,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3911 | + <path d="M186.113,108c0.002,1.321,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3912 | + <circle fill="#383838" cy="108" r="1.197" cx="183.719"/> | ||
3913 | + </g> | ||
3914 | + <g id="pin25C"> | ||
3915 | + <path d="M181.326,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3916 | + <path d="M186.113,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3917 | + <circle fill="#383838" cy="100.8" r="1.197" cx="183.719"/> | ||
3918 | + </g> | ||
3919 | + <g id="pin25D"> | ||
3920 | + <path d="M181.326,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3921 | + <path d="M186.113,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3922 | + <circle fill="#383838" cy="93.6" r="1.197" cx="183.719"/> | ||
3923 | + </g> | ||
3924 | + <g id="pin25E"> | ||
3925 | + <path d="M181.326,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3926 | + <path d="M186.113,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3927 | + <circle fill="#383838" cy="86.4" r="1.196" cx="183.719"/> | ||
3928 | + </g> | ||
3929 | + <g id="pin25F"> | ||
3930 | + <path d="M181.326,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3931 | + <path d="M186.113,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3932 | + <circle fill="#383838" cy="64.8" r="1.197" cx="183.719"/> | ||
3933 | + </g> | ||
3934 | + <g id="pin25G"> | ||
3935 | + <path d="M181.326,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3936 | + <path d="M186.113,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3937 | + <circle fill="#383838" cy="57.6" r="1.197" cx="183.719"/> | ||
3938 | + </g> | ||
3939 | + <g id="pin25H"> | ||
3940 | + <path d="M181.326,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3941 | + <path d="M186.113,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3942 | + <circle fill="#383838" cy="50.4" r="1.197" cx="183.719"/> | ||
3943 | + </g> | ||
3944 | + <g id="pin25I"> | ||
3945 | + <path d="M181.326,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3946 | + <path d="M186.113,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3947 | + <circle fill="#383838" cy="43.2" r="1.197" cx="183.719"/> | ||
3948 | + </g> | ||
3949 | + <g id="pin25J"> | ||
3950 | + <path d="M181.326,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3951 | + <path d="M186.113,36c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3952 | + <circle fill="#383838" cy="36" r="1.197" cx="183.719"/> | ||
3953 | + </g> | ||
3954 | + <g id="pin26A"> | ||
3955 | + <path d="M188.525,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
3956 | + <path d="M193.312,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
3957 | + <circle fill="#383838" cy="115.2" r="1.197" cx="190.919"/> | ||
3958 | + </g> | ||
3959 | + <g id="pin26B"> | ||
3960 | + <path d="M188.525,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
3961 | + <path d="M193.312,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
3962 | + <circle fill="#383838" cy="108" r="1.197" cx="190.919"/> | ||
3963 | + </g> | ||
3964 | + <g id="pin26C"> | ||
3965 | + <path d="M188.525,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3966 | + <path d="M193.312,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
3967 | + <circle fill="#383838" cy="100.8" r="1.197" cx="190.919"/> | ||
3968 | + </g> | ||
3969 | + <g id="pin26D"> | ||
3970 | + <path d="M188.525,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
3971 | + <path d="M193.312,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3972 | + <circle fill="#383838" cy="93.6" r="1.197" cx="190.919"/> | ||
3973 | + </g> | ||
3974 | + <g id="pin26E"> | ||
3975 | + <path d="M188.525,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
3976 | + <path d="M193.312,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3977 | + <circle fill="#383838" cy="86.4" r="1.196" cx="190.919"/> | ||
3978 | + </g> | ||
3979 | + <g id="pin26F"> | ||
3980 | + <path d="M188.525,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3981 | + <path d="M193.312,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3982 | + <circle fill="#383838" cy="64.8" r="1.197" cx="190.919"/> | ||
3983 | + </g> | ||
3984 | + <g id="pin26G"> | ||
3985 | + <path d="M188.525,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3986 | + <path d="M193.312,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3987 | + <circle fill="#383838" cy="57.6" r="1.197" cx="190.919"/> | ||
3988 | + </g> | ||
3989 | + <g id="pin26H"> | ||
3990 | + <path d="M188.525,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3991 | + <path d="M193.312,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
3992 | + <circle fill="#383838" cy="50.4" r="1.197" cx="190.919"/> | ||
3993 | + </g> | ||
3994 | + <g id="pin26I"> | ||
3995 | + <path d="M188.525,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
3996 | + <path d="M193.312,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
3997 | + <circle fill="#383838" cy="43.2" r="1.197" cx="190.919"/> | ||
3998 | + </g> | ||
3999 | + <g id="pin26J"> | ||
4000 | + <path d="M188.525,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4001 | + <path d="M193.312,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4002 | + <circle fill="#383838" cy="36" r="1.197" cx="190.919"/> | ||
4003 | + </g> | ||
4004 | + <g id="pin27A"> | ||
4005 | + <path d="M195.726,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
4006 | + <path d="M200.513,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
4007 | + <circle fill="#383838" cy="115.2" r="1.197" cx="198.119"/> | ||
4008 | + </g> | ||
4009 | + <g id="pin27B"> | ||
4010 | + <path d="M195.726,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
4011 | + <path d="M200.513,108c0.002,1.321,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
4012 | + <circle fill="#383838" cy="108" r="1.197" cx="198.119"/> | ||
4013 | + </g> | ||
4014 | + <g id="pin27C"> | ||
4015 | + <path d="M195.726,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4016 | + <path d="M200.513,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
4017 | + <circle fill="#383838" cy="100.8" r="1.197" cx="198.119"/> | ||
4018 | + </g> | ||
4019 | + <g id="pin27D"> | ||
4020 | + <path d="M195.726,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
4021 | + <path d="M200.513,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396s-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4022 | + <circle fill="#383838" cy="93.6" r="1.197" cx="198.119"/> | ||
4023 | + </g> | ||
4024 | + <g id="pin27E"> | ||
4025 | + <path d="M195.726,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
4026 | + <path d="M200.513,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
4027 | + <circle fill="#383838" cy="86.4" r="1.196" cx="198.119"/> | ||
4028 | + </g> | ||
4029 | + <g id="pin27F"> | ||
4030 | + <path d="M195.726,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4031 | + <path d="M200.513,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4032 | + <circle fill="#383838" cy="64.8" r="1.197" cx="198.119"/> | ||
4033 | + </g> | ||
4034 | + <g id="pin27G"> | ||
4035 | + <path d="M195.726,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4036 | + <path d="M200.513,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4037 | + <circle fill="#383838" cy="57.6" r="1.197" cx="198.119"/> | ||
4038 | + </g> | ||
4039 | + <g id="pin27H"> | ||
4040 | + <path d="M195.726,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4041 | + <path d="M200.513,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4042 | + <circle fill="#383838" cy="50.4" r="1.197" cx="198.119"/> | ||
4043 | + </g> | ||
4044 | + <g id="pin27I"> | ||
4045 | + <path d="M195.726,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4046 | + <path d="M200.513,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
4047 | + <circle fill="#383838" cy="43.2" r="1.197" cx="198.119"/> | ||
4048 | + </g> | ||
4049 | + <g id="pin27J"> | ||
4050 | + <path d="M195.726,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4051 | + <path d="M200.513,36c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4052 | + <circle fill="#383838" cy="36" r="1.197" cx="198.119"/> | ||
4053 | + </g> | ||
4054 | + <g id="pin28A"> | ||
4055 | + <path d="M202.925,115.2c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.072,2.39,2.391" fill="#BFBFBF"/> | ||
4056 | + <path d="M207.712,115.2c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.067,-2.397,-2.389c0,-0.003,0,-0.006,0,-0.008" fill="#E6E6E6"/> | ||
4057 | + <circle fill="#383838" cy="115.2" r="1.197" cx="205.319"/> | ||
4058 | + </g> | ||
4059 | + <g id="pin28B"> | ||
4060 | + <path d="M202.925,108c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.07,2.39,2.391" fill="#BFBFBF"/> | ||
4061 | + <path d="M207.712,108c0.002,1.321,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.006" fill="#E6E6E6"/> | ||
4062 | + <circle fill="#383838" cy="108" r="1.197" cx="205.319"/> | ||
4063 | + </g> | ||
4064 | + <g id="pin28C"> | ||
4065 | + <path d="M202.925,100.799c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4066 | + <path d="M207.712,100.799c0.002,1.322,-1.068,2.396,-2.39,2.398c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
4067 | + <circle fill="#383838" cy="100.8" r="1.197" cx="205.319"/> | ||
4068 | + </g> | ||
4069 | + <g id="pin28D"> | ||
4070 | + <path d="M202.925,93.6c0.002,-1.322,1.075,-2.393,2.397,-2.391c1.319,0.002,2.388,1.071,2.39,2.391" fill="#BFBFBF"/> | ||
4071 | + <path d="M207.712,93.6c0.002,1.322,-1.068,2.395,-2.39,2.396c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.003,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4072 | + <circle fill="#383838" cy="93.6" r="1.197" cx="205.319"/> | ||
4073 | + </g> | ||
4074 | + <g id="pin28E"> | ||
4075 | + <path d="M202.925,86.4c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
4076 | + <path d="M207.712,86.4c0.002,1.321,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
4077 | + <circle fill="#383838" cy="86.4" r="1.196" cx="205.319"/> | ||
4078 | + </g> | ||
4079 | + <g id="pin28F"> | ||
4080 | + <path d="M202.925,64.8c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4081 | + <path d="M207.712,64.8c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4082 | + <circle fill="#383838" cy="64.8" r="1.197" cx="205.319"/> | ||
4083 | + </g> | ||
4084 | + <g id="pin28G"> | ||
4085 | + <path d="M202.925,57.6c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4086 | + <path d="M207.712,57.6c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4087 | + <circle fill="#383838" cy="57.6" r="1.197" cx="205.319"/> | ||
4088 | + </g> | ||
4089 | + <g id="pin28H"> | ||
4090 | + <path d="M202.925,50.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4091 | + <path d="M207.712,50.4c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4092 | + <circle fill="#383838" cy="50.4" r="1.197" cx="205.319"/> | ||
4093 | + </g> | ||
4094 | + <g id="pin28I"> | ||
4095 | + <path d="M202.925,43.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4096 | + <path d="M207.712,43.2c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
4097 | + <circle fill="#383838" cy="43.2" r="1.197" cx="205.319"/> | ||
4098 | + </g> | ||
4099 | + <g id="pin28J"> | ||
4100 | + <path d="M202.925,36c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
4101 | + <path d="M207.712,36c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
4102 | + <circle fill="#383838" cy="36" r="1.197" cx="205.319"/> | ||
4103 | + </g> | ||
4104 | + <g id="pin29A"> | ||
4105 | + <path d="M210.125,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4106 | + <path d="M214.913,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4107 | + <circle fill="#383838" cy="115.2" r="1.197" cx="212.519"/> | ||
4108 | + </g> | ||
4109 | + <g id="pin29B"> | ||
4110 | + <path d="M210.125,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4111 | + <path d="M214.913,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4112 | + <circle fill="#383838" cy="108" r="1.197" cx="212.519"/> | ||
4113 | + </g> | ||
4114 | + <g id="pin29C"> | ||
4115 | + <path d="M210.125,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4116 | + <path d="M214.913,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4117 | + <circle fill="#383838" cy="100.8" r="1.197" cx="212.519"/> | ||
4118 | + </g> | ||
4119 | + <g id="pin29D"> | ||
4120 | + <path d="M210.125,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4121 | + <path d="M214.913,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4122 | + <circle fill="#383838" cy="93.6" r="1.197" cx="212.519"/> | ||
4123 | + </g> | ||
4124 | + <g id="pin29E"> | ||
4125 | + <path d="M210.125,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4126 | + <path d="M214.913,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4127 | + <circle fill="#383838" cy="86.4" r="1.196" cx="212.519"/> | ||
4128 | + </g> | ||
4129 | + <g id="pin29F"> | ||
4130 | + <path d="M210.125,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4131 | + <path d="M214.913,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4132 | + <circle fill="#383838" cy="64.8" r="1.197" cx="212.519"/> | ||
4133 | + </g> | ||
4134 | + <g id="pin29G"> | ||
4135 | + <path d="M210.125,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4136 | + <path d="M214.913,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4137 | + <circle fill="#383838" cy="57.6" r="1.197" cx="212.519"/> | ||
4138 | + </g> | ||
4139 | + <g id="pin29H"> | ||
4140 | + <path d="M210.125,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4141 | + <path d="M214.913,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4142 | + <circle fill="#383838" cy="50.4" r="1.197" cx="212.519"/> | ||
4143 | + </g> | ||
4144 | + <g id="pin29I"> | ||
4145 | + <path d="M210.125,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4146 | + <path d="M214.913,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4147 | + <circle fill="#383838" cy="43.2" r="1.197" cx="212.519"/> | ||
4148 | + </g> | ||
4149 | + <g id="pin29J"> | ||
4150 | + <path d="M210.125,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4151 | + <path d="M214.913,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4152 | + <circle fill="#383838" cy="36" r="1.197" cx="212.519"/> | ||
4153 | + </g> | ||
4154 | + <g id="pin30A"> | ||
4155 | + <path d="M217.325,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4156 | + <path d="M222.112,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4157 | + <circle fill="#383838" cy="115.2" r="1.197" cx="219.719"/> | ||
4158 | + </g> | ||
4159 | + <g id="pin30B"> | ||
4160 | + <path d="M217.325,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4161 | + <path d="M222.112,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4162 | + <circle fill="#383838" cy="108" r="1.197" cx="219.719"/> | ||
4163 | + </g> | ||
4164 | + <g id="pin30C"> | ||
4165 | + <path d="M217.325,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4166 | + <path d="M222.112,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4167 | + <circle fill="#383838" cy="100.8" r="1.197" cx="219.719"/> | ||
4168 | + </g> | ||
4169 | + <g id="pin30D"> | ||
4170 | + <path d="M217.325,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4171 | + <path d="M222.112,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4172 | + <circle fill="#383838" cy="93.6" r="1.197" cx="219.719"/> | ||
4173 | + </g> | ||
4174 | + <g id="pin30E"> | ||
4175 | + <path d="M217.325,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4176 | + <path d="M222.112,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4177 | + <circle fill="#383838" cy="86.4" r="1.196" cx="219.719"/> | ||
4178 | + </g> | ||
4179 | + <g id="pin30F"> | ||
4180 | + <path d="M217.325,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4181 | + <path d="M222.112,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4182 | + <circle fill="#383838" cy="64.8" r="1.197" cx="219.719"/> | ||
4183 | + </g> | ||
4184 | + <g id="pin30G"> | ||
4185 | + <path d="M217.325,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4186 | + <path d="M222.112,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4187 | + <circle fill="#383838" cy="57.6" r="1.197" cx="219.719"/> | ||
4188 | + </g> | ||
4189 | + <g id="pin30H"> | ||
4190 | + <path d="M217.325,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4191 | + <path d="M222.112,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4192 | + <circle fill="#383838" cy="50.4" r="1.197" cx="219.719"/> | ||
4193 | + </g> | ||
4194 | + <g id="pin30I"> | ||
4195 | + <path d="M217.325,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4196 | + <path d="M222.112,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4197 | + <circle fill="#383838" cy="43.2" r="1.197" cx="219.719"/> | ||
4198 | + </g> | ||
4199 | + <g id="pin30J"> | ||
4200 | + <path d="M217.325,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4201 | + <path d="M222.112,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4202 | + <circle fill="#383838" cy="36" r="1.197" cx="219.719"/> | ||
4203 | + </g> | ||
4204 | + <g id="pin31A"> | ||
4205 | + <path d="M224.525,115.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4206 | + <path d="M229.312,115.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4207 | + <circle fill="#383838" cy="115.2" r="1.197" cx="226.919"/> | ||
4208 | + </g> | ||
4209 | + <g id="pin31B"> | ||
4210 | + <path d="M224.525,108c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4211 | + <path d="M229.312,108c0,1.321,-1.072,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4212 | + <circle fill="#383838" cy="108" r="1.197" cx="226.919"/> | ||
4213 | + </g> | ||
4214 | + <g id="pin31C"> | ||
4215 | + <path d="M224.525,100.799c0,-1.321,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4216 | + <path d="M229.312,100.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4217 | + <circle fill="#383838" cy="100.8" r="1.197" cx="226.919"/> | ||
4218 | + </g> | ||
4219 | + <g id="pin31D"> | ||
4220 | + <path d="M224.525,93.6c0,-1.322,1.071,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4221 | + <path d="M229.312,93.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4222 | + <circle fill="#383838" cy="93.6" r="1.197" cx="226.919"/> | ||
4223 | + </g> | ||
4224 | + <g id="pin31E"> | ||
4225 | + <path d="M224.525,86.4c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4226 | + <path d="M229.312,86.4c0,1.321,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4227 | + <circle fill="#383838" cy="86.4" r="1.196" cx="226.919"/> | ||
4228 | + </g> | ||
4229 | + <g id="pin31F"> | ||
4230 | + <path d="M224.525,64.8c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4231 | + <path d="M229.312,64.8c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4232 | + <circle fill="#383838" cy="64.8" r="1.197" cx="226.919"/> | ||
4233 | + </g> | ||
4234 | + <g id="pin31G"> | ||
4235 | + <path d="M224.525,57.6c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4236 | + <path d="M229.312,57.6c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4237 | + <circle fill="#383838" cy="57.6" r="1.197" cx="226.919"/> | ||
4238 | + </g> | ||
4239 | + <g id="pin31H"> | ||
4240 | + <path d="M224.525,50.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4241 | + <path d="M229.312,50.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4242 | + <circle fill="#383838" cy="50.4" r="1.197" cx="226.919"/> | ||
4243 | + </g> | ||
4244 | + <g id="pin31I"> | ||
4245 | + <path d="M224.525,43.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4246 | + <path d="M229.312,43.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4247 | + <circle fill="#383838" cy="43.2" r="1.197" cx="226.919"/> | ||
4248 | + </g> | ||
4249 | + <g id="pin31J"> | ||
4250 | + <path d="M224.525,36c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4251 | + <path d="M229.312,36c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4252 | + <circle fill="#383838" cy="36" r="1.197" cx="226.919"/> | ||
4253 | + </g> | ||
4254 | + <g id="pin32A"> | ||
4255 | + <path d="M231.725,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4256 | + <path d="M236.512,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4257 | + <circle fill="#383838" cy="115.2" r="1.197" cx="234.119"/> | ||
4258 | + </g> | ||
4259 | + <g id="pin32B"> | ||
4260 | + <path d="M231.725,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4261 | + <path d="M236.512,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.322,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4262 | + <circle fill="#383838" cy="108" r="1.197" cx="234.119"/> | ||
4263 | + </g> | ||
4264 | + <g id="pin32C"> | ||
4265 | + <path d="M231.725,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4266 | + <path d="M236.512,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4267 | + <circle fill="#383838" cy="100.8" r="1.197" cx="234.119"/> | ||
4268 | + </g> | ||
4269 | + <g id="pin32D"> | ||
4270 | + <path d="M231.725,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4271 | + <path d="M236.512,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4272 | + <circle fill="#383838" cy="93.6" r="1.197" cx="234.119"/> | ||
4273 | + </g> | ||
4274 | + <g id="pin32E"> | ||
4275 | + <path d="M231.725,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4276 | + <path d="M236.512,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4277 | + <circle fill="#383838" cy="86.4" r="1.196" cx="234.119"/> | ||
4278 | + </g> | ||
4279 | + <g id="pin32F"> | ||
4280 | + <path d="M231.725,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4281 | + <path d="M236.512,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4282 | + <circle fill="#383838" cy="64.8" r="1.197" cx="234.119"/> | ||
4283 | + </g> | ||
4284 | + <g id="pin32G"> | ||
4285 | + <path d="M231.725,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4286 | + <path d="M236.512,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4287 | + <circle fill="#383838" cy="57.6" r="1.197" cx="234.119"/> | ||
4288 | + </g> | ||
4289 | + <g id="pin32H"> | ||
4290 | + <path d="M231.725,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4291 | + <path d="M236.512,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4292 | + <circle fill="#383838" cy="50.4" r="1.197" cx="234.119"/> | ||
4293 | + </g> | ||
4294 | + <g id="pin32I"> | ||
4295 | + <path d="M231.725,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4296 | + <path d="M236.512,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4297 | + <circle fill="#383838" cy="43.2" r="1.197" cx="234.119"/> | ||
4298 | + </g> | ||
4299 | + <g id="pin32J"> | ||
4300 | + <path d="M231.725,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4301 | + <path d="M236.512,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4302 | + <circle fill="#383838" cy="36" r="1.197" cx="234.119"/> | ||
4303 | + </g> | ||
4304 | + <g id="pin33A"> | ||
4305 | + <path d="M238.925,115.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4306 | + <path d="M243.712,115.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4307 | + <circle fill="#383838" cy="115.2" r="1.197" cx="241.319"/> | ||
4308 | + </g> | ||
4309 | + <g id="pin33B"> | ||
4310 | + <path d="M238.925,108c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4311 | + <path d="M243.712,108c0,1.321,-1.072,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4312 | + <circle fill="#383838" cy="108" r="1.197" cx="241.319"/> | ||
4313 | + </g> | ||
4314 | + <g id="pin33C"> | ||
4315 | + <path d="M238.925,100.799c0,-1.321,1.072,-2.393,2.394,-2.393s2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4316 | + <path d="M243.712,100.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4317 | + <circle fill="#383838" cy="100.8" r="1.197" cx="241.319"/> | ||
4318 | + </g> | ||
4319 | + <g id="pin33D"> | ||
4320 | + <path d="M238.925,93.6c0,-1.322,1.072,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4321 | + <path d="M243.712,93.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4322 | + <circle fill="#383838" cy="93.6" r="1.197" cx="241.319"/> | ||
4323 | + </g> | ||
4324 | + <g id="pin33E"> | ||
4325 | + <path d="M238.925,86.4c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4326 | + <path d="M243.712,86.4c0,1.321,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4327 | + <circle fill="#383838" cy="86.4" r="1.196" cx="241.319"/> | ||
4328 | + </g> | ||
4329 | + <g id="pin33F"> | ||
4330 | + <path d="M238.925,64.8c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4331 | + <path d="M243.712,64.8c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4332 | + <circle fill="#383838" cy="64.8" r="1.197" cx="241.319"/> | ||
4333 | + </g> | ||
4334 | + <g id="pin33G"> | ||
4335 | + <path d="M238.925,57.6c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4336 | + <path d="M243.712,57.6c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4337 | + <circle fill="#383838" cy="57.6" r="1.197" cx="241.319"/> | ||
4338 | + </g> | ||
4339 | + <g id="pin33H"> | ||
4340 | + <path d="M238.925,50.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4341 | + <path d="M243.712,50.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4342 | + <circle fill="#383838" cy="50.4" r="1.197" cx="241.319"/> | ||
4343 | + </g> | ||
4344 | + <g id="pin33I"> | ||
4345 | + <path d="M238.925,43.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4346 | + <path d="M243.712,43.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4347 | + <circle fill="#383838" cy="43.2" r="1.197" cx="241.319"/> | ||
4348 | + </g> | ||
4349 | + <g id="pin33J"> | ||
4350 | + <path d="M238.925,36c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4351 | + <path d="M243.712,36c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4352 | + <circle fill="#383838" cy="36" r="1.197" cx="241.319"/> | ||
4353 | + </g> | ||
4354 | + <g id="pin34A"> | ||
4355 | + <path d="M246.125,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4356 | + <path d="M250.912,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4357 | + <circle fill="#383838" cy="115.2" r="1.197" cx="248.519"/> | ||
4358 | + </g> | ||
4359 | + <g id="pin34B"> | ||
4360 | + <path d="M246.125,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4361 | + <path d="M250.912,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
4362 | + <circle fill="#383838" cy="108" r="1.197" cx="248.519"/> | ||
4363 | + </g> | ||
4364 | + <g id="pin34C"> | ||
4365 | + <path d="M246.125,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
4366 | + <path d="M250.912,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
4367 | + <circle fill="#383838" cy="100.8" r="1.197" cx="248.519"/> | ||
4368 | + </g> | ||
4369 | + <g id="pin34D"> | ||
4370 | + <path d="M246.125,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4371 | + <path d="M250.912,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4372 | + <circle fill="#383838" cy="93.6" r="1.197" cx="248.519"/> | ||
4373 | + </g> | ||
4374 | + <g id="pin34E"> | ||
4375 | + <path d="M246.125,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4376 | + <path d="M250.912,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4377 | + <circle fill="#383838" cy="86.4" r="1.196" cx="248.519"/> | ||
4378 | + </g> | ||
4379 | + <g id="pin34F"> | ||
4380 | + <path d="M246.125,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4381 | + <path d="M250.912,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4382 | + <circle fill="#383838" cy="64.8" r="1.197" cx="248.519"/> | ||
4383 | + </g> | ||
4384 | + <g id="pin34G"> | ||
4385 | + <path d="M246.125,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4386 | + <path d="M250.912,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4387 | + <circle fill="#383838" cy="57.6" r="1.197" cx="248.519"/> | ||
4388 | + </g> | ||
4389 | + <g id="pin34H"> | ||
4390 | + <path d="M246.125,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
4391 | + <path d="M250.912,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
4392 | + <circle fill="#383838" cy="50.4" r="1.197" cx="248.519"/> | ||
4393 | + </g> | ||
4394 | + <g id="pin34I"> | ||
4395 | + <path d="M246.125,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4396 | + <path d="M250.912,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4397 | + <circle fill="#383838" cy="43.2" r="1.197" cx="248.519"/> | ||
4398 | + </g> | ||
4399 | + <g id="pin34J"> | ||
4400 | + <path d="M246.125,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4401 | + <path d="M250.912,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4402 | + <circle fill="#383838" cy="36" r="1.197" cx="248.519"/> | ||
4403 | + </g> | ||
4404 | + <g id="pin35A"> | ||
4405 | + <path d="M253.326,115.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4406 | + <path d="M258.113,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4407 | + <circle fill="#383838" cy="115.2" r="1.197" cx="255.718"/> | ||
4408 | + </g> | ||
4409 | + <g id="pin35B"> | ||
4410 | + <path d="M253.326,108c0,-1.322,1.071,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4411 | + <path d="M258.113,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.321,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4412 | + <circle fill="#383838" cy="108" r="1.197" cx="255.718"/> | ||
4413 | + </g> | ||
4414 | + <g id="pin35C"> | ||
4415 | + <path d="M253.326,100.799c0,-1.321,1.071,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4416 | + <path d="M258.113,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4417 | + <circle fill="#383838" cy="100.8" r="1.197" cx="255.718"/> | ||
4418 | + </g> | ||
4419 | + <g id="pin35D"> | ||
4420 | + <path d="M253.326,93.6c0,-1.322,1.071,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4421 | + <path d="M258.113,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4422 | + <circle fill="#383838" cy="93.6" r="1.197" cx="255.718"/> | ||
4423 | + </g> | ||
4424 | + <g id="pin35E"> | ||
4425 | + <path d="M253.326,86.4c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4426 | + <path d="M258.113,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4427 | + <circle fill="#383838" cy="86.4" r="1.196" cx="255.718"/> | ||
4428 | + </g> | ||
4429 | + <g id="pin35F"> | ||
4430 | + <path d="M253.326,64.8c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4431 | + <path d="M258.113,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4432 | + <circle fill="#383838" cy="64.8" r="1.197" cx="255.718"/> | ||
4433 | + </g> | ||
4434 | + <g id="pin35G"> | ||
4435 | + <path d="M253.326,57.6c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4436 | + <path d="M258.113,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4437 | + <circle fill="#383838" cy="57.6" r="1.197" cx="255.718"/> | ||
4438 | + </g> | ||
4439 | + <g id="pin35H"> | ||
4440 | + <path d="M253.326,50.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4441 | + <path d="M258.113,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4442 | + <circle fill="#383838" cy="50.4" r="1.197" cx="255.718"/> | ||
4443 | + </g> | ||
4444 | + <g id="pin35I"> | ||
4445 | + <path d="M253.326,43.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4446 | + <path d="M258.113,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4447 | + <circle fill="#383838" cy="43.2" r="1.197" cx="255.718"/> | ||
4448 | + </g> | ||
4449 | + <g id="pin35J"> | ||
4450 | + <path d="M253.326,36c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4451 | + <path d="M258.113,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4452 | + <circle fill="#383838" cy="36" r="1.197" cx="255.718"/> | ||
4453 | + </g> | ||
4454 | + <g id="pin36A"> | ||
4455 | + <path d="M260.525,115.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4456 | + <path d="M265.312,115.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4457 | + <circle fill="#383838" cy="115.2" r="1.197" cx="262.918"/> | ||
4458 | + </g> | ||
4459 | + <g id="pin36B"> | ||
4460 | + <path d="M260.525,108c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4461 | + <path d="M265.312,108c0,1.321,-1.071,2.393,-2.394,2.393c-1.321,0,-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4462 | + <circle fill="#383838" cy="108" r="1.197" cx="262.918"/> | ||
4463 | + </g> | ||
4464 | + <g id="pin36C"> | ||
4465 | + <path d="M260.525,100.799c0,-1.321,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4466 | + <path d="M265.312,100.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.321,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4467 | + <circle fill="#383838" cy="100.8" r="1.197" cx="262.918"/> | ||
4468 | + </g> | ||
4469 | + <g id="pin36D"> | ||
4470 | + <path d="M260.525,93.6c0,-1.322,1.072,-2.395,2.394,-2.395c1.322,0,2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4471 | + <path d="M265.312,93.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4472 | + <circle fill="#383838" cy="93.6" r="1.197" cx="262.918"/> | ||
4473 | + </g> | ||
4474 | + <g id="pin36E"> | ||
4475 | + <path d="M260.525,86.4c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4476 | + <path d="M265.312,86.4c0,1.321,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4477 | + <circle fill="#383838" cy="86.4" r="1.196" cx="262.918"/> | ||
4478 | + </g> | ||
4479 | + <g id="pin36F"> | ||
4480 | + <path d="M260.525,64.8c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4481 | + <path d="M265.312,64.8c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4482 | + <circle fill="#383838" cy="64.8" r="1.197" cx="262.918"/> | ||
4483 | + </g> | ||
4484 | + <g id="pin36G"> | ||
4485 | + <path d="M260.525,57.6c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4486 | + <path d="M265.312,57.6c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4487 | + <circle fill="#383838" cy="57.6" r="1.197" cx="262.918"/> | ||
4488 | + </g> | ||
4489 | + <g id="pin36H"> | ||
4490 | + <path d="M260.525,50.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4491 | + <path d="M265.312,50.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4492 | + <circle fill="#383838" cy="50.4" r="1.197" cx="262.918"/> | ||
4493 | + </g> | ||
4494 | + <g id="pin36I"> | ||
4495 | + <path d="M260.525,43.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4496 | + <path d="M265.312,43.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4497 | + <circle fill="#383838" cy="43.2" r="1.197" cx="262.918"/> | ||
4498 | + </g> | ||
4499 | + <g id="pin36J"> | ||
4500 | + <path d="M260.525,36c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4501 | + <path d="M265.312,36c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4502 | + <circle fill="#383838" cy="36" r="1.197" cx="262.918"/> | ||
4503 | + </g> | ||
4504 | + <g id="pin37A"> | ||
4505 | + <path d="M267.725,115.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4506 | + <path d="M272.512,115.2c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4507 | + <circle fill="#383838" cy="115.2" r="1.197" cx="270.119"/> | ||
4508 | + </g> | ||
4509 | + <g id="pin37B"> | ||
4510 | + <path d="M267.725,108c0,-1.322,1.071,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4511 | + <path d="M272.512,108c0,1.321,-1.071,2.393,-2.394,2.393s-2.394,-1.071,-2.394,-2.393" fill="#E6E6E6"/> | ||
4512 | + <circle fill="#383838" cy="108" r="1.197" cx="270.119"/> | ||
4513 | + </g> | ||
4514 | + <g id="pin37C"> | ||
4515 | + <path d="M267.725,100.799c0,-1.321,1.071,-2.393,2.394,-2.393s2.394,1.071,2.394,2.393l0,0" fill="#BFBFBF"/> | ||
4516 | + <path d="M272.512,100.799c0,1.322,-1.071,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
4517 | + <circle fill="#383838" cy="100.8" r="1.197" cx="270.119"/> | ||
4518 | + </g> | ||
4519 | + <g id="pin37D"> | ||
4520 | + <path d="M267.725,93.6c0,-1.322,1.071,-2.395,2.394,-2.395s2.394,1.072,2.394,2.395" fill="#BFBFBF"/> | ||
4521 | + <path d="M272.512,93.6c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4522 | + <circle fill="#383838" cy="93.6" r="1.197" cx="270.119"/> | ||
4523 | + </g> | ||
4524 | + <g id="pin37E"> | ||
4525 | + <path d="M267.725,86.4c0,-1.321,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4526 | + <path d="M272.512,86.4c0,1.321,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4527 | + <circle fill="#383838" cy="86.4" r="1.196" cx="270.119"/> | ||
4528 | + </g> | ||
4529 | + <g id="pin37F"> | ||
4530 | + <path d="M267.725,64.8c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4531 | + <path d="M272.512,64.8c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4532 | + <circle fill="#383838" cy="64.8" r="1.197" cx="270.119"/> | ||
4533 | + </g> | ||
4534 | + <g id="pin37G"> | ||
4535 | + <path d="M267.725,57.6c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4536 | + <path d="M272.512,57.6c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4537 | + <circle fill="#383838" cy="57.6" r="1.197" cx="270.119"/> | ||
4538 | + </g> | ||
4539 | + <g id="pin37H"> | ||
4540 | + <path d="M267.725,50.4c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394l0,0" fill="#BFBFBF"/> | ||
4541 | + <path d="M272.512,50.4c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394" fill="#E6E6E6"/> | ||
4542 | + <circle fill="#383838" cy="50.4" r="1.197" cx="270.119"/> | ||
4543 | + </g> | ||
4544 | + <g id="pin37I"> | ||
4545 | + <path d="M267.725,43.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
4546 | + <path d="M272.512,43.2c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
4547 | + <circle fill="#383838" cy="43.2" r="1.197" cx="270.119"/> | ||
4548 | + </g> | ||
4549 | + <g id="pin37J"> | ||
4550 | + <path d="M267.725,36c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
4551 | + <path d="M272.512,36c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
4552 | + <circle fill="#383838" cy="36" r="1.197" cx="270.119"/> | ||
4553 | + </g> | ||
4554 | + <g id="pin38A"> | ||
4555 | + <path d="M274.925,115.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4556 | + <path d="M279.712,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4557 | + <circle fill="#383838" cy="115.2" r="1.197" cx="277.318"/> | ||
4558 | + </g> | ||
4559 | + <g id="pin38B"> | ||
4560 | + <path d="M274.925,108c0,-1.322,1.071,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4561 | + <path d="M279.712,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.321,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4562 | + <circle fill="#383838" cy="108" r="1.197" cx="277.318"/> | ||
4563 | + </g> | ||
4564 | + <g id="pin38C"> | ||
4565 | + <path d="M274.925,100.799c0,-1.321,1.071,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4566 | + <path d="M279.712,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4567 | + <circle fill="#383838" cy="100.8" r="1.197" cx="277.318"/> | ||
4568 | + </g> | ||
4569 | + <g id="pin38D"> | ||
4570 | + <path d="M274.925,93.6c0,-1.322,1.071,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4571 | + <path d="M279.712,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4572 | + <circle fill="#383838" cy="93.6" r="1.197" cx="277.318"/> | ||
4573 | + </g> | ||
4574 | + <g id="pin38E"> | ||
4575 | + <path d="M274.925,86.4c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4576 | + <path d="M279.712,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4577 | + <circle fill="#383838" cy="86.4" r="1.196" cx="277.318"/> | ||
4578 | + </g> | ||
4579 | + <g id="pin38F"> | ||
4580 | + <path d="M274.925,64.8c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4581 | + <path d="M279.712,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4582 | + <circle fill="#383838" cy="64.8" r="1.197" cx="277.318"/> | ||
4583 | + </g> | ||
4584 | + <g id="pin38G"> | ||
4585 | + <path d="M274.925,57.6c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4586 | + <path d="M279.712,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4587 | + <circle fill="#383838" cy="57.6" r="1.197" cx="277.318"/> | ||
4588 | + </g> | ||
4589 | + <g id="pin38H"> | ||
4590 | + <path d="M274.925,50.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4591 | + <path d="M279.712,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4592 | + <circle fill="#383838" cy="50.4" r="1.197" cx="277.318"/> | ||
4593 | + </g> | ||
4594 | + <g id="pin38I"> | ||
4595 | + <path d="M274.925,43.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4596 | + <path d="M279.712,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4597 | + <circle fill="#383838" cy="43.2" r="1.197" cx="277.318"/> | ||
4598 | + </g> | ||
4599 | + <g id="pin38J"> | ||
4600 | + <path d="M274.925,36c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4601 | + <path d="M279.712,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4602 | + <circle fill="#383838" cy="36" r="1.197" cx="277.318"/> | ||
4603 | + </g> | ||
4604 | + <g id="pin39A"> | ||
4605 | + <path d="M282.125,115.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4606 | + <path d="M286.912,115.2c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4607 | + <circle fill="#383838" cy="115.2" r="1.197" cx="284.519"/> | ||
4608 | + </g> | ||
4609 | + <g id="pin39B"> | ||
4610 | + <path d="M282.125,108c0,-1.322,1.072,-2.395,2.395,-2.395c1.321,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4611 | + <path d="M286.912,108c0,1.321,-1.071,2.393,-2.393,2.393c-1.322,0,-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
4612 | + <circle fill="#383838" cy="108" r="1.197" cx="284.519"/> | ||
4613 | + </g> | ||
4614 | + <g id="pin39C"> | ||
4615 | + <path d="M282.125,100.799c0,-1.321,1.072,-2.393,2.395,-2.393c1.321,0,2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
4616 | + <path d="M286.912,100.799c0,1.322,-1.071,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
4617 | + <circle fill="#383838" cy="100.8" r="1.197" cx="284.519"/> | ||
4618 | + </g> | ||
4619 | + <g id="pin39D"> | ||
4620 | + <path d="M282.125,93.6c0,-1.322,1.072,-2.395,2.395,-2.395c1.321,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4621 | + <path d="M286.912,93.6c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4622 | + <circle fill="#383838" cy="93.6" r="1.197" cx="284.519"/> | ||
4623 | + </g> | ||
4624 | + <g id="pin39E"> | ||
4625 | + <path d="M282.125,86.4c0,-1.321,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4626 | + <path d="M286.912,86.4c0,1.321,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4627 | + <circle fill="#383838" cy="86.4" r="1.196" cx="284.519"/> | ||
4628 | + </g> | ||
4629 | + <g id="pin39F"> | ||
4630 | + <path d="M282.125,64.8c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4631 | + <path d="M286.912,64.8c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4632 | + <circle fill="#383838" cy="64.8" r="1.197" cx="284.519"/> | ||
4633 | + </g> | ||
4634 | + <g id="pin39G"> | ||
4635 | + <path d="M282.125,57.6c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4636 | + <path d="M286.912,57.6c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4637 | + <circle fill="#383838" cy="57.6" r="1.197" cx="284.519"/> | ||
4638 | + </g> | ||
4639 | + <g id="pin39H"> | ||
4640 | + <path d="M282.125,50.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
4641 | + <path d="M286.912,50.4c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
4642 | + <circle fill="#383838" cy="50.4" r="1.197" cx="284.519"/> | ||
4643 | + </g> | ||
4644 | + <g id="pin39I"> | ||
4645 | + <path d="M282.125,43.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4646 | + <path d="M286.912,43.2c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4647 | + <circle fill="#383838" cy="43.2" r="1.197" cx="284.519"/> | ||
4648 | + </g> | ||
4649 | + <g id="pin39J"> | ||
4650 | + <path d="M282.125,36c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4651 | + <path d="M286.912,36c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4652 | + <circle fill="#383838" cy="36" r="1.197" cx="284.519"/> | ||
4653 | + </g> | ||
4654 | + <g id="pin40A"> | ||
4655 | + <path d="M289.326,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4656 | + <path d="M294.113,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4657 | + <circle fill="#383838" cy="115.2" r="1.197" cx="291.718"/> | ||
4658 | + </g> | ||
4659 | + <g id="pin40B"> | ||
4660 | + <path d="M289.326,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4661 | + <path d="M294.113,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4662 | + <circle fill="#383838" cy="108" r="1.197" cx="291.718"/> | ||
4663 | + </g> | ||
4664 | + <g id="pin40C"> | ||
4665 | + <path d="M289.326,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4666 | + <path d="M294.113,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4667 | + <circle fill="#383838" cy="100.8" r="1.197" cx="291.718"/> | ||
4668 | + </g> | ||
4669 | + <g id="pin40D"> | ||
4670 | + <path d="M289.326,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4671 | + <path d="M294.113,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4672 | + <circle fill="#383838" cy="93.6" r="1.197" cx="291.718"/> | ||
4673 | + </g> | ||
4674 | + <g id="pin40E"> | ||
4675 | + <path d="M289.326,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4676 | + <path d="M294.113,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4677 | + <circle fill="#383838" cy="86.4" r="1.196" cx="291.718"/> | ||
4678 | + </g> | ||
4679 | + <g id="pin40F"> | ||
4680 | + <path d="M289.326,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4681 | + <path d="M294.113,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4682 | + <circle fill="#383838" cy="64.8" r="1.197" cx="291.718"/> | ||
4683 | + </g> | ||
4684 | + <g id="pin40G"> | ||
4685 | + <path d="M289.326,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4686 | + <path d="M294.113,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4687 | + <circle fill="#383838" cy="57.6" r="1.197" cx="291.718"/> | ||
4688 | + </g> | ||
4689 | + <g id="pin40H"> | ||
4690 | + <path d="M289.326,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4691 | + <path d="M294.113,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4692 | + <circle fill="#383838" cy="50.4" r="1.197" cx="291.718"/> | ||
4693 | + </g> | ||
4694 | + <g id="pin40I"> | ||
4695 | + <path d="M289.326,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4696 | + <path d="M294.113,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4697 | + <circle fill="#383838" cy="43.2" r="1.197" cx="291.718"/> | ||
4698 | + </g> | ||
4699 | + <g id="pin40J"> | ||
4700 | + <path d="M289.326,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4701 | + <path d="M294.113,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4702 | + <circle fill="#383838" cy="36" r="1.197" cx="291.718"/> | ||
4703 | + </g> | ||
4704 | + <g id="pin41A"> | ||
4705 | + <path d="M296.525,115.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4706 | + <path d="M301.312,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4707 | + <circle fill="#383838" cy="115.2" r="1.197" cx="298.917"/> | ||
4708 | + </g> | ||
4709 | + <g id="pin41B"> | ||
4710 | + <path d="M296.525,108c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4711 | + <path d="M301.312,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.32,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4712 | + <circle fill="#383838" cy="108" r="1.197" cx="298.917"/> | ||
4713 | + </g> | ||
4714 | + <g id="pin41C"> | ||
4715 | + <path d="M296.525,100.799c0,-1.321,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4716 | + <path d="M301.312,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4717 | + <circle fill="#383838" cy="100.8" r="1.197" cx="298.917"/> | ||
4718 | + </g> | ||
4719 | + <g id="pin41D"> | ||
4720 | + <path d="M296.525,93.6c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4721 | + <path d="M301.312,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4722 | + <circle fill="#383838" cy="93.6" r="1.197" cx="298.917"/> | ||
4723 | + </g> | ||
4724 | + <g id="pin41E"> | ||
4725 | + <path d="M296.525,86.4c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4726 | + <path d="M301.312,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4727 | + <circle fill="#383838" cy="86.4" r="1.196" cx="298.917"/> | ||
4728 | + </g> | ||
4729 | + <g id="pin41F"> | ||
4730 | + <path d="M296.525,64.8c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4731 | + <path d="M301.312,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4732 | + <circle fill="#383838" cy="64.8" r="1.197" cx="298.917"/> | ||
4733 | + </g> | ||
4734 | + <g id="pin41G"> | ||
4735 | + <path d="M296.525,57.6c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4736 | + <path d="M301.312,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4737 | + <circle fill="#383838" cy="57.6" r="1.197" cx="298.917"/> | ||
4738 | + </g> | ||
4739 | + <g id="pin41H"> | ||
4740 | + <path d="M296.525,50.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4741 | + <path d="M301.312,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4742 | + <circle fill="#383838" cy="50.4" r="1.197" cx="298.917"/> | ||
4743 | + </g> | ||
4744 | + <g id="pin41I"> | ||
4745 | + <path d="M296.525,43.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4746 | + <path d="M301.312,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4747 | + <circle fill="#383838" cy="43.2" r="1.197" cx="298.917"/> | ||
4748 | + </g> | ||
4749 | + <g id="pin41J"> | ||
4750 | + <path d="M296.525,36c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4751 | + <path d="M301.312,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4752 | + <circle fill="#383838" cy="36" r="1.197" cx="298.917"/> | ||
4753 | + </g> | ||
4754 | + <g id="pin42A"> | ||
4755 | + <path d="M303.724,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4756 | + <path d="M308.511,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4757 | + <circle fill="#383838" cy="115.2" r="1.197" cx="306.119"/> | ||
4758 | + </g> | ||
4759 | + <g id="pin42B"> | ||
4760 | + <path d="M303.724,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4761 | + <path d="M308.511,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
4762 | + <circle fill="#383838" cy="108" r="1.197" cx="306.119"/> | ||
4763 | + </g> | ||
4764 | + <g id="pin42C"> | ||
4765 | + <path d="M303.724,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
4766 | + <path d="M308.511,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
4767 | + <circle fill="#383838" cy="100.8" r="1.197" cx="306.119"/> | ||
4768 | + </g> | ||
4769 | + <g id="pin42D"> | ||
4770 | + <path d="M303.724,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4771 | + <path d="M308.511,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4772 | + <circle fill="#383838" cy="93.6" r="1.197" cx="306.119"/> | ||
4773 | + </g> | ||
4774 | + <g id="pin42E"> | ||
4775 | + <path d="M303.724,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4776 | + <path d="M308.511,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4777 | + <circle fill="#383838" cy="86.4" r="1.196" cx="306.119"/> | ||
4778 | + </g> | ||
4779 | + <g id="pin42F"> | ||
4780 | + <path d="M303.724,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4781 | + <path d="M308.511,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4782 | + <circle fill="#383838" cy="64.8" r="1.197" cx="306.119"/> | ||
4783 | + </g> | ||
4784 | + <g id="pin42G"> | ||
4785 | + <path d="M303.724,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4786 | + <path d="M308.511,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4787 | + <circle fill="#383838" cy="57.6" r="1.197" cx="306.119"/> | ||
4788 | + </g> | ||
4789 | + <g id="pin42H"> | ||
4790 | + <path d="M303.724,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
4791 | + <path d="M308.511,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
4792 | + <circle fill="#383838" cy="50.4" r="1.197" cx="306.119"/> | ||
4793 | + </g> | ||
4794 | + <g id="pin42I"> | ||
4795 | + <path d="M303.724,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4796 | + <path d="M308.511,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4797 | + <circle fill="#383838" cy="43.2" r="1.197" cx="306.119"/> | ||
4798 | + </g> | ||
4799 | + <g id="pin42J"> | ||
4800 | + <path d="M303.724,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4801 | + <path d="M308.511,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4802 | + <circle fill="#383838" cy="36" r="1.197" cx="306.119"/> | ||
4803 | + </g> | ||
4804 | + <g id="pin43A"> | ||
4805 | + <path d="M310.925,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4806 | + <path d="M315.712,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4807 | + <circle fill="#383838" cy="115.2" r="1.197" cx="313.318"/> | ||
4808 | + </g> | ||
4809 | + <g id="pin43B"> | ||
4810 | + <path d="M310.925,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4811 | + <path d="M315.712,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4812 | + <circle fill="#383838" cy="108" r="1.197" cx="313.318"/> | ||
4813 | + </g> | ||
4814 | + <g id="pin43C"> | ||
4815 | + <path d="M310.925,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4816 | + <path d="M315.712,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4817 | + <circle fill="#383838" cy="100.8" r="1.197" cx="313.318"/> | ||
4818 | + </g> | ||
4819 | + <g id="pin43D"> | ||
4820 | + <path d="M310.925,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4821 | + <path d="M315.712,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4822 | + <circle fill="#383838" cy="93.6" r="1.197" cx="313.318"/> | ||
4823 | + </g> | ||
4824 | + <g id="pin43E"> | ||
4825 | + <path d="M310.925,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4826 | + <path d="M315.712,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4827 | + <circle fill="#383838" cy="86.4" r="1.196" cx="313.318"/> | ||
4828 | + </g> | ||
4829 | + <g id="pin43F"> | ||
4830 | + <path d="M310.925,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4831 | + <path d="M315.712,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4832 | + <circle fill="#383838" cy="64.8" r="1.197" cx="313.318"/> | ||
4833 | + </g> | ||
4834 | + <g id="pin43G"> | ||
4835 | + <path d="M310.925,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4836 | + <path d="M315.712,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4837 | + <circle fill="#383838" cy="57.6" r="1.197" cx="313.318"/> | ||
4838 | + </g> | ||
4839 | + <g id="pin43H"> | ||
4840 | + <path d="M310.925,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4841 | + <path d="M315.712,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4842 | + <circle fill="#383838" cy="50.4" r="1.197" cx="313.318"/> | ||
4843 | + </g> | ||
4844 | + <g id="pin43I"> | ||
4845 | + <path d="M310.925,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4846 | + <path d="M315.712,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4847 | + <circle fill="#383838" cy="43.2" r="1.197" cx="313.318"/> | ||
4848 | + </g> | ||
4849 | + <g id="pin43J"> | ||
4850 | + <path d="M310.925,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4851 | + <path d="M315.712,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4852 | + <circle fill="#383838" cy="36" r="1.197" cx="313.318"/> | ||
4853 | + </g> | ||
4854 | + <g id="pin44A"> | ||
4855 | + <path d="M318.125,115.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4856 | + <path d="M322.912,115.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4857 | + <circle fill="#383838" cy="115.2" r="1.197" cx="320.519"/> | ||
4858 | + </g> | ||
4859 | + <g id="pin44B"> | ||
4860 | + <path d="M318.125,108c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4861 | + <path d="M322.912,108c0,1.321,-1.072,2.393,-2.393,2.393c-1.322,0,-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
4862 | + <circle fill="#383838" cy="108" r="1.197" cx="320.519"/> | ||
4863 | + </g> | ||
4864 | + <g id="pin44C"> | ||
4865 | + <path d="M318.125,100.799c0,-1.321,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
4866 | + <path d="M322.912,100.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
4867 | + <circle fill="#383838" cy="100.8" r="1.197" cx="320.519"/> | ||
4868 | + </g> | ||
4869 | + <g id="pin44D"> | ||
4870 | + <path d="M318.125,93.6c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
4871 | + <path d="M322.912,93.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4872 | + <circle fill="#383838" cy="93.6" r="1.197" cx="320.519"/> | ||
4873 | + </g> | ||
4874 | + <g id="pin44E"> | ||
4875 | + <path d="M318.125,86.4c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4876 | + <path d="M322.912,86.4c0,1.321,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4877 | + <circle fill="#383838" cy="86.4" r="1.196" cx="320.519"/> | ||
4878 | + </g> | ||
4879 | + <g id="pin44F"> | ||
4880 | + <path d="M318.125,64.8c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4881 | + <path d="M322.912,64.8c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4882 | + <circle fill="#383838" cy="64.8" r="1.197" cx="320.519"/> | ||
4883 | + </g> | ||
4884 | + <g id="pin44G"> | ||
4885 | + <path d="M318.125,57.6c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4886 | + <path d="M322.912,57.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4887 | + <circle fill="#383838" cy="57.6" r="1.197" cx="320.519"/> | ||
4888 | + </g> | ||
4889 | + <g id="pin44H"> | ||
4890 | + <path d="M318.125,50.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
4891 | + <path d="M322.912,50.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
4892 | + <circle fill="#383838" cy="50.4" r="1.197" cx="320.519"/> | ||
4893 | + </g> | ||
4894 | + <g id="pin44I"> | ||
4895 | + <path d="M318.125,43.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
4896 | + <path d="M322.912,43.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4897 | + <circle fill="#383838" cy="43.2" r="1.197" cx="320.519"/> | ||
4898 | + </g> | ||
4899 | + <g id="pin44J"> | ||
4900 | + <path d="M318.125,36c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
4901 | + <path d="M322.912,36c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4902 | + <circle fill="#383838" cy="36" r="1.197" cx="320.519"/> | ||
4903 | + </g> | ||
4904 | + <g id="pin45A"> | ||
4905 | + <path d="M325.324,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4906 | + <path d="M330.113,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4907 | + <circle fill="#383838" cy="115.2" r="1.197" cx="327.718"/> | ||
4908 | + </g> | ||
4909 | + <g id="pin45B"> | ||
4910 | + <path d="M325.324,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4911 | + <path d="M330.113,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
4912 | + <circle fill="#383838" cy="108" r="1.197" cx="327.718"/> | ||
4913 | + </g> | ||
4914 | + <g id="pin45C"> | ||
4915 | + <path d="M325.324,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4916 | + <path d="M330.113,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
4917 | + <circle fill="#383838" cy="100.8" r="1.197" cx="327.718"/> | ||
4918 | + </g> | ||
4919 | + <g id="pin45D"> | ||
4920 | + <path d="M325.324,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4921 | + <path d="M330.113,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4922 | + <circle fill="#383838" cy="93.6" r="1.197" cx="327.718"/> | ||
4923 | + </g> | ||
4924 | + <g id="pin45E"> | ||
4925 | + <path d="M325.324,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4926 | + <path d="M330.113,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4927 | + <circle fill="#383838" cy="86.4" r="1.196" cx="327.718"/> | ||
4928 | + </g> | ||
4929 | + <g id="pin45F"> | ||
4930 | + <path d="M325.324,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4931 | + <path d="M330.113,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4932 | + <circle fill="#383838" cy="64.8" r="1.197" cx="327.718"/> | ||
4933 | + </g> | ||
4934 | + <g id="pin45G"> | ||
4935 | + <path d="M325.324,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4936 | + <path d="M330.113,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4937 | + <circle fill="#383838" cy="57.6" r="1.197" cx="327.718"/> | ||
4938 | + </g> | ||
4939 | + <g id="pin45H"> | ||
4940 | + <path d="M325.324,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4941 | + <path d="M330.113,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
4942 | + <circle fill="#383838" cy="50.4" r="1.197" cx="327.718"/> | ||
4943 | + </g> | ||
4944 | + <g id="pin45I"> | ||
4945 | + <path d="M325.324,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4946 | + <path d="M330.113,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
4947 | + <circle fill="#383838" cy="43.2" r="1.197" cx="327.718"/> | ||
4948 | + </g> | ||
4949 | + <g id="pin45J"> | ||
4950 | + <path d="M325.324,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4951 | + <path d="M330.113,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
4952 | + <circle fill="#383838" cy="36" r="1.197" cx="327.718"/> | ||
4953 | + </g> | ||
4954 | + <g id="pin46A"> | ||
4955 | + <path d="M332.525,115.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4956 | + <path d="M337.312,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4957 | + <circle fill="#383838" cy="115.2" r="1.197" cx="334.917"/> | ||
4958 | + </g> | ||
4959 | + <g id="pin46B"> | ||
4960 | + <path d="M332.525,108c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4961 | + <path d="M337.312,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.32,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
4962 | + <circle fill="#383838" cy="108" r="1.197" cx="334.917"/> | ||
4963 | + </g> | ||
4964 | + <g id="pin46C"> | ||
4965 | + <path d="M332.525,100.799c0,-1.321,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
4966 | + <path d="M337.312,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
4967 | + <circle fill="#383838" cy="100.8" r="1.197" cx="334.917"/> | ||
4968 | + </g> | ||
4969 | + <g id="pin46D"> | ||
4970 | + <path d="M332.525,93.6c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
4971 | + <path d="M337.312,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4972 | + <circle fill="#383838" cy="93.6" r="1.197" cx="334.917"/> | ||
4973 | + </g> | ||
4974 | + <g id="pin46E"> | ||
4975 | + <path d="M332.525,86.4c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4976 | + <path d="M337.312,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4977 | + <circle fill="#383838" cy="86.4" r="1.196" cx="334.917"/> | ||
4978 | + </g> | ||
4979 | + <g id="pin46F"> | ||
4980 | + <path d="M332.525,64.8c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4981 | + <path d="M337.312,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
4982 | + <circle fill="#383838" cy="64.8" r="1.197" cx="334.917"/> | ||
4983 | + </g> | ||
4984 | + <g id="pin46G"> | ||
4985 | + <path d="M332.525,57.6c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
4986 | + <path d="M337.312,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4987 | + <circle fill="#383838" cy="57.6" r="1.197" cx="334.917"/> | ||
4988 | + </g> | ||
4989 | + <g id="pin46H"> | ||
4990 | + <path d="M332.525,50.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
4991 | + <path d="M337.312,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
4992 | + <circle fill="#383838" cy="50.4" r="1.197" cx="334.917"/> | ||
4993 | + </g> | ||
4994 | + <g id="pin46I"> | ||
4995 | + <path d="M332.525,43.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
4996 | + <path d="M337.312,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
4997 | + <circle fill="#383838" cy="43.2" r="1.197" cx="334.917"/> | ||
4998 | + </g> | ||
4999 | + <g id="pin46J"> | ||
5000 | + <path d="M332.525,36c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5001 | + <path d="M337.312,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5002 | + <circle fill="#383838" cy="36" r="1.197" cx="334.917"/> | ||
5003 | + </g> | ||
5004 | + <g id="pin47A"> | ||
5005 | + <path d="M339.724,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5006 | + <path d="M344.511,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5007 | + <circle fill="#383838" cy="115.2" r="1.197" cx="342.119"/> | ||
5008 | + </g> | ||
5009 | + <g id="pin47B"> | ||
5010 | + <path d="M339.724,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5011 | + <path d="M344.511,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5012 | + <circle fill="#383838" cy="108" r="1.197" cx="342.119"/> | ||
5013 | + </g> | ||
5014 | + <g id="pin47C"> | ||
5015 | + <path d="M339.724,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5016 | + <path d="M344.511,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5017 | + <circle fill="#383838" cy="100.8" r="1.197" cx="342.119"/> | ||
5018 | + </g> | ||
5019 | + <g id="pin47D"> | ||
5020 | + <path d="M339.724,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5021 | + <path d="M344.511,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5022 | + <circle fill="#383838" cy="93.6" r="1.197" cx="342.119"/> | ||
5023 | + </g> | ||
5024 | + <g id="pin47E"> | ||
5025 | + <path d="M339.724,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5026 | + <path d="M344.511,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5027 | + <circle fill="#383838" cy="86.4" r="1.196" cx="342.119"/> | ||
5028 | + </g> | ||
5029 | + <g id="pin47F"> | ||
5030 | + <path d="M339.724,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5031 | + <path d="M344.511,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5032 | + <circle fill="#383838" cy="64.8" r="1.197" cx="342.119"/> | ||
5033 | + </g> | ||
5034 | + <g id="pin47G"> | ||
5035 | + <path d="M339.724,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5036 | + <path d="M344.511,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5037 | + <circle fill="#383838" cy="57.6" r="1.197" cx="342.119"/> | ||
5038 | + </g> | ||
5039 | + <g id="pin47H"> | ||
5040 | + <path d="M339.724,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5041 | + <path d="M344.511,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5042 | + <circle fill="#383838" cy="50.4" r="1.197" cx="342.119"/> | ||
5043 | + </g> | ||
5044 | + <g id="pin47I"> | ||
5045 | + <path d="M339.724,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5046 | + <path d="M344.511,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5047 | + <circle fill="#383838" cy="43.2" r="1.197" cx="342.119"/> | ||
5048 | + </g> | ||
5049 | + <g id="pin47J"> | ||
5050 | + <path d="M339.724,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5051 | + <path d="M344.511,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5052 | + <circle fill="#383838" cy="36" r="1.197" cx="342.119"/> | ||
5053 | + </g> | ||
5054 | + <g id="pin48A"> | ||
5055 | + <path d="M346.925,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5056 | + <path d="M351.712,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5057 | + <circle fill="#383838" cy="115.2" r="1.197" cx="349.318"/> | ||
5058 | + </g> | ||
5059 | + <g id="pin48B"> | ||
5060 | + <path d="M346.925,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5061 | + <path d="M351.712,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5062 | + <circle fill="#383838" cy="108" r="1.197" cx="349.318"/> | ||
5063 | + </g> | ||
5064 | + <g id="pin48C"> | ||
5065 | + <path d="M346.925,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5066 | + <path d="M351.712,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5067 | + <circle fill="#383838" cy="100.8" r="1.197" cx="349.318"/> | ||
5068 | + </g> | ||
5069 | + <g id="pin48D"> | ||
5070 | + <path d="M346.925,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5071 | + <path d="M351.712,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5072 | + <circle fill="#383838" cy="93.6" r="1.197" cx="349.318"/> | ||
5073 | + </g> | ||
5074 | + <g id="pin48E"> | ||
5075 | + <path d="M346.925,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5076 | + <path d="M351.712,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5077 | + <circle fill="#383838" cy="86.4" r="1.196" cx="349.318"/> | ||
5078 | + </g> | ||
5079 | + <g id="pin48F"> | ||
5080 | + <path d="M346.925,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5081 | + <path d="M351.712,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5082 | + <circle fill="#383838" cy="64.8" r="1.197" cx="349.318"/> | ||
5083 | + </g> | ||
5084 | + <g id="pin48G"> | ||
5085 | + <path d="M346.925,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5086 | + <path d="M351.712,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5087 | + <circle fill="#383838" cy="57.6" r="1.197" cx="349.318"/> | ||
5088 | + </g> | ||
5089 | + <g id="pin48H"> | ||
5090 | + <path d="M346.925,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5091 | + <path d="M351.712,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5092 | + <circle fill="#383838" cy="50.4" r="1.197" cx="349.318"/> | ||
5093 | + </g> | ||
5094 | + <g id="pin48I"> | ||
5095 | + <path d="M346.925,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5096 | + <path d="M351.712,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5097 | + <circle fill="#383838" cy="43.2" r="1.197" cx="349.318"/> | ||
5098 | + </g> | ||
5099 | + <g id="pin48J"> | ||
5100 | + <path d="M346.925,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5101 | + <path d="M351.712,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5102 | + <circle fill="#383838" cy="36" r="1.197" cx="349.318"/> | ||
5103 | + </g> | ||
5104 | + <g id="pin49A"> | ||
5105 | + <path d="M354.125,115.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5106 | + <path d="M358.912,115.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5107 | + <circle fill="#383838" cy="115.2" r="1.197" cx="356.519"/> | ||
5108 | + </g> | ||
5109 | + <g id="pin49B"> | ||
5110 | + <path d="M354.125,108c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5111 | + <path d="M358.912,108c0,1.321,-1.072,2.393,-2.393,2.393c-1.322,0,-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5112 | + <circle fill="#383838" cy="108" r="1.197" cx="356.519"/> | ||
5113 | + </g> | ||
5114 | + <g id="pin49C"> | ||
5115 | + <path d="M354.125,100.799c0,-1.321,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5116 | + <path d="M358.912,100.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5117 | + <circle fill="#383838" cy="100.8" r="1.197" cx="356.519"/> | ||
5118 | + </g> | ||
5119 | + <g id="pin49D"> | ||
5120 | + <path d="M354.125,93.6c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5121 | + <path d="M358.912,93.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5122 | + <circle fill="#383838" cy="93.6" r="1.197" cx="356.519"/> | ||
5123 | + </g> | ||
5124 | + <g id="pin49E"> | ||
5125 | + <path d="M354.125,86.4c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5126 | + <path d="M358.912,86.4c0,1.321,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5127 | + <circle fill="#383838" cy="86.4" r="1.196" cx="356.519"/> | ||
5128 | + </g> | ||
5129 | + <g id="pin49F"> | ||
5130 | + <path d="M354.125,64.8c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5131 | + <path d="M358.912,64.8c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5132 | + <circle fill="#383838" cy="64.8" r="1.197" cx="356.519"/> | ||
5133 | + </g> | ||
5134 | + <g id="pin49G"> | ||
5135 | + <path d="M354.125,57.6c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5136 | + <path d="M358.912,57.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5137 | + <circle fill="#383838" cy="57.6" r="1.197" cx="356.519"/> | ||
5138 | + </g> | ||
5139 | + <g id="pin49H"> | ||
5140 | + <path d="M354.125,50.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5141 | + <path d="M358.912,50.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5142 | + <circle fill="#383838" cy="50.4" r="1.197" cx="356.519"/> | ||
5143 | + </g> | ||
5144 | + <g id="pin49I"> | ||
5145 | + <path d="M354.125,43.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5146 | + <path d="M358.912,43.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5147 | + <circle fill="#383838" cy="43.2" r="1.197" cx="356.519"/> | ||
5148 | + </g> | ||
5149 | + <g id="pin49J"> | ||
5150 | + <path d="M354.125,36c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5151 | + <path d="M358.912,36c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5152 | + <circle fill="#383838" cy="36" r="1.197" cx="356.519"/> | ||
5153 | + </g> | ||
5154 | + <g id="pin50A"> | ||
5155 | + <path d="M361.324,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5156 | + <path d="M366.111,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5157 | + <circle fill="#383838" cy="115.2" r="1.197" cx="363.718"/> | ||
5158 | + </g> | ||
5159 | + <g id="pin50B"> | ||
5160 | + <path d="M361.324,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5161 | + <path d="M366.111,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5162 | + <circle fill="#383838" cy="108" r="1.197" cx="363.718"/> | ||
5163 | + </g> | ||
5164 | + <g id="pin50C"> | ||
5165 | + <path d="M361.324,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5166 | + <path d="M366.111,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5167 | + <circle fill="#383838" cy="100.8" r="1.197" cx="363.718"/> | ||
5168 | + </g> | ||
5169 | + <g id="pin50D"> | ||
5170 | + <path d="M361.324,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5171 | + <path d="M366.111,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5172 | + <circle fill="#383838" cy="93.6" r="1.197" cx="363.718"/> | ||
5173 | + </g> | ||
5174 | + <g id="pin50E"> | ||
5175 | + <path d="M361.324,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5176 | + <path d="M366.111,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5177 | + <circle fill="#383838" cy="86.4" r="1.196" cx="363.718"/> | ||
5178 | + </g> | ||
5179 | + <g id="pin50F"> | ||
5180 | + <path d="M361.324,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5181 | + <path d="M366.111,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5182 | + <circle fill="#383838" cy="64.8" r="1.197" cx="363.718"/> | ||
5183 | + </g> | ||
5184 | + <g id="pin50G"> | ||
5185 | + <path d="M361.324,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5186 | + <path d="M366.111,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5187 | + <circle fill="#383838" cy="57.6" r="1.197" cx="363.718"/> | ||
5188 | + </g> | ||
5189 | + <g id="pin50H"> | ||
5190 | + <path d="M361.324,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5191 | + <path d="M366.111,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5192 | + <circle fill="#383838" cy="50.4" r="1.197" cx="363.718"/> | ||
5193 | + </g> | ||
5194 | + <g id="pin50I"> | ||
5195 | + <path d="M361.324,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5196 | + <path d="M366.111,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5197 | + <circle fill="#383838" cy="43.2" r="1.197" cx="363.718"/> | ||
5198 | + </g> | ||
5199 | + <g id="pin50J"> | ||
5200 | + <path d="M361.324,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5201 | + <path d="M366.111,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5202 | + <circle fill="#383838" cy="36" r="1.197" cx="363.718"/> | ||
5203 | + </g> | ||
5204 | + <g id="pin51A"> | ||
5205 | + <path d="M368.525,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5206 | + <path d="M373.312,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5207 | + <circle fill="#383838" cy="115.2" r="1.197" cx="370.917"/> | ||
5208 | + </g> | ||
5209 | + <g id="pin51B"> | ||
5210 | + <path d="M368.525,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5211 | + <path d="M373.312,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5212 | + <circle fill="#383838" cy="108" r="1.197" cx="370.917"/> | ||
5213 | + </g> | ||
5214 | + <g id="pin51C"> | ||
5215 | + <path d="M368.525,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5216 | + <path d="M373.312,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5217 | + <circle fill="#383838" cy="100.8" r="1.197" cx="370.917"/> | ||
5218 | + </g> | ||
5219 | + <g id="pin51D"> | ||
5220 | + <path d="M368.525,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5221 | + <path d="M373.312,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5222 | + <circle fill="#383838" cy="93.6" r="1.197" cx="370.917"/> | ||
5223 | + </g> | ||
5224 | + <g id="pin51E"> | ||
5225 | + <path d="M368.525,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5226 | + <path d="M373.312,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5227 | + <circle fill="#383838" cy="86.4" r="1.196" cx="370.917"/> | ||
5228 | + </g> | ||
5229 | + <g id="pin51F"> | ||
5230 | + <path d="M368.525,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5231 | + <path d="M373.312,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5232 | + <circle fill="#383838" cy="64.8" r="1.197" cx="370.917"/> | ||
5233 | + </g> | ||
5234 | + <g id="pin51G"> | ||
5235 | + <path d="M368.525,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5236 | + <path d="M373.312,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5237 | + <circle fill="#383838" cy="57.6" r="1.197" cx="370.917"/> | ||
5238 | + </g> | ||
5239 | + <g id="pin51H"> | ||
5240 | + <path d="M368.525,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5241 | + <path d="M373.312,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5242 | + <circle fill="#383838" cy="50.4" r="1.197" cx="370.917"/> | ||
5243 | + </g> | ||
5244 | + <g id="pin51I"> | ||
5245 | + <path d="M368.525,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5246 | + <path d="M373.312,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5247 | + <circle fill="#383838" cy="43.2" r="1.197" cx="370.917"/> | ||
5248 | + </g> | ||
5249 | + <g id="pin51J"> | ||
5250 | + <path d="M368.525,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5251 | + <path d="M373.312,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5252 | + <circle fill="#383838" cy="36" r="1.197" cx="370.917"/> | ||
5253 | + </g> | ||
5254 | + <g id="pin52A"> | ||
5255 | + <path d="M375.724,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5256 | + <path d="M380.511,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5257 | + <circle fill="#383838" cy="115.2" r="1.197" cx="378.119"/> | ||
5258 | + </g> | ||
5259 | + <g id="pin52B"> | ||
5260 | + <path d="M375.724,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5261 | + <path d="M380.511,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5262 | + <circle fill="#383838" cy="108" r="1.197" cx="378.119"/> | ||
5263 | + </g> | ||
5264 | + <g id="pin52C"> | ||
5265 | + <path d="M375.724,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5266 | + <path d="M380.511,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5267 | + <circle fill="#383838" cy="100.8" r="1.197" cx="378.119"/> | ||
5268 | + </g> | ||
5269 | + <g id="pin52D"> | ||
5270 | + <path d="M375.724,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5271 | + <path d="M380.511,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5272 | + <circle fill="#383838" cy="93.6" r="1.197" cx="378.119"/> | ||
5273 | + </g> | ||
5274 | + <g id="pin52E"> | ||
5275 | + <path d="M375.724,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5276 | + <path d="M380.511,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5277 | + <circle fill="#383838" cy="86.4" r="1.196" cx="378.119"/> | ||
5278 | + </g> | ||
5279 | + <g id="pin52F"> | ||
5280 | + <path d="M375.724,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5281 | + <path d="M380.511,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5282 | + <circle fill="#383838" cy="64.8" r="1.197" cx="378.119"/> | ||
5283 | + </g> | ||
5284 | + <g id="pin52G"> | ||
5285 | + <path d="M375.724,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5286 | + <path d="M380.511,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5287 | + <circle fill="#383838" cy="57.6" r="1.197" cx="378.119"/> | ||
5288 | + </g> | ||
5289 | + <g id="pin52H"> | ||
5290 | + <path d="M375.724,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5291 | + <path d="M380.511,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5292 | + <circle fill="#383838" cy="50.4" r="1.197" cx="378.119"/> | ||
5293 | + </g> | ||
5294 | + <g id="pin52I"> | ||
5295 | + <path d="M375.724,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5296 | + <path d="M380.511,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5297 | + <circle fill="#383838" cy="43.2" r="1.197" cx="378.119"/> | ||
5298 | + </g> | ||
5299 | + <g id="pin52J"> | ||
5300 | + <path d="M375.724,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5301 | + <path d="M380.511,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5302 | + <circle fill="#383838" cy="36" r="1.197" cx="378.119"/> | ||
5303 | + </g> | ||
5304 | + <g id="pin53A"> | ||
5305 | + <path d="M382.925,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5306 | + <path d="M387.712,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5307 | + <circle fill="#383838" cy="115.2" r="1.197" cx="385.318"/> | ||
5308 | + </g> | ||
5309 | + <g id="pin53B"> | ||
5310 | + <path d="M382.925,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5311 | + <path d="M387.712,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5312 | + <circle fill="#383838" cy="108" r="1.197" cx="385.318"/> | ||
5313 | + </g> | ||
5314 | + <g id="pin53C"> | ||
5315 | + <path d="M382.925,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5316 | + <path d="M387.712,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5317 | + <circle fill="#383838" cy="100.8" r="1.197" cx="385.318"/> | ||
5318 | + </g> | ||
5319 | + <g id="pin53D"> | ||
5320 | + <path d="M382.925,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5321 | + <path d="M387.712,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5322 | + <circle fill="#383838" cy="93.6" r="1.197" cx="385.318"/> | ||
5323 | + </g> | ||
5324 | + <g id="pin53E"> | ||
5325 | + <path d="M382.925,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5326 | + <path d="M387.712,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5327 | + <circle fill="#383838" cy="86.4" r="1.196" cx="385.318"/> | ||
5328 | + </g> | ||
5329 | + <g id="pin53F"> | ||
5330 | + <path d="M382.925,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5331 | + <path d="M387.712,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5332 | + <circle fill="#383838" cy="64.8" r="1.197" cx="385.318"/> | ||
5333 | + </g> | ||
5334 | + <g id="pin53G"> | ||
5335 | + <path d="M382.925,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5336 | + <path d="M387.712,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5337 | + <circle fill="#383838" cy="57.6" r="1.197" cx="385.318"/> | ||
5338 | + </g> | ||
5339 | + <g id="pin53H"> | ||
5340 | + <path d="M382.925,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5341 | + <path d="M387.712,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5342 | + <circle fill="#383838" cy="50.4" r="1.197" cx="385.318"/> | ||
5343 | + </g> | ||
5344 | + <g id="pin53I"> | ||
5345 | + <path d="M382.925,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5346 | + <path d="M387.712,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5347 | + <circle fill="#383838" cy="43.2" r="1.197" cx="385.318"/> | ||
5348 | + </g> | ||
5349 | + <g id="pin53J"> | ||
5350 | + <path d="M382.925,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5351 | + <path d="M387.712,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5352 | + <circle fill="#383838" cy="36" r="1.197" cx="385.318"/> | ||
5353 | + </g> | ||
5354 | + <g id="pin54A"> | ||
5355 | + <path d="M390.125,115.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5356 | + <path d="M394.912,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5357 | + <circle fill="#383838" cy="115.2" r="1.197" cx="392.517"/> | ||
5358 | + </g> | ||
5359 | + <g id="pin54B"> | ||
5360 | + <path d="M390.125,108c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5361 | + <path d="M394.912,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.32,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5362 | + <circle fill="#383838" cy="108" r="1.197" cx="392.517"/> | ||
5363 | + </g> | ||
5364 | + <g id="pin54C"> | ||
5365 | + <path d="M390.125,100.799c0,-1.321,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5366 | + <path d="M394.912,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5367 | + <circle fill="#383838" cy="100.8" r="1.197" cx="392.517"/> | ||
5368 | + </g> | ||
5369 | + <g id="pin54D"> | ||
5370 | + <path d="M390.125,93.6c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5371 | + <path d="M394.912,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5372 | + <circle fill="#383838" cy="93.6" r="1.197" cx="392.517"/> | ||
5373 | + </g> | ||
5374 | + <g id="pin54E"> | ||
5375 | + <path d="M390.125,86.4c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5376 | + <path d="M394.912,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5377 | + <circle fill="#383838" cy="86.4" r="1.196" cx="392.517"/> | ||
5378 | + </g> | ||
5379 | + <g id="pin54F"> | ||
5380 | + <path d="M390.125,64.8c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5381 | + <path d="M394.912,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5382 | + <circle fill="#383838" cy="64.8" r="1.197" cx="392.517"/> | ||
5383 | + </g> | ||
5384 | + <g id="pin54G"> | ||
5385 | + <path d="M390.125,57.6c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5386 | + <path d="M394.912,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5387 | + <circle fill="#383838" cy="57.6" r="1.197" cx="392.517"/> | ||
5388 | + </g> | ||
5389 | + <g id="pin54H"> | ||
5390 | + <path d="M390.125,50.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5391 | + <path d="M394.912,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5392 | + <circle fill="#383838" cy="50.4" r="1.197" cx="392.517"/> | ||
5393 | + </g> | ||
5394 | + <g id="pin54I"> | ||
5395 | + <path d="M390.125,43.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5396 | + <path d="M394.912,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5397 | + <circle fill="#383838" cy="43.2" r="1.197" cx="392.517"/> | ||
5398 | + </g> | ||
5399 | + <g id="pin54J"> | ||
5400 | + <path d="M390.125,36c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5401 | + <path d="M394.912,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5402 | + <circle fill="#383838" cy="36" r="1.197" cx="392.517"/> | ||
5403 | + </g> | ||
5404 | + <g id="pin55A"> | ||
5405 | + <path d="M397.324,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5406 | + <path d="M402.111,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5407 | + <circle fill="#383838" cy="115.2" r="1.197" cx="399.718"/> | ||
5408 | + </g> | ||
5409 | + <g id="pin55B"> | ||
5410 | + <path d="M397.324,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5411 | + <path d="M402.111,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5412 | + <circle fill="#383838" cy="108" r="1.197" cx="399.718"/> | ||
5413 | + </g> | ||
5414 | + <g id="pin55C"> | ||
5415 | + <path d="M397.324,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5416 | + <path d="M402.111,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5417 | + <circle fill="#383838" cy="100.8" r="1.197" cx="399.718"/> | ||
5418 | + </g> | ||
5419 | + <g id="pin55D"> | ||
5420 | + <path d="M397.324,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5421 | + <path d="M402.111,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5422 | + <circle fill="#383838" cy="93.6" r="1.197" cx="399.718"/> | ||
5423 | + </g> | ||
5424 | + <g id="pin55E"> | ||
5425 | + <path d="M397.324,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5426 | + <path d="M402.111,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5427 | + <circle fill="#383838" cy="86.4" r="1.196" cx="399.718"/> | ||
5428 | + </g> | ||
5429 | + <g id="pin55F"> | ||
5430 | + <path d="M397.324,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5431 | + <path d="M402.111,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5432 | + <circle fill="#383838" cy="64.8" r="1.197" cx="399.718"/> | ||
5433 | + </g> | ||
5434 | + <g id="pin55G"> | ||
5435 | + <path d="M397.324,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5436 | + <path d="M402.111,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5437 | + <circle fill="#383838" cy="57.6" r="1.197" cx="399.718"/> | ||
5438 | + </g> | ||
5439 | + <g id="pin55H"> | ||
5440 | + <path d="M397.324,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5441 | + <path d="M402.111,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5442 | + <circle fill="#383838" cy="50.4" r="1.197" cx="399.718"/> | ||
5443 | + </g> | ||
5444 | + <g id="pin55I"> | ||
5445 | + <path d="M397.324,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5446 | + <path d="M402.111,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5447 | + <circle fill="#383838" cy="43.2" r="1.197" cx="399.718"/> | ||
5448 | + </g> | ||
5449 | + <g id="pin55J"> | ||
5450 | + <path d="M397.324,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5451 | + <path d="M402.111,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5452 | + <circle fill="#383838" cy="36" r="1.197" cx="399.718"/> | ||
5453 | + </g> | ||
5454 | + <g id="pin56A"> | ||
5455 | + <path d="M404.525,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5456 | + <path d="M409.312,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5457 | + <circle fill="#383838" cy="115.2" r="1.197" cx="406.917"/> | ||
5458 | + </g> | ||
5459 | + <g id="pin56B"> | ||
5460 | + <path d="M404.525,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5461 | + <path d="M409.312,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5462 | + <circle fill="#383838" cy="108" r="1.197" cx="406.917"/> | ||
5463 | + </g> | ||
5464 | + <g id="pin56C"> | ||
5465 | + <path d="M404.525,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5466 | + <path d="M409.312,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5467 | + <circle fill="#383838" cy="100.8" r="1.197" cx="406.917"/> | ||
5468 | + </g> | ||
5469 | + <g id="pin56D"> | ||
5470 | + <path d="M404.525,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5471 | + <path d="M409.312,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5472 | + <circle fill="#383838" cy="93.6" r="1.197" cx="406.917"/> | ||
5473 | + </g> | ||
5474 | + <g id="pin56E"> | ||
5475 | + <path d="M404.525,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5476 | + <path d="M409.312,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5477 | + <circle fill="#383838" cy="86.4" r="1.196" cx="406.917"/> | ||
5478 | + </g> | ||
5479 | + <g id="pin56F"> | ||
5480 | + <path d="M404.525,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5481 | + <path d="M409.312,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5482 | + <circle fill="#383838" cy="64.8" r="1.197" cx="406.917"/> | ||
5483 | + </g> | ||
5484 | + <g id="pin56G"> | ||
5485 | + <path d="M404.525,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5486 | + <path d="M409.312,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5487 | + <circle fill="#383838" cy="57.6" r="1.197" cx="406.917"/> | ||
5488 | + </g> | ||
5489 | + <g id="pin56H"> | ||
5490 | + <path d="M404.525,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5491 | + <path d="M409.312,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5492 | + <circle fill="#383838" cy="50.4" r="1.197" cx="406.917"/> | ||
5493 | + </g> | ||
5494 | + <g id="pin56I"> | ||
5495 | + <path d="M404.525,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5496 | + <path d="M409.312,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5497 | + <circle fill="#383838" cy="43.2" r="1.197" cx="406.917"/> | ||
5498 | + </g> | ||
5499 | + <g id="pin56J"> | ||
5500 | + <path d="M404.525,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5501 | + <path d="M409.312,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5502 | + <circle fill="#383838" cy="36" r="1.197" cx="406.917"/> | ||
5503 | + </g> | ||
5504 | + <g id="pin57A"> | ||
5505 | + <path d="M411.724,115.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5506 | + <path d="M416.511,115.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5507 | + <circle fill="#383838" cy="115.2" r="1.197" cx="414.119"/> | ||
5508 | + </g> | ||
5509 | + <g id="pin57B"> | ||
5510 | + <path d="M411.724,108c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5511 | + <path d="M416.511,108c0,1.321,-1.072,2.393,-2.393,2.393c-1.322,0,-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5512 | + <circle fill="#383838" cy="108" r="1.197" cx="414.119"/> | ||
5513 | + </g> | ||
5514 | + <g id="pin57C"> | ||
5515 | + <path d="M411.724,100.799c0,-1.321,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5516 | + <path d="M416.511,100.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5517 | + <circle fill="#383838" cy="100.8" r="1.197" cx="414.119"/> | ||
5518 | + </g> | ||
5519 | + <g id="pin57D"> | ||
5520 | + <path d="M411.724,93.6c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5521 | + <path d="M416.511,93.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5522 | + <circle fill="#383838" cy="93.6" r="1.197" cx="414.119"/> | ||
5523 | + </g> | ||
5524 | + <g id="pin57E"> | ||
5525 | + <path d="M411.724,86.4c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5526 | + <path d="M416.511,86.4c0,1.321,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5527 | + <circle fill="#383838" cy="86.4" r="1.196" cx="414.119"/> | ||
5528 | + </g> | ||
5529 | + <g id="pin57F"> | ||
5530 | + <path d="M411.724,64.8c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5531 | + <path d="M416.511,64.8c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5532 | + <circle fill="#383838" cy="64.8" r="1.197" cx="414.119"/> | ||
5533 | + </g> | ||
5534 | + <g id="pin57G"> | ||
5535 | + <path d="M411.724,57.6c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5536 | + <path d="M416.511,57.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5537 | + <circle fill="#383838" cy="57.6" r="1.197" cx="414.119"/> | ||
5538 | + </g> | ||
5539 | + <g id="pin57H"> | ||
5540 | + <path d="M411.724,50.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5541 | + <path d="M416.511,50.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5542 | + <circle fill="#383838" cy="50.4" r="1.197" cx="414.119"/> | ||
5543 | + </g> | ||
5544 | + <g id="pin57I"> | ||
5545 | + <path d="M411.724,43.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5546 | + <path d="M416.511,43.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5547 | + <circle fill="#383838" cy="43.2" r="1.197" cx="414.119"/> | ||
5548 | + </g> | ||
5549 | + <g id="pin57J"> | ||
5550 | + <path d="M411.724,36c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5551 | + <path d="M416.511,36c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5552 | + <circle fill="#383838" cy="36" r="1.197" cx="414.119"/> | ||
5553 | + </g> | ||
5554 | + <g id="pin58A"> | ||
5555 | + <path d="M418.923,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5556 | + <path d="M423.712,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5557 | + <circle fill="#383838" cy="115.2" r="1.197" cx="421.318"/> | ||
5558 | + </g> | ||
5559 | + <g id="pin58B"> | ||
5560 | + <path d="M418.923,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5561 | + <path d="M423.712,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5562 | + <circle fill="#383838" cy="108" r="1.197" cx="421.318"/> | ||
5563 | + </g> | ||
5564 | + <g id="pin58C"> | ||
5565 | + <path d="M418.923,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5566 | + <path d="M423.712,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5567 | + <circle fill="#383838" cy="100.8" r="1.197" cx="421.318"/> | ||
5568 | + </g> | ||
5569 | + <g id="pin58D"> | ||
5570 | + <path d="M418.923,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5571 | + <path d="M423.712,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5572 | + <circle fill="#383838" cy="93.6" r="1.197" cx="421.318"/> | ||
5573 | + </g> | ||
5574 | + <g id="pin58E"> | ||
5575 | + <path d="M418.923,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5576 | + <path d="M423.712,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5577 | + <circle fill="#383838" cy="86.4" r="1.196" cx="421.318"/> | ||
5578 | + </g> | ||
5579 | + <g id="pin58F"> | ||
5580 | + <path d="M418.923,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5581 | + <path d="M423.712,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5582 | + <circle fill="#383838" cy="64.8" r="1.197" cx="421.318"/> | ||
5583 | + </g> | ||
5584 | + <g id="pin58G"> | ||
5585 | + <path d="M418.923,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5586 | + <path d="M423.712,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5587 | + <circle fill="#383838" cy="57.6" r="1.197" cx="421.318"/> | ||
5588 | + </g> | ||
5589 | + <g id="pin58H"> | ||
5590 | + <path d="M418.923,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5591 | + <path d="M423.712,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5592 | + <circle fill="#383838" cy="50.4" r="1.197" cx="421.318"/> | ||
5593 | + </g> | ||
5594 | + <g id="pin58I"> | ||
5595 | + <path d="M418.923,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5596 | + <path d="M423.712,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5597 | + <circle fill="#383838" cy="43.2" r="1.197" cx="421.318"/> | ||
5598 | + </g> | ||
5599 | + <g id="pin58J"> | ||
5600 | + <path d="M418.923,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5601 | + <path d="M423.712,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5602 | + <circle fill="#383838" cy="36" r="1.197" cx="421.318"/> | ||
5603 | + </g> | ||
5604 | + <g id="pin59A"> | ||
5605 | + <path d="M426.125,115.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5606 | + <path d="M430.912,115.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5607 | + <circle fill="#383838" cy="115.2" r="1.197" cx="428.517"/> | ||
5608 | + </g> | ||
5609 | + <g id="pin59B"> | ||
5610 | + <path d="M426.125,108c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5611 | + <path d="M430.912,108c0,1.321,-1.072,2.393,-2.395,2.393c-1.32,0,-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5612 | + <circle fill="#383838" cy="108" r="1.197" cx="428.517"/> | ||
5613 | + </g> | ||
5614 | + <g id="pin59C"> | ||
5615 | + <path d="M426.125,100.799c0,-1.321,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5616 | + <path d="M430.912,100.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5617 | + <circle fill="#383838" cy="100.8" r="1.197" cx="428.517"/> | ||
5618 | + </g> | ||
5619 | + <g id="pin59D"> | ||
5620 | + <path d="M426.125,93.6c0,-1.322,1.072,-2.395,2.393,-2.395c1.322,0,2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5621 | + <path d="M430.912,93.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5622 | + <circle fill="#383838" cy="93.6" r="1.197" cx="428.517"/> | ||
5623 | + </g> | ||
5624 | + <g id="pin59E"> | ||
5625 | + <path d="M426.125,86.4c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5626 | + <path d="M430.912,86.4c0,1.321,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5627 | + <circle fill="#383838" cy="86.4" r="1.196" cx="428.517"/> | ||
5628 | + </g> | ||
5629 | + <g id="pin59F"> | ||
5630 | + <path d="M426.125,64.8c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5631 | + <path d="M430.912,64.8c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5632 | + <circle fill="#383838" cy="64.8" r="1.197" cx="428.517"/> | ||
5633 | + </g> | ||
5634 | + <g id="pin59G"> | ||
5635 | + <path d="M426.125,57.6c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5636 | + <path d="M430.912,57.6c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5637 | + <circle fill="#383838" cy="57.6" r="1.197" cx="428.517"/> | ||
5638 | + </g> | ||
5639 | + <g id="pin59H"> | ||
5640 | + <path d="M426.125,50.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5641 | + <path d="M430.912,50.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5642 | + <circle fill="#383838" cy="50.4" r="1.197" cx="428.517"/> | ||
5643 | + </g> | ||
5644 | + <g id="pin59I"> | ||
5645 | + <path d="M426.125,43.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5646 | + <path d="M430.912,43.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5647 | + <circle fill="#383838" cy="43.2" r="1.197" cx="428.517"/> | ||
5648 | + </g> | ||
5649 | + <g id="pin59J"> | ||
5650 | + <path d="M426.125,36c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5651 | + <path d="M430.912,36c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5652 | + <circle fill="#383838" cy="36" r="1.197" cx="428.517"/> | ||
5653 | + </g> | ||
5654 | + <g id="pin60A"> | ||
5655 | + <path d="M433.324,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5656 | + <path d="M438.111,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5657 | + <circle fill="#383838" cy="115.2" r="1.197" cx="435.718"/> | ||
5658 | + </g> | ||
5659 | + <g id="pin60B"> | ||
5660 | + <path d="M433.324,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5661 | + <path d="M438.111,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5662 | + <circle fill="#383838" cy="108" r="1.197" cx="435.718"/> | ||
5663 | + </g> | ||
5664 | + <g id="pin60C"> | ||
5665 | + <path d="M433.324,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5666 | + <path d="M438.111,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5667 | + <circle fill="#383838" cy="100.8" r="1.197" cx="435.718"/> | ||
5668 | + </g> | ||
5669 | + <g id="pin60D"> | ||
5670 | + <path d="M433.324,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5671 | + <path d="M438.111,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5672 | + <circle fill="#383838" cy="93.6" r="1.197" cx="435.718"/> | ||
5673 | + </g> | ||
5674 | + <g id="pin60E"> | ||
5675 | + <path d="M433.324,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5676 | + <path d="M438.111,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5677 | + <circle fill="#383838" cy="86.4" r="1.196" cx="435.718"/> | ||
5678 | + </g> | ||
5679 | + <g id="pin60F"> | ||
5680 | + <path d="M433.324,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5681 | + <path d="M438.111,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5682 | + <circle fill="#383838" cy="64.8" r="1.197" cx="435.718"/> | ||
5683 | + </g> | ||
5684 | + <g id="pin60G"> | ||
5685 | + <path d="M433.324,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5686 | + <path d="M438.111,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5687 | + <circle fill="#383838" cy="57.6" r="1.197" cx="435.718"/> | ||
5688 | + </g> | ||
5689 | + <g id="pin60H"> | ||
5690 | + <path d="M433.324,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5691 | + <path d="M438.111,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5692 | + <circle fill="#383838" cy="50.4" r="1.197" cx="435.718"/> | ||
5693 | + </g> | ||
5694 | + <g id="pin60I"> | ||
5695 | + <path d="M433.324,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5696 | + <path d="M438.111,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5697 | + <circle fill="#383838" cy="43.2" r="1.197" cx="435.718"/> | ||
5698 | + </g> | ||
5699 | + <g id="pin60J"> | ||
5700 | + <path d="M433.324,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5701 | + <path d="M438.111,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5702 | + <circle fill="#383838" cy="36" r="1.197" cx="435.718"/> | ||
5703 | + </g> | ||
5704 | + <g id="pin61A"> | ||
5705 | + <path d="M440.525,115.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5706 | + <path d="M445.312,115.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5707 | + <circle fill="#383838" cy="115.2" r="1.197" cx="442.917"/> | ||
5708 | + </g> | ||
5709 | + <g id="pin61B"> | ||
5710 | + <path d="M440.525,108c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5711 | + <path d="M445.312,108c0,1.321,-1.072,2.393,-2.395,2.393s-2.393,-1.071,-2.393,-2.393" fill="#E6E6E6"/> | ||
5712 | + <circle fill="#383838" cy="108" r="1.197" cx="442.917"/> | ||
5713 | + </g> | ||
5714 | + <g id="pin61C"> | ||
5715 | + <path d="M440.525,100.799c0,-1.321,1.07,-2.393,2.393,-2.393s2.395,1.071,2.395,2.393l0,0" fill="#BFBFBF"/> | ||
5716 | + <path d="M445.312,100.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
5717 | + <circle fill="#383838" cy="100.8" r="1.197" cx="442.917"/> | ||
5718 | + </g> | ||
5719 | + <g id="pin61D"> | ||
5720 | + <path d="M440.525,93.6c0,-1.322,1.07,-2.395,2.393,-2.395s2.395,1.072,2.395,2.395" fill="#BFBFBF"/> | ||
5721 | + <path d="M445.312,93.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5722 | + <circle fill="#383838" cy="93.6" r="1.197" cx="442.917"/> | ||
5723 | + </g> | ||
5724 | + <g id="pin61E"> | ||
5725 | + <path d="M440.525,86.4c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5726 | + <path d="M445.312,86.4c0,1.321,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5727 | + <circle fill="#383838" cy="86.4" r="1.196" cx="442.917"/> | ||
5728 | + </g> | ||
5729 | + <g id="pin61F"> | ||
5730 | + <path d="M440.525,64.8c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5731 | + <path d="M445.312,64.8c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5732 | + <circle fill="#383838" cy="64.8" r="1.197" cx="442.917"/> | ||
5733 | + </g> | ||
5734 | + <g id="pin61G"> | ||
5735 | + <path d="M440.525,57.6c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5736 | + <path d="M445.312,57.6c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5737 | + <circle fill="#383838" cy="57.6" r="1.197" cx="442.917"/> | ||
5738 | + </g> | ||
5739 | + <g id="pin61H"> | ||
5740 | + <path d="M440.525,50.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394l0,0" fill="#BFBFBF"/> | ||
5741 | + <path d="M445.312,50.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394" fill="#E6E6E6"/> | ||
5742 | + <circle fill="#383838" cy="50.4" r="1.197" cx="442.917"/> | ||
5743 | + </g> | ||
5744 | + <g id="pin61I"> | ||
5745 | + <path d="M440.525,43.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
5746 | + <path d="M445.312,43.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
5747 | + <circle fill="#383838" cy="43.2" r="1.197" cx="442.917"/> | ||
5748 | + </g> | ||
5749 | + <g id="pin61J"> | ||
5750 | + <path d="M440.525,36c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
5751 | + <path d="M445.312,36c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
5752 | + <circle fill="#383838" cy="36" r="1.197" cx="442.917"/> | ||
5753 | + </g> | ||
5754 | + <g id="pin62A"> | ||
5755 | + <path d="M447.724,115.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5756 | + <path d="M452.511,115.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5757 | + <circle fill="#383838" cy="115.2" r="1.197" cx="450.119"/> | ||
5758 | + </g> | ||
5759 | + <g id="pin62B"> | ||
5760 | + <path d="M447.724,108c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5761 | + <path d="M452.511,108c0,1.321,-1.072,2.393,-2.393,2.393c-1.322,0,-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5762 | + <circle fill="#383838" cy="108" r="1.197" cx="450.119"/> | ||
5763 | + </g> | ||
5764 | + <g id="pin62C"> | ||
5765 | + <path d="M447.724,100.799c0,-1.321,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5766 | + <path d="M452.511,100.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5767 | + <circle fill="#383838" cy="100.8" r="1.197" cx="450.119"/> | ||
5768 | + </g> | ||
5769 | + <g id="pin62D"> | ||
5770 | + <path d="M447.724,93.6c0,-1.322,1.072,-2.395,2.395,-2.395c1.32,0,2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5771 | + <path d="M452.511,93.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5772 | + <circle fill="#383838" cy="93.6" r="1.197" cx="450.119"/> | ||
5773 | + </g> | ||
5774 | + <g id="pin62E"> | ||
5775 | + <path d="M447.724,86.4c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5776 | + <path d="M452.511,86.4c0,1.321,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5777 | + <circle fill="#383838" cy="86.4" r="1.196" cx="450.119"/> | ||
5778 | + </g> | ||
5779 | + <g id="pin62F"> | ||
5780 | + <path d="M447.724,64.8c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5781 | + <path d="M452.511,64.8c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5782 | + <circle fill="#383838" cy="64.8" r="1.197" cx="450.119"/> | ||
5783 | + </g> | ||
5784 | + <g id="pin62G"> | ||
5785 | + <path d="M447.724,57.6c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5786 | + <path d="M452.511,57.6c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5787 | + <circle fill="#383838" cy="57.6" r="1.197" cx="450.119"/> | ||
5788 | + </g> | ||
5789 | + <g id="pin62H"> | ||
5790 | + <path d="M447.724,50.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5791 | + <path d="M452.511,50.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5792 | + <circle fill="#383838" cy="50.4" r="1.197" cx="450.119"/> | ||
5793 | + </g> | ||
5794 | + <g id="pin62I"> | ||
5795 | + <path d="M447.724,43.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5796 | + <path d="M452.511,43.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5797 | + <circle fill="#383838" cy="43.2" r="1.197" cx="450.119"/> | ||
5798 | + </g> | ||
5799 | + <g id="pin62J"> | ||
5800 | + <path d="M447.724,36c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5801 | + <path d="M452.511,36c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5802 | + <circle fill="#383838" cy="36" r="1.197" cx="450.119"/> | ||
5803 | + </g> | ||
5804 | + <g id="pin63A"> | ||
5805 | + <path d="M454.923,115.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5806 | + <path d="M459.71,115.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5807 | + <circle fill="#383838" cy="115.2" r="1.197" cx="457.318"/> | ||
5808 | + </g> | ||
5809 | + <g id="pin63B"> | ||
5810 | + <path d="M454.923,108c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5811 | + <path d="M459.71,108c0,1.321,-1.07,2.393,-2.393,2.393s-2.395,-1.071,-2.395,-2.393" fill="#E6E6E6"/> | ||
5812 | + <circle fill="#383838" cy="108" r="1.197" cx="457.318"/> | ||
5813 | + </g> | ||
5814 | + <g id="pin63C"> | ||
5815 | + <path d="M454.923,100.799c0,-1.321,1.072,-2.393,2.395,-2.393s2.393,1.071,2.393,2.393l0,0" fill="#BFBFBF"/> | ||
5816 | + <path d="M459.71,100.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
5817 | + <circle fill="#383838" cy="100.8" r="1.197" cx="457.318"/> | ||
5818 | + </g> | ||
5819 | + <g id="pin63D"> | ||
5820 | + <path d="M454.923,93.6c0,-1.322,1.072,-2.395,2.395,-2.395s2.393,1.072,2.393,2.395" fill="#BFBFBF"/> | ||
5821 | + <path d="M459.71,93.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5822 | + <circle fill="#383838" cy="93.6" r="1.197" cx="457.318"/> | ||
5823 | + </g> | ||
5824 | + <g id="pin63E"> | ||
5825 | + <path d="M454.923,86.4c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5826 | + <path d="M459.71,86.4c0,1.321,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5827 | + <circle fill="#383838" cy="86.4" r="1.196" cx="457.318"/> | ||
5828 | + </g> | ||
5829 | + <g id="pin63F"> | ||
5830 | + <path d="M454.923,64.8c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5831 | + <path d="M459.71,64.8c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5832 | + <circle fill="#383838" cy="64.8" r="1.197" cx="457.318"/> | ||
5833 | + </g> | ||
5834 | + <g id="pin63G"> | ||
5835 | + <path d="M454.923,57.6c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5836 | + <path d="M459.71,57.6c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5837 | + <circle fill="#383838" cy="57.6" r="1.197" cx="457.318"/> | ||
5838 | + </g> | ||
5839 | + <g id="pin63H"> | ||
5840 | + <path d="M454.923,50.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394l0,0" fill="#BFBFBF"/> | ||
5841 | + <path d="M459.71,50.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394" fill="#E6E6E6"/> | ||
5842 | + <circle fill="#383838" cy="50.4" r="1.197" cx="457.318"/> | ||
5843 | + </g> | ||
5844 | + <g id="pin63I"> | ||
5845 | + <path d="M454.923,43.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
5846 | + <path d="M459.71,43.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
5847 | + <circle fill="#383838" cy="43.2" r="1.197" cx="457.318"/> | ||
5848 | + </g> | ||
5849 | + <g id="pin63J"> | ||
5850 | + <path d="M454.923,36c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
5851 | + <path d="M459.71,36c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
5852 | + <circle fill="#383838" cy="36" r="1.197" cx="457.318"/> | ||
5853 | + </g> | ||
5854 | + <g id="pin3W"> | ||
5855 | + <path d="M22.94,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5856 | + <path d="M27.727,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5857 | + <circle fill="#383838" cy="144" r="1.196" cx="25.333"/> | ||
5858 | + </g> | ||
5859 | + <g id="pin3X"> | ||
5860 | + <path d="M22.94,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5861 | + <path d="M27.727,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5862 | + <circle fill="#383838" cy="136.8" r="1.197" cx="25.333"/> | ||
5863 | + </g> | ||
5864 | + <g id="pin3Y"> | ||
5865 | + <path d="M22.94,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5866 | + <path d="M27.727,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5867 | + <circle fill="#383838" cy="14.4" r="1.197" cx="25.333"/> | ||
5868 | + </g> | ||
5869 | + <g id="pin3Z"> | ||
5870 | + <path d="M22.94,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5871 | + <path d="M27.727,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5872 | + <circle fill="#383838" cy="7.2" r="1.197" cx="25.333"/> | ||
5873 | + </g> | ||
5874 | + <g id="pin4W"> | ||
5875 | + <path d="M30.14,144c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5876 | + <path d="M34.927,144c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5877 | + <circle fill="#383838" cy="144" r="1.196" cx="32.534"/> | ||
5878 | + </g> | ||
5879 | + <g id="pin4X"> | ||
5880 | + <path d="M30.14,136.799c0,-1.322,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5881 | + <path d="M34.927,136.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5882 | + <circle fill="#383838" cy="136.8" r="1.197" cx="32.534"/> | ||
5883 | + </g> | ||
5884 | + <g id="pin4Y"> | ||
5885 | + <path d="M30.14,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5886 | + <path d="M34.927,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5887 | + <circle fill="#383838" cy="14.4" r="1.197" cx="32.534"/> | ||
5888 | + </g> | ||
5889 | + <g id="pin4Z"> | ||
5890 | + <path d="M30.14,7.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5891 | + <path d="M34.927,7.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5892 | + <circle fill="#383838" cy="7.2" r="1.197" cx="32.534"/> | ||
5893 | + </g> | ||
5894 | + <g id="pin5W"> | ||
5895 | + <path d="M37.34,144c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5896 | + <path d="M42.127,144c0,1.322,-1.072,2.394,-2.394,2.394S37.34,145.322,37.34,144" fill="#E6E6E6"/> | ||
5897 | + <circle fill="#383838" cy="144" r="1.196" cx="39.733"/> | ||
5898 | + </g> | ||
5899 | + <g id="pin5X"> | ||
5900 | + <path d="M37.34,136.799c0,-1.322,1.072,-2.393,2.394,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5901 | + <path d="M42.127,136.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5902 | + <circle fill="#383838" cy="136.8" r="1.197" cx="39.733"/> | ||
5903 | + </g> | ||
5904 | + <g id="pin5Y"> | ||
5905 | + <path d="M37.34,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5906 | + <path d="M42.127,14.4c0,1.322,-1.072,2.394,-2.394,2.394S37.34,15.722,37.34,14.4l0,0" fill="#E6E6E6"/> | ||
5907 | + <circle fill="#383838" cy="14.4" r="1.197" cx="39.733"/> | ||
5908 | + </g> | ||
5909 | + <g id="pin5Z"> | ||
5910 | + <path d="M37.34,7.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5911 | + <path d="M42.127,7.2c0,1.322,-1.072,2.394,-2.394,2.394S37.34,8.522,37.34,7.2l0,0" fill="#E6E6E6"/> | ||
5912 | + <circle fill="#383838" cy="7.2" r="1.197" cx="39.733"/> | ||
5913 | + </g> | ||
5914 | + <g id="pin6W"> | ||
5915 | + <path d="M44.54,144c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5916 | + <path d="M49.327,144c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5917 | + <circle fill="#383838" cy="144" r="1.196" cx="46.934"/> | ||
5918 | + </g> | ||
5919 | + <g id="pin6X"> | ||
5920 | + <path d="M44.54,136.799c0,-1.322,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5921 | + <path d="M49.327,136.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5922 | + <circle fill="#383838" cy="136.8" r="1.197" cx="46.934"/> | ||
5923 | + </g> | ||
5924 | + <g id="pin6Y"> | ||
5925 | + <path d="M44.54,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5926 | + <path d="M49.327,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5927 | + <circle fill="#383838" cy="14.4" r="1.197" cx="46.934"/> | ||
5928 | + </g> | ||
5929 | + <g id="pin6Z"> | ||
5930 | + <path d="M44.54,7.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5931 | + <path d="M49.327,7.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5932 | + <circle fill="#383838" cy="7.2" r="1.197" cx="46.934"/> | ||
5933 | + </g> | ||
5934 | + <g id="pin7W"> | ||
5935 | + <path d="M51.74,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5936 | + <path d="M56.527,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5937 | + <circle fill="#383838" cy="144" r="1.196" cx="54.133"/> | ||
5938 | + </g> | ||
5939 | + <g id="pin7X"> | ||
5940 | + <path d="M51.74,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5941 | + <path d="M56.527,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5942 | + <circle fill="#383838" cy="136.8" r="1.197" cx="54.133"/> | ||
5943 | + </g> | ||
5944 | + <g id="pin7Y"> | ||
5945 | + <path d="M51.74,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5946 | + <path d="M56.527,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5947 | + <circle fill="#383838" cy="14.4" r="1.197" cx="54.133"/> | ||
5948 | + </g> | ||
5949 | + <g id="pin7Z"> | ||
5950 | + <path d="M51.74,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5951 | + <path d="M56.527,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5952 | + <circle fill="#383838" cy="7.2" r="1.197" cx="54.133"/> | ||
5953 | + </g> | ||
5954 | + <g id="pin9W"> | ||
5955 | + <path d="M66.14,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5956 | + <path d="M70.927,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5957 | + <circle fill="#383838" cy="144" r="1.196" cx="68.533"/> | ||
5958 | + </g> | ||
5959 | + <g id="pin9X"> | ||
5960 | + <path d="M66.14,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5961 | + <path d="M70.927,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5962 | + <circle fill="#383838" cy="136.8" r="1.197" cx="68.533"/> | ||
5963 | + </g> | ||
5964 | + <g id="pin9Y"> | ||
5965 | + <path d="M66.14,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5966 | + <path d="M70.927,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5967 | + <circle fill="#383838" cy="14.4" r="1.197" cx="68.533"/> | ||
5968 | + </g> | ||
5969 | + <g id="pin9Z"> | ||
5970 | + <path d="M66.14,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5971 | + <path d="M70.927,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
5972 | + <circle fill="#383838" cy="7.2" r="1.197" cx="68.533"/> | ||
5973 | + </g> | ||
5974 | + <g id="pin10W"> | ||
5975 | + <path d="M73.34,144c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5976 | + <path d="M78.127,144c0,1.322,-1.072,2.394,-2.394,2.394S73.34,145.322,73.34,144" fill="#E6E6E6"/> | ||
5977 | + <circle fill="#383838" cy="144" r="1.196" cx="75.733"/> | ||
5978 | + </g> | ||
5979 | + <g id="pin10X"> | ||
5980 | + <path d="M73.34,136.799c0,-1.322,1.072,-2.393,2.394,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
5981 | + <path d="M78.127,136.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
5982 | + <circle fill="#383838" cy="136.8" r="1.197" cx="75.733"/> | ||
5983 | + </g> | ||
5984 | + <g id="pin10Y"> | ||
5985 | + <path d="M73.34,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
5986 | + <path d="M78.127,14.4c0,1.322,-1.072,2.394,-2.394,2.394S73.34,15.722,73.34,14.4l0,0" fill="#E6E6E6"/> | ||
5987 | + <circle fill="#383838" cy="14.4" r="1.197" cx="75.733"/> | ||
5988 | + </g> | ||
5989 | + <g id="pin10Z"> | ||
5990 | + <path d="M73.34,7.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5991 | + <path d="M78.127,7.2c0,1.322,-1.072,2.394,-2.394,2.394S73.34,8.522,73.34,7.2l0,0" fill="#E6E6E6"/> | ||
5992 | + <circle fill="#383838" cy="7.2" r="1.197" cx="75.733"/> | ||
5993 | + </g> | ||
5994 | + <g id="pin11W"> | ||
5995 | + <path d="M80.54,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
5996 | + <path d="M85.327,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
5997 | + <circle fill="#383838" cy="144" r="1.196" cx="82.933"/> | ||
5998 | + </g> | ||
5999 | + <g id="pin11X"> | ||
6000 | + <path d="M80.54,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6001 | + <path d="M85.327,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6002 | + <circle fill="#383838" cy="136.8" r="1.197" cx="82.933"/> | ||
6003 | + </g> | ||
6004 | + <g id="pin11Y"> | ||
6005 | + <path d="M80.54,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6006 | + <path d="M85.327,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6007 | + <circle fill="#383838" cy="14.4" r="1.197" cx="82.933"/> | ||
6008 | + </g> | ||
6009 | + <g id="pin11Z"> | ||
6010 | + <path d="M80.54,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6011 | + <path d="M85.327,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6012 | + <circle fill="#383838" cy="7.2" r="1.197" cx="82.933"/> | ||
6013 | + </g> | ||
6014 | + <g id="pin12W"> | ||
6015 | + <path d="M87.74,144c0,-1.321,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6016 | + <path d="M92.527,144c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6017 | + <circle fill="#383838" cy="144" r="1.196" cx="90.133"/> | ||
6018 | + </g> | ||
6019 | + <g id="pin12X"> | ||
6020 | + <path d="M87.74,136.799c0,-1.322,1.071,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6021 | + <path d="M92.527,136.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6022 | + <circle fill="#383838" cy="136.8" r="1.197" cx="90.133"/> | ||
6023 | + </g> | ||
6024 | + <g id="pin12Y"> | ||
6025 | + <path d="M87.74,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6026 | + <path d="M92.527,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6027 | + <circle fill="#383838" cy="14.4" r="1.197" cx="90.133"/> | ||
6028 | + </g> | ||
6029 | + <g id="pin12Z"> | ||
6030 | + <path d="M87.74,7.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6031 | + <path d="M92.527,7.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6032 | + <circle fill="#383838" cy="7.2" r="1.197" cx="90.133"/> | ||
6033 | + </g> | ||
6034 | + <g id="pin13W"> | ||
6035 | + <path d="M94.939,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6036 | + <path d="M99.727,144c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6037 | + <circle fill="#383838" cy="144" r="1.196" cx="97.333"/> | ||
6038 | + </g> | ||
6039 | + <g id="pin13X"> | ||
6040 | + <path d="M94.939,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6041 | + <path d="M99.727,136.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6042 | + <circle fill="#383838" cy="136.8" r="1.197" cx="97.333"/> | ||
6043 | + </g> | ||
6044 | + <g id="pin13Y"> | ||
6045 | + <path d="M94.939,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6046 | + <path d="M99.727,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6047 | + <circle fill="#383838" cy="14.4" r="1.197" cx="97.333"/> | ||
6048 | + </g> | ||
6049 | + <g id="pin13Z"> | ||
6050 | + <path d="M94.939,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6051 | + <path d="M99.727,7.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6052 | + <circle fill="#383838" cy="7.2" r="1.197" cx="97.333"/> | ||
6053 | + </g> | ||
6054 | + <g id="pin15W"> | ||
6055 | + <path d="M109.339,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6056 | + <path d="M114.126,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6057 | + <circle fill="#383838" cy="144" r="1.196" cx="111.733"/> | ||
6058 | + </g> | ||
6059 | + <g id="pin15X"> | ||
6060 | + <path d="M109.339,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6061 | + <path d="M114.126,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6062 | + <circle fill="#383838" cy="136.8" r="1.197" cx="111.733"/> | ||
6063 | + </g> | ||
6064 | + <g id="pin15Y"> | ||
6065 | + <path d="M109.339,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6066 | + <path d="M114.126,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6067 | + <circle fill="#383838" cy="14.4" r="1.197" cx="111.733"/> | ||
6068 | + </g> | ||
6069 | + <g id="pin15Z"> | ||
6070 | + <path d="M109.339,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6071 | + <path d="M114.126,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6072 | + <circle fill="#383838" cy="7.2" r="1.197" cx="111.733"/> | ||
6073 | + </g> | ||
6074 | + <g id="pin16W"> | ||
6075 | + <path d="M116.54,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6076 | + <path d="M121.327,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6077 | + <circle fill="#383838" cy="144" r="1.196" cx="118.933"/> | ||
6078 | + </g> | ||
6079 | + <g id="pin16X"> | ||
6080 | + <path d="M116.54,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6081 | + <path d="M121.327,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6082 | + <circle fill="#383838" cy="136.8" r="1.197" cx="118.933"/> | ||
6083 | + </g> | ||
6084 | + <g id="pin16Y"> | ||
6085 | + <path d="M116.54,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6086 | + <path d="M121.327,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6087 | + <circle fill="#383838" cy="14.4" r="1.197" cx="118.933"/> | ||
6088 | + </g> | ||
6089 | + <g id="pin16Z"> | ||
6090 | + <path d="M116.54,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6091 | + <path d="M121.327,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6092 | + <circle fill="#383838" cy="7.2" r="1.197" cx="118.933"/> | ||
6093 | + </g> | ||
6094 | + <g id="pin17W"> | ||
6095 | + <path d="M123.739,144c0.002,-1.321,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6096 | + <path d="M128.527,144c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6097 | + <circle fill="#383838" cy="144" r="1.196" cx="126.133"/> | ||
6098 | + </g> | ||
6099 | + <g id="pin17X"> | ||
6100 | + <path d="M123.739,136.799c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6101 | + <path d="M128.527,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6102 | + <circle fill="#383838" cy="136.8" r="1.197" cx="126.133"/> | ||
6103 | + </g> | ||
6104 | + <g id="pin17Y"> | ||
6105 | + <path d="M123.739,14.4c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6106 | + <path d="M128.527,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6107 | + <circle fill="#383838" cy="14.4" r="1.197" cx="126.133"/> | ||
6108 | + </g> | ||
6109 | + <g id="pin17Z"> | ||
6110 | + <path d="M123.739,7.2c0.002,-1.322,1.076,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6111 | + <path d="M128.527,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6112 | + <circle fill="#383838" cy="7.2" r="1.197" cx="126.133"/> | ||
6113 | + </g> | ||
6114 | + <g id="pin18W"> | ||
6115 | + <path d="M130.939,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6116 | + <path d="M135.727,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6117 | + <circle fill="#383838" cy="144" r="1.196" cx="133.333"/> | ||
6118 | + </g> | ||
6119 | + <g id="pin18X"> | ||
6120 | + <path d="M130.939,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6121 | + <path d="M135.727,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6122 | + <circle fill="#383838" cy="136.8" r="1.197" cx="133.333"/> | ||
6123 | + </g> | ||
6124 | + <g id="pin18Y"> | ||
6125 | + <path d="M130.939,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6126 | + <path d="M135.727,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6127 | + <circle fill="#383838" cy="14.4" r="1.197" cx="133.333"/> | ||
6128 | + </g> | ||
6129 | + <g id="pin18Z"> | ||
6130 | + <path d="M130.939,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6131 | + <path d="M135.727,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6132 | + <circle fill="#383838" cy="7.2" r="1.197" cx="133.333"/> | ||
6133 | + </g> | ||
6134 | + <g id="pin19W"> | ||
6135 | + <path d="M138.139,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6136 | + <path d="M142.927,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6137 | + <circle fill="#383838" cy="144" r="1.196" cx="140.533"/> | ||
6138 | + </g> | ||
6139 | + <g id="pin19X"> | ||
6140 | + <path d="M138.139,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6141 | + <path d="M142.927,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6142 | + <circle fill="#383838" cy="136.8" r="1.197" cx="140.533"/> | ||
6143 | + </g> | ||
6144 | + <g id="pin19Y"> | ||
6145 | + <path d="M138.139,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6146 | + <path d="M142.927,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6147 | + <circle fill="#383838" cy="14.4" r="1.197" cx="140.533"/> | ||
6148 | + </g> | ||
6149 | + <g id="pin19Z"> | ||
6150 | + <path d="M138.139,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6151 | + <path d="M142.927,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6152 | + <circle fill="#383838" cy="7.2" r="1.197" cx="140.533"/> | ||
6153 | + </g> | ||
6154 | + <g id="pin21W"> | ||
6155 | + <path d="M152.54,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6156 | + <path d="M157.327,144c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6157 | + <circle fill="#383838" cy="144" r="1.196" cx="154.933"/> | ||
6158 | + </g> | ||
6159 | + <g id="pin21X"> | ||
6160 | + <path d="M152.54,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6161 | + <path d="M157.327,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6162 | + <circle fill="#383838" cy="136.8" r="1.197" cx="154.933"/> | ||
6163 | + </g> | ||
6164 | + <g id="pin21Y"> | ||
6165 | + <path d="M152.54,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6166 | + <path d="M157.327,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6167 | + <circle fill="#383838" cy="14.4" r="1.197" cx="154.933"/> | ||
6168 | + </g> | ||
6169 | + <g id="pin21Z"> | ||
6170 | + <path d="M152.54,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6171 | + <path d="M157.327,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6172 | + <circle fill="#383838" cy="7.2" r="1.197" cx="154.933"/> | ||
6173 | + </g> | ||
6174 | + <g id="pin22W"> | ||
6175 | + <path d="M159.739,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6176 | + <path d="M164.526,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6177 | + <circle fill="#383838" cy="144" r="1.196" cx="162.133"/> | ||
6178 | + </g> | ||
6179 | + <g id="pin22X"> | ||
6180 | + <path d="M159.739,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6181 | + <path d="M164.526,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6182 | + <circle fill="#383838" cy="136.8" r="1.197" cx="162.133"/> | ||
6183 | + </g> | ||
6184 | + <g id="pin22Y"> | ||
6185 | + <path d="M159.739,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6186 | + <path d="M164.526,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6187 | + <circle fill="#383838" cy="14.4" r="1.197" cx="162.133"/> | ||
6188 | + </g> | ||
6189 | + <g id="pin22Z"> | ||
6190 | + <path d="M159.739,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6191 | + <path d="M164.526,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6192 | + <circle fill="#383838" cy="7.2" r="1.197" cx="162.133"/> | ||
6193 | + </g> | ||
6194 | + <g id="pin23W"> | ||
6195 | + <path d="M166.939,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6196 | + <path d="M171.727,144c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6197 | + <circle fill="#383838" cy="144" r="1.196" cx="169.333"/> | ||
6198 | + </g> | ||
6199 | + <g id="pin23X"> | ||
6200 | + <path d="M166.939,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6201 | + <path d="M171.727,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6202 | + <circle fill="#383838" cy="136.8" r="1.197" cx="169.333"/> | ||
6203 | + </g> | ||
6204 | + <g id="pin23Y"> | ||
6205 | + <path d="M166.939,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6206 | + <path d="M171.727,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6207 | + <circle fill="#383838" cy="14.4" r="1.197" cx="169.333"/> | ||
6208 | + </g> | ||
6209 | + <g id="pin23Z"> | ||
6210 | + <path d="M166.939,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6211 | + <path d="M171.727,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6212 | + <circle fill="#383838" cy="7.2" r="1.197" cx="169.333"/> | ||
6213 | + </g> | ||
6214 | + <g id="pin24W"> | ||
6215 | + <path d="M174.139,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6216 | + <path d="M178.926,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6217 | + <circle fill="#383838" cy="144" r="1.196" cx="176.533"/> | ||
6218 | + </g> | ||
6219 | + <g id="pin24X"> | ||
6220 | + <path d="M174.139,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6221 | + <path d="M178.926,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6222 | + <circle fill="#383838" cy="136.8" r="1.197" cx="176.533"/> | ||
6223 | + </g> | ||
6224 | + <g id="pin24Y"> | ||
6225 | + <path d="M174.139,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6226 | + <path d="M178.926,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6227 | + <circle fill="#383838" cy="14.4" r="1.197" cx="176.533"/> | ||
6228 | + </g> | ||
6229 | + <g id="pin24Z"> | ||
6230 | + <path d="M174.139,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6231 | + <path d="M178.926,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6232 | + <circle fill="#383838" cy="7.2" r="1.197" cx="176.533"/> | ||
6233 | + </g> | ||
6234 | + <g id="pin25W"> | ||
6235 | + <path d="M181.339,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6236 | + <path d="M186.126,144c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6237 | + <circle fill="#383838" cy="144" r="1.196" cx="183.733"/> | ||
6238 | + </g> | ||
6239 | + <g id="pin25X"> | ||
6240 | + <path d="M181.339,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6241 | + <path d="M186.126,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6242 | + <circle fill="#383838" cy="136.8" r="1.197" cx="183.733"/> | ||
6243 | + </g> | ||
6244 | + <g id="pin25Y"> | ||
6245 | + <path d="M181.339,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6246 | + <path d="M186.126,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6247 | + <circle fill="#383838" cy="14.4" r="1.197" cx="183.733"/> | ||
6248 | + </g> | ||
6249 | + <g id="pin25Z"> | ||
6250 | + <path d="M181.339,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6251 | + <path d="M186.126,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6252 | + <circle fill="#383838" cy="7.2" r="1.197" cx="183.733"/> | ||
6253 | + </g> | ||
6254 | + <g id="pin27W"> | ||
6255 | + <path d="M195.739,144c0.002,-1.321,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.07,2.39,2.39" fill="#BFBFBF"/> | ||
6256 | + <path d="M200.526,144c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6257 | + <circle fill="#383838" cy="144" r="1.196" cx="198.133"/> | ||
6258 | + </g> | ||
6259 | + <g id="pin27X"> | ||
6260 | + <path d="M195.739,136.799c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6261 | + <path d="M200.526,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6262 | + <circle fill="#383838" cy="136.8" r="1.197" cx="198.133"/> | ||
6263 | + </g> | ||
6264 | + <g id="pin27Y"> | ||
6265 | + <path d="M195.739,14.4c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6266 | + <path d="M200.526,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6267 | + <circle fill="#383838" cy="14.4" r="1.197" cx="198.133"/> | ||
6268 | + </g> | ||
6269 | + <g id="pin27Z"> | ||
6270 | + <path d="M195.739,7.2c0.002,-1.322,1.075,-2.392,2.397,-2.39c1.319,0.002,2.388,1.071,2.39,2.39" fill="#BFBFBF"/> | ||
6271 | + <path d="M200.526,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397s-2.395,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6272 | + <circle fill="#383838" cy="7.2" r="1.197" cx="198.133"/> | ||
6273 | + </g> | ||
6274 | + <g id="pin28W"> | ||
6275 | + <path d="M202.939,144c0,-1.321,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6276 | + <path d="M207.726,144c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.391c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6277 | + <circle fill="#383838" cy="144" r="1.196" cx="205.333"/> | ||
6278 | + </g> | ||
6279 | + <g id="pin28X"> | ||
6280 | + <path d="M202.939,136.799c0,-1.322,1.071,-2.393,2.394,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6281 | + <path d="M207.726,136.799c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.067,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.008" fill="#E6E6E6"/> | ||
6282 | + <circle fill="#383838" cy="136.8" r="1.197" cx="205.333"/> | ||
6283 | + </g> | ||
6284 | + <g id="pin28Y"> | ||
6285 | + <path d="M202.939,14.4c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6286 | + <path d="M207.726,14.4c0.002,1.322,-1.068,2.395,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.004,0,-0.007" fill="#E6E6E6"/> | ||
6287 | + <circle fill="#383838" cy="14.4" r="1.197" cx="205.333"/> | ||
6288 | + </g> | ||
6289 | + <g id="pin28Z"> | ||
6290 | + <path d="M202.939,7.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6291 | + <path d="M207.726,7.2c0.002,1.322,-1.068,2.396,-2.39,2.397c-1.322,0.002,-2.396,-1.068,-2.397,-2.39c0,-0.002,0,-0.005,0,-0.007" fill="#E6E6E6"/> | ||
6292 | + <circle fill="#383838" cy="7.2" r="1.197" cx="205.333"/> | ||
6293 | + </g> | ||
6294 | + <g id="pin29W"> | ||
6295 | + <path d="M210.139,144c0,-1.321,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6296 | + <path d="M214.926,144c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6297 | + <circle fill="#383838" cy="144" r="1.196" cx="212.533"/> | ||
6298 | + </g> | ||
6299 | + <g id="pin29X"> | ||
6300 | + <path d="M210.139,136.799c0,-1.322,1.071,-2.393,2.394,-2.393c1.321,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6301 | + <path d="M214.926,136.799c0,1.322,-1.072,2.395,-2.394,2.395c-1.322,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6302 | + <circle fill="#383838" cy="136.8" r="1.197" cx="212.533"/> | ||
6303 | + </g> | ||
6304 | + <g id="pin29Y"> | ||
6305 | + <path d="M210.139,14.4c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6306 | + <path d="M214.926,14.4c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6307 | + <circle fill="#383838" cy="14.4" r="1.197" cx="212.533"/> | ||
6308 | + </g> | ||
6309 | + <g id="pin29Z"> | ||
6310 | + <path d="M210.139,7.2c0,-1.322,1.071,-2.394,2.394,-2.394c1.321,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6311 | + <path d="M214.926,7.2c0,1.322,-1.072,2.394,-2.394,2.394c-1.322,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6312 | + <circle fill="#383838" cy="7.2" r="1.197" cx="212.533"/> | ||
6313 | + </g> | ||
6314 | + <g id="pin30W"> | ||
6315 | + <path d="M217.338,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6316 | + <path d="M222.125,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6317 | + <circle fill="#383838" cy="144" r="1.196" cx="219.732"/> | ||
6318 | + </g> | ||
6319 | + <g id="pin30X"> | ||
6320 | + <path d="M217.338,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6321 | + <path d="M222.125,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.321,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6322 | + <circle fill="#383838" cy="136.8" r="1.197" cx="219.732"/> | ||
6323 | + </g> | ||
6324 | + <g id="pin30Y"> | ||
6325 | + <path d="M217.338,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6326 | + <path d="M222.125,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6327 | + <circle fill="#383838" cy="14.4" r="1.197" cx="219.732"/> | ||
6328 | + </g> | ||
6329 | + <g id="pin30Z"> | ||
6330 | + <path d="M217.338,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6331 | + <path d="M222.125,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6332 | + <circle fill="#383838" cy="7.2" r="1.197" cx="219.732"/> | ||
6333 | + </g> | ||
6334 | + <g id="pin31W"> | ||
6335 | + <path d="M224.539,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6336 | + <path d="M229.326,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6337 | + <circle fill="#383838" cy="144" r="1.196" cx="226.932"/> | ||
6338 | + </g> | ||
6339 | + <g id="pin31X"> | ||
6340 | + <path d="M224.539,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6341 | + <path d="M229.326,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.321,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6342 | + <circle fill="#383838" cy="136.8" r="1.197" cx="226.932"/> | ||
6343 | + </g> | ||
6344 | + <g id="pin31Y"> | ||
6345 | + <path d="M224.539,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6346 | + <path d="M229.326,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6347 | + <circle fill="#383838" cy="14.4" r="1.197" cx="226.932"/> | ||
6348 | + </g> | ||
6349 | + <g id="pin31Z"> | ||
6350 | + <path d="M224.539,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6351 | + <path d="M229.326,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6352 | + <circle fill="#383838" cy="7.2" r="1.197" cx="226.932"/> | ||
6353 | + </g> | ||
6354 | + <g id="pin33W"> | ||
6355 | + <path d="M238.939,144c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6356 | + <path d="M243.726,144c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6357 | + <circle fill="#383838" cy="144" r="1.196" cx="241.332"/> | ||
6358 | + </g> | ||
6359 | + <g id="pin33X"> | ||
6360 | + <path d="M238.939,136.799c0,-1.322,1.071,-2.393,2.393,-2.393c1.322,0,2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6361 | + <path d="M243.726,136.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6362 | + <circle fill="#383838" cy="136.8" r="1.197" cx="241.332"/> | ||
6363 | + </g> | ||
6364 | + <g id="pin33Y"> | ||
6365 | + <path d="M238.939,14.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6366 | + <path d="M243.726,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6367 | + <circle fill="#383838" cy="14.4" r="1.197" cx="241.332"/> | ||
6368 | + </g> | ||
6369 | + <g id="pin33Z"> | ||
6370 | + <path d="M238.939,7.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6371 | + <path d="M243.726,7.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6372 | + <circle fill="#383838" cy="7.2" r="1.197" cx="241.332"/> | ||
6373 | + </g> | ||
6374 | + <g id="pin34W"> | ||
6375 | + <path d="M246.138,144c0,-1.321,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6376 | + <path d="M250.925,144c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6377 | + <circle fill="#383838" cy="144" r="1.196" cx="248.532"/> | ||
6378 | + </g> | ||
6379 | + <g id="pin34X"> | ||
6380 | + <path d="M246.138,136.799c0,-1.322,1.072,-2.393,2.394,-2.393c1.322,0,2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6381 | + <path d="M250.925,136.799c0,1.322,-1.071,2.395,-2.394,2.395c-1.321,0,-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6382 | + <circle fill="#383838" cy="136.8" r="1.197" cx="248.532"/> | ||
6383 | + </g> | ||
6384 | + <g id="pin34Y"> | ||
6385 | + <path d="M246.138,14.4c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6386 | + <path d="M250.925,14.4c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6387 | + <circle fill="#383838" cy="14.4" r="1.197" cx="248.532"/> | ||
6388 | + </g> | ||
6389 | + <g id="pin34Z"> | ||
6390 | + <path d="M246.138,7.2c0,-1.322,1.072,-2.394,2.394,-2.394c1.322,0,2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6391 | + <path d="M250.925,7.2c0,1.322,-1.071,2.394,-2.394,2.394c-1.321,0,-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6392 | + <circle fill="#383838" cy="7.2" r="1.197" cx="248.532"/> | ||
6393 | + </g> | ||
6394 | + <g id="pin35W"> | ||
6395 | + <path d="M253.338,144c0,-1.321,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6396 | + <path d="M258.125,144c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6397 | + <circle fill="#383838" cy="144" r="1.196" cx="255.732"/> | ||
6398 | + </g> | ||
6399 | + <g id="pin35X"> | ||
6400 | + <path d="M253.338,136.799c0,-1.322,1.071,-2.393,2.394,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6401 | + <path d="M258.125,136.799c0,1.322,-1.071,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6402 | + <circle fill="#383838" cy="136.8" r="1.197" cx="255.732"/> | ||
6403 | + </g> | ||
6404 | + <g id="pin35Y"> | ||
6405 | + <path d="M253.338,14.4c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6406 | + <path d="M258.125,14.4c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6407 | + <circle fill="#383838" cy="14.4" r="1.197" cx="255.732"/> | ||
6408 | + </g> | ||
6409 | + <g id="pin35Z"> | ||
6410 | + <path d="M253.338,7.2c0,-1.322,1.071,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6411 | + <path d="M258.125,7.2c0,1.322,-1.071,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6412 | + <circle fill="#383838" cy="7.2" r="1.197" cx="255.732"/> | ||
6413 | + </g> | ||
6414 | + <g id="pin36W"> | ||
6415 | + <path d="M260.539,144c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6416 | + <path d="M265.326,144c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6417 | + <circle fill="#383838" cy="144" r="1.196" cx="262.931"/> | ||
6418 | + </g> | ||
6419 | + <g id="pin36X"> | ||
6420 | + <path d="M260.539,136.799c0,-1.322,1.071,-2.393,2.393,-2.393c1.322,0,2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6421 | + <path d="M265.326,136.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6422 | + <circle fill="#383838" cy="136.8" r="1.197" cx="262.931"/> | ||
6423 | + </g> | ||
6424 | + <g id="pin36Y"> | ||
6425 | + <path d="M260.539,14.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6426 | + <path d="M265.326,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6427 | + <circle fill="#383838" cy="14.4" r="1.197" cx="262.931"/> | ||
6428 | + </g> | ||
6429 | + <g id="pin36Z"> | ||
6430 | + <path d="M260.539,7.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6431 | + <path d="M265.326,7.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6432 | + <circle fill="#383838" cy="7.2" r="1.197" cx="262.931"/> | ||
6433 | + </g> | ||
6434 | + <g id="pin37W"> | ||
6435 | + <path d="M267.738,144c0,-1.321,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6436 | + <path d="M272.525,144c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6437 | + <circle fill="#383838" cy="144" r="1.196" cx="270.132"/> | ||
6438 | + </g> | ||
6439 | + <g id="pin37X"> | ||
6440 | + <path d="M267.738,136.799c0,-1.322,1.072,-2.393,2.395,-2.393c1.321,0,2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6441 | + <path d="M272.525,136.799c0,1.322,-1.071,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6442 | + <circle fill="#383838" cy="136.8" r="1.197" cx="270.132"/> | ||
6443 | + </g> | ||
6444 | + <g id="pin37Y"> | ||
6445 | + <path d="M267.738,14.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6446 | + <path d="M272.525,14.4c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6447 | + <circle fill="#383838" cy="14.4" r="1.197" cx="270.132"/> | ||
6448 | + </g> | ||
6449 | + <g id="pin37Z"> | ||
6450 | + <path d="M267.738,7.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.321,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6451 | + <path d="M272.525,7.2c0,1.322,-1.071,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6452 | + <circle fill="#383838" cy="7.2" r="1.197" cx="270.132"/> | ||
6453 | + </g> | ||
6454 | + <g id="pin39W"> | ||
6455 | + <path d="M282.138,144c0,-1.321,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6456 | + <path d="M286.925,144c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394" fill="#E6E6E6"/> | ||
6457 | + <circle fill="#383838" cy="144" r="1.196" cx="284.532"/> | ||
6458 | + </g> | ||
6459 | + <g id="pin39X"> | ||
6460 | + <path d="M282.138,136.799c0,-1.322,1.072,-2.393,2.394,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6461 | + <path d="M286.925,136.799c0,1.322,-1.072,2.395,-2.394,2.395s-2.394,-1.072,-2.394,-2.395" fill="#E6E6E6"/> | ||
6462 | + <circle fill="#383838" cy="136.8" r="1.197" cx="284.532"/> | ||
6463 | + </g> | ||
6464 | + <g id="pin39Y"> | ||
6465 | + <path d="M282.138,14.4c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6466 | + <path d="M286.925,14.4c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.072,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6467 | + <circle fill="#383838" cy="14.4" r="1.197" cx="284.532"/> | ||
6468 | + </g> | ||
6469 | + <g id="pin39Z"> | ||
6470 | + <path d="M282.138,7.2c0,-1.322,1.072,-2.394,2.394,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6471 | + <path d="M286.925,7.2c0,1.322,-1.072,2.394,-2.394,2.394s-2.394,-1.071,-2.394,-2.394l0,0" fill="#E6E6E6"/> | ||
6472 | + <circle fill="#383838" cy="7.2" r="1.197" cx="284.532"/> | ||
6473 | + </g> | ||
6474 | + <g id="pin40W"> | ||
6475 | + <path d="M289.337,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6476 | + <path d="M294.125,144c0,1.322,-1.071,2.394,-2.394,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6477 | + <circle fill="#383838" cy="144" r="1.196" cx="291.732"/> | ||
6478 | + </g> | ||
6479 | + <g id="pin40X"> | ||
6480 | + <path d="M289.337,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.394,1.07,2.394,2.393" fill="#BFBFBF"/> | ||
6481 | + <path d="M294.125,136.799c0,1.322,-1.071,2.395,-2.394,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6482 | + <circle fill="#383838" cy="136.8" r="1.197" cx="291.732"/> | ||
6483 | + </g> | ||
6484 | + <g id="pin40Y"> | ||
6485 | + <path d="M289.337,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.394,1.071,2.394,2.394" fill="#BFBFBF"/> | ||
6486 | + <path d="M294.125,14.4c0,1.322,-1.071,2.394,-2.394,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6487 | + <circle fill="#383838" cy="14.4" r="1.197" cx="291.732"/> | ||
6488 | + </g> | ||
6489 | + <g id="pin40Z"> | ||
6490 | + <path d="M289.337,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.394,1.072,2.394,2.394" fill="#BFBFBF"/> | ||
6491 | + <path d="M294.125,7.2c0,1.322,-1.071,2.394,-2.394,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6492 | + <circle fill="#383838" cy="7.2" r="1.197" cx="291.732"/> | ||
6493 | + </g> | ||
6494 | + <g id="pin41W"> | ||
6495 | + <path d="M296.539,144c0,-1.321,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6496 | + <path d="M301.326,144c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6497 | + <circle fill="#383838" cy="144" r="1.196" cx="298.931"/> | ||
6498 | + </g> | ||
6499 | + <g id="pin41X"> | ||
6500 | + <path d="M296.539,136.799c0,-1.322,1.071,-2.393,2.393,-2.393c1.322,0,2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6501 | + <path d="M301.326,136.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.321,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6502 | + <circle fill="#383838" cy="136.8" r="1.197" cx="298.931"/> | ||
6503 | + </g> | ||
6504 | + <g id="pin41Y"> | ||
6505 | + <path d="M296.539,14.4c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6506 | + <path d="M301.326,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6507 | + <circle fill="#383838" cy="14.4" r="1.197" cx="298.931"/> | ||
6508 | + </g> | ||
6509 | + <g id="pin41Z"> | ||
6510 | + <path d="M296.539,7.2c0,-1.322,1.071,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6511 | + <path d="M301.326,7.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.321,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6512 | + <circle fill="#383838" cy="7.2" r="1.197" cx="298.931"/> | ||
6513 | + </g> | ||
6514 | + <g id="pin42W"> | ||
6515 | + <path d="M303.738,144c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6516 | + <path d="M308.525,144c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6517 | + <circle fill="#383838" cy="144" r="1.196" cx="306.132"/> | ||
6518 | + </g> | ||
6519 | + <g id="pin42X"> | ||
6520 | + <path d="M303.738,136.799c0,-1.322,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6521 | + <path d="M308.525,136.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6522 | + <circle fill="#383838" cy="136.8" r="1.197" cx="306.132"/> | ||
6523 | + </g> | ||
6524 | + <g id="pin42Y"> | ||
6525 | + <path d="M303.738,14.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6526 | + <path d="M308.525,14.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6527 | + <circle fill="#383838" cy="14.4" r="1.197" cx="306.132"/> | ||
6528 | + </g> | ||
6529 | + <g id="pin42Z"> | ||
6530 | + <path d="M303.738,7.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6531 | + <path d="M308.525,7.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6532 | + <circle fill="#383838" cy="7.2" r="1.197" cx="306.132"/> | ||
6533 | + </g> | ||
6534 | + <g id="pin43W"> | ||
6535 | + <path d="M310.937,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6536 | + <path d="M315.726,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6537 | + <circle fill="#383838" cy="144" r="1.196" cx="313.332"/> | ||
6538 | + </g> | ||
6539 | + <g id="pin43X"> | ||
6540 | + <path d="M310.937,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6541 | + <path d="M315.726,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6542 | + <circle fill="#383838" cy="136.8" r="1.197" cx="313.332"/> | ||
6543 | + </g> | ||
6544 | + <g id="pin43Y"> | ||
6545 | + <path d="M310.937,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6546 | + <path d="M315.726,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6547 | + <circle fill="#383838" cy="14.4" r="1.197" cx="313.332"/> | ||
6548 | + </g> | ||
6549 | + <g id="pin43Z"> | ||
6550 | + <path d="M310.937,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6551 | + <path d="M315.726,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6552 | + <circle fill="#383838" cy="7.2" r="1.197" cx="313.332"/> | ||
6553 | + </g> | ||
6554 | + <g id="pin45W"> | ||
6555 | + <path d="M325.337,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6556 | + <path d="M330.125,144c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6557 | + <circle fill="#383838" cy="144" r="1.196" cx="327.732"/> | ||
6558 | + </g> | ||
6559 | + <g id="pin45X"> | ||
6560 | + <path d="M325.337,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6561 | + <path d="M330.125,136.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6562 | + <circle fill="#383838" cy="136.8" r="1.197" cx="327.732"/> | ||
6563 | + </g> | ||
6564 | + <g id="pin45Y"> | ||
6565 | + <path d="M325.337,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6566 | + <path d="M330.125,14.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6567 | + <circle fill="#383838" cy="14.4" r="1.197" cx="327.732"/> | ||
6568 | + </g> | ||
6569 | + <g id="pin45Z"> | ||
6570 | + <path d="M325.337,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6571 | + <path d="M330.125,7.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6572 | + <circle fill="#383838" cy="7.2" r="1.197" cx="327.732"/> | ||
6573 | + </g> | ||
6574 | + <g id="pin46W"> | ||
6575 | + <path d="M332.539,144c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6576 | + <path d="M337.326,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6577 | + <circle fill="#383838" cy="144" r="1.196" cx="334.931"/> | ||
6578 | + </g> | ||
6579 | + <g id="pin46X"> | ||
6580 | + <path d="M332.539,136.799c0,-1.322,1.07,-2.393,2.393,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6581 | + <path d="M337.326,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6582 | + <circle fill="#383838" cy="136.8" r="1.197" cx="334.931"/> | ||
6583 | + </g> | ||
6584 | + <g id="pin46Y"> | ||
6585 | + <path d="M332.539,14.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6586 | + <path d="M337.326,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6587 | + <circle fill="#383838" cy="14.4" r="1.197" cx="334.931"/> | ||
6588 | + </g> | ||
6589 | + <g id="pin46Z"> | ||
6590 | + <path d="M332.539,7.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6591 | + <path d="M337.326,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6592 | + <circle fill="#383838" cy="7.2" r="1.197" cx="334.931"/> | ||
6593 | + </g> | ||
6594 | + <g id="pin47W"> | ||
6595 | + <path d="M339.738,144c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6596 | + <path d="M344.525,144c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6597 | + <circle fill="#383838" cy="144" r="1.196" cx="342.132"/> | ||
6598 | + </g> | ||
6599 | + <g id="pin47X"> | ||
6600 | + <path d="M339.738,136.799c0,-1.322,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6601 | + <path d="M344.525,136.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6602 | + <circle fill="#383838" cy="136.8" r="1.197" cx="342.132"/> | ||
6603 | + </g> | ||
6604 | + <g id="pin47Y"> | ||
6605 | + <path d="M339.738,14.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6606 | + <path d="M344.525,14.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6607 | + <circle fill="#383838" cy="14.4" r="1.197" cx="342.132"/> | ||
6608 | + </g> | ||
6609 | + <g id="pin47Z"> | ||
6610 | + <path d="M339.738,7.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6611 | + <path d="M344.525,7.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6612 | + <circle fill="#383838" cy="7.2" r="1.197" cx="342.132"/> | ||
6613 | + </g> | ||
6614 | + <g id="pin48W"> | ||
6615 | + <path d="M346.937,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6616 | + <path d="M351.724,144c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6617 | + <circle fill="#383838" cy="144" r="1.196" cx="349.332"/> | ||
6618 | + </g> | ||
6619 | + <g id="pin48X"> | ||
6620 | + <path d="M346.937,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6621 | + <path d="M351.724,136.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6622 | + <circle fill="#383838" cy="136.8" r="1.197" cx="349.332"/> | ||
6623 | + </g> | ||
6624 | + <g id="pin48Y"> | ||
6625 | + <path d="M346.937,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6626 | + <path d="M351.724,14.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6627 | + <circle fill="#383838" cy="14.4" r="1.197" cx="349.332"/> | ||
6628 | + </g> | ||
6629 | + <g id="pin48Z"> | ||
6630 | + <path d="M346.937,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6631 | + <path d="M351.724,7.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6632 | + <circle fill="#383838" cy="7.2" r="1.197" cx="349.332"/> | ||
6633 | + </g> | ||
6634 | + <g id="pin49W"> | ||
6635 | + <path d="M354.138,144c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6636 | + <path d="M358.925,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6637 | + <circle fill="#383838" cy="144" r="1.196" cx="356.531"/> | ||
6638 | + </g> | ||
6639 | + <g id="pin49X"> | ||
6640 | + <path d="M354.138,136.799c0,-1.322,1.07,-2.393,2.393,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6641 | + <path d="M358.925,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6642 | + <circle fill="#383838" cy="136.8" r="1.197" cx="356.531"/> | ||
6643 | + </g> | ||
6644 | + <g id="pin49Y"> | ||
6645 | + <path d="M354.138,14.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6646 | + <path d="M358.925,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6647 | + <circle fill="#383838" cy="14.4" r="1.197" cx="356.531"/> | ||
6648 | + </g> | ||
6649 | + <g id="pin49Z"> | ||
6650 | + <path d="M354.138,7.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6651 | + <path d="M358.925,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6652 | + <circle fill="#383838" cy="7.2" r="1.197" cx="356.531"/> | ||
6653 | + </g> | ||
6654 | + <g id="pin51W"> | ||
6655 | + <path d="M368.539,144c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6656 | + <path d="M373.326,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6657 | + <circle fill="#383838" cy="144" r="1.196" cx="370.931"/> | ||
6658 | + </g> | ||
6659 | + <g id="pin51X"> | ||
6660 | + <path d="M368.539,136.799c0,-1.322,1.07,-2.393,2.393,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6661 | + <path d="M373.326,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6662 | + <circle fill="#383838" cy="136.8" r="1.197" cx="370.931"/> | ||
6663 | + </g> | ||
6664 | + <g id="pin51Y"> | ||
6665 | + <path d="M368.539,14.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6666 | + <path d="M373.326,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6667 | + <circle fill="#383838" cy="14.4" r="1.197" cx="370.931"/> | ||
6668 | + </g> | ||
6669 | + <g id="pin51Z"> | ||
6670 | + <path d="M368.539,7.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6671 | + <path d="M373.326,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6672 | + <circle fill="#383838" cy="7.2" r="1.197" cx="370.931"/> | ||
6673 | + </g> | ||
6674 | + <g id="pin52W"> | ||
6675 | + <path d="M375.738,144c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6676 | + <path d="M380.525,144c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6677 | + <circle fill="#383838" cy="144" r="1.196" cx="378.13"/> | ||
6678 | + </g> | ||
6679 | + <g id="pin52X"> | ||
6680 | + <path d="M375.738,136.799c0,-1.322,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6681 | + <path d="M380.525,136.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6682 | + <circle fill="#383838" cy="136.8" r="1.197" cx="378.13"/> | ||
6683 | + </g> | ||
6684 | + <g id="pin52Y"> | ||
6685 | + <path d="M375.738,14.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6686 | + <path d="M380.525,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6687 | + <circle fill="#383838" cy="14.4" r="1.197" cx="378.13"/> | ||
6688 | + </g> | ||
6689 | + <g id="pin52Z"> | ||
6690 | + <path d="M375.738,7.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6691 | + <path d="M380.525,7.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6692 | + <circle fill="#383838" cy="7.2" r="1.197" cx="378.13"/> | ||
6693 | + </g> | ||
6694 | + <g id="pin53W"> | ||
6695 | + <path d="M382.937,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6696 | + <path d="M387.724,144c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6697 | + <circle fill="#383838" cy="144" r="1.196" cx="385.332"/> | ||
6698 | + </g> | ||
6699 | + <g id="pin53X"> | ||
6700 | + <path d="M382.937,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6701 | + <path d="M387.724,136.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6702 | + <circle fill="#383838" cy="136.8" r="1.197" cx="385.332"/> | ||
6703 | + </g> | ||
6704 | + <g id="pin53Y"> | ||
6705 | + <path d="M382.937,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6706 | + <path d="M387.724,14.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6707 | + <circle fill="#383838" cy="14.4" r="1.197" cx="385.332"/> | ||
6708 | + </g> | ||
6709 | + <g id="pin53Z"> | ||
6710 | + <path d="M382.937,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6711 | + <path d="M387.724,7.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6712 | + <circle fill="#383838" cy="7.2" r="1.197" cx="385.332"/> | ||
6713 | + </g> | ||
6714 | + <g id="pin54W"> | ||
6715 | + <path d="M390.138,144c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6716 | + <path d="M394.925,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6717 | + <circle fill="#383838" cy="144" r="1.196" cx="392.531"/> | ||
6718 | + </g> | ||
6719 | + <g id="pin54X"> | ||
6720 | + <path d="M390.138,136.799c0,-1.322,1.07,-2.393,2.393,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6721 | + <path d="M394.925,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6722 | + <circle fill="#383838" cy="136.8" r="1.197" cx="392.531"/> | ||
6723 | + </g> | ||
6724 | + <g id="pin54Y"> | ||
6725 | + <path d="M390.138,14.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6726 | + <path d="M394.925,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6727 | + <circle fill="#383838" cy="14.4" r="1.197" cx="392.531"/> | ||
6728 | + </g> | ||
6729 | + <g id="pin54Z"> | ||
6730 | + <path d="M390.138,7.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6731 | + <path d="M394.925,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6732 | + <circle fill="#383838" cy="7.2" r="1.197" cx="392.531"/> | ||
6733 | + </g> | ||
6734 | + <g id="pin55W"> | ||
6735 | + <path d="M397.337,144c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6736 | + <path d="M402.125,144c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6737 | + <circle fill="#383838" cy="144" r="1.196" cx="399.732"/> | ||
6738 | + </g> | ||
6739 | + <g id="pin55X"> | ||
6740 | + <path d="M397.337,136.799c0,-1.322,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6741 | + <path d="M402.125,136.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6742 | + <circle fill="#383838" cy="136.8" r="1.197" cx="399.732"/> | ||
6743 | + </g> | ||
6744 | + <g id="pin55Y"> | ||
6745 | + <path d="M397.337,14.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6746 | + <path d="M402.125,14.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6747 | + <circle fill="#383838" cy="14.4" r="1.197" cx="399.732"/> | ||
6748 | + </g> | ||
6749 | + <g id="pin55Z"> | ||
6750 | + <path d="M397.337,7.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6751 | + <path d="M402.125,7.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6752 | + <circle fill="#383838" cy="7.2" r="1.197" cx="399.732"/> | ||
6753 | + </g> | ||
6754 | + <g id="pin57W"> | ||
6755 | + <path d="M411.738,144c0,-1.321,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6756 | + <path d="M416.525,144c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6757 | + <circle fill="#383838" cy="144" r="1.196" cx="414.13"/> | ||
6758 | + </g> | ||
6759 | + <g id="pin57X"> | ||
6760 | + <path d="M411.738,136.799c0,-1.322,1.072,-2.393,2.393,-2.393c1.322,0,2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6761 | + <path d="M416.525,136.799c0,1.322,-1.072,2.395,-2.395,2.395c-1.32,0,-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6762 | + <circle fill="#383838" cy="136.8" r="1.197" cx="414.13"/> | ||
6763 | + </g> | ||
6764 | + <g id="pin57Y"> | ||
6765 | + <path d="M411.738,14.4c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6766 | + <path d="M416.525,14.4c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6767 | + <circle fill="#383838" cy="14.4" r="1.197" cx="414.13"/> | ||
6768 | + </g> | ||
6769 | + <g id="pin57Z"> | ||
6770 | + <path d="M411.738,7.2c0,-1.322,1.072,-2.394,2.393,-2.394c1.322,0,2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6771 | + <path d="M416.525,7.2c0,1.322,-1.072,2.394,-2.395,2.394c-1.32,0,-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6772 | + <circle fill="#383838" cy="7.2" r="1.197" cx="414.13"/> | ||
6773 | + </g> | ||
6774 | + <g id="pin58W"> | ||
6775 | + <path d="M418.937,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6776 | + <path d="M423.724,144c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6777 | + <circle fill="#383838" cy="144" r="1.196" cx="421.332"/> | ||
6778 | + </g> | ||
6779 | + <g id="pin58X"> | ||
6780 | + <path d="M418.937,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6781 | + <path d="M423.724,136.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6782 | + <circle fill="#383838" cy="136.8" r="1.197" cx="421.332"/> | ||
6783 | + </g> | ||
6784 | + <g id="pin58Y"> | ||
6785 | + <path d="M418.937,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6786 | + <path d="M423.724,14.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6787 | + <circle fill="#383838" cy="14.4" r="1.197" cx="421.332"/> | ||
6788 | + </g> | ||
6789 | + <g id="pin58Z"> | ||
6790 | + <path d="M418.937,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6791 | + <path d="M423.724,7.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6792 | + <circle fill="#383838" cy="7.2" r="1.197" cx="421.332"/> | ||
6793 | + </g> | ||
6794 | + <g id="pin59W"> | ||
6795 | + <path d="M426.138,144c0,-1.321,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6796 | + <path d="M430.925,144c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394" fill="#E6E6E6"/> | ||
6797 | + <circle fill="#383838" cy="144" r="1.196" cx="428.531"/> | ||
6798 | + </g> | ||
6799 | + <g id="pin59X"> | ||
6800 | + <path d="M426.138,136.799c0,-1.322,1.07,-2.393,2.393,-2.393s2.395,1.07,2.395,2.393" fill="#BFBFBF"/> | ||
6801 | + <path d="M430.925,136.799c0,1.322,-1.072,2.395,-2.395,2.395s-2.393,-1.072,-2.393,-2.395" fill="#E6E6E6"/> | ||
6802 | + <circle fill="#383838" cy="136.8" r="1.197" cx="428.531"/> | ||
6803 | + </g> | ||
6804 | + <g id="pin59Y"> | ||
6805 | + <path d="M426.138,14.4c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.071,2.395,2.394" fill="#BFBFBF"/> | ||
6806 | + <path d="M430.925,14.4c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.072,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6807 | + <circle fill="#383838" cy="14.4" r="1.197" cx="428.531"/> | ||
6808 | + </g> | ||
6809 | + <g id="pin59Z"> | ||
6810 | + <path d="M426.138,7.2c0,-1.322,1.07,-2.394,2.393,-2.394s2.395,1.072,2.395,2.394" fill="#BFBFBF"/> | ||
6811 | + <path d="M430.925,7.2c0,1.322,-1.072,2.394,-2.395,2.394s-2.393,-1.071,-2.393,-2.394l0,0" fill="#E6E6E6"/> | ||
6812 | + <circle fill="#383838" cy="7.2" r="1.197" cx="428.531"/> | ||
6813 | + </g> | ||
6814 | + <g id="pin60W"> | ||
6815 | + <path d="M433.337,144c0,-1.321,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6816 | + <path d="M438.125,144c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6817 | + <circle fill="#383838" cy="144" r="1.196" cx="435.732"/> | ||
6818 | + </g> | ||
6819 | + <g id="pin60X"> | ||
6820 | + <path d="M433.337,136.799c0,-1.322,1.072,-2.393,2.395,-2.393c1.32,0,2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6821 | + <path d="M438.125,136.799c0,1.322,-1.072,2.395,-2.393,2.395c-1.322,0,-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6822 | + <circle fill="#383838" cy="136.8" r="1.197" cx="435.732"/> | ||
6823 | + </g> | ||
6824 | + <g id="pin60Y"> | ||
6825 | + <path d="M433.337,14.4c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6826 | + <path d="M438.125,14.4c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6827 | + <circle fill="#383838" cy="14.4" r="1.197" cx="435.732"/> | ||
6828 | + </g> | ||
6829 | + <g id="pin60Z"> | ||
6830 | + <path d="M433.337,7.2c0,-1.322,1.072,-2.394,2.395,-2.394c1.32,0,2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6831 | + <path d="M438.125,7.2c0,1.322,-1.072,2.394,-2.393,2.394c-1.322,0,-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6832 | + <circle fill="#383838" cy="7.2" r="1.197" cx="435.732"/> | ||
6833 | + </g> | ||
6834 | + <g id="pin61W"> | ||
6835 | + <path d="M440.537,144c0,-1.321,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6836 | + <path d="M445.324,144c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394" fill="#E6E6E6"/> | ||
6837 | + <circle fill="#383838" cy="144" r="1.196" cx="442.931"/> | ||
6838 | + </g> | ||
6839 | + <g id="pin61X"> | ||
6840 | + <path d="M440.537,136.799c0,-1.322,1.072,-2.393,2.395,-2.393s2.393,1.07,2.393,2.393" fill="#BFBFBF"/> | ||
6841 | + <path d="M445.324,136.799c0,1.322,-1.07,2.395,-2.393,2.395s-2.395,-1.072,-2.395,-2.395" fill="#E6E6E6"/> | ||
6842 | + <circle fill="#383838" cy="136.8" r="1.197" cx="442.931"/> | ||
6843 | + </g> | ||
6844 | + <g id="pin61Y"> | ||
6845 | + <path d="M440.537,14.4c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.071,2.393,2.394" fill="#BFBFBF"/> | ||
6846 | + <path d="M445.324,14.4c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.072,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6847 | + <circle fill="#383838" cy="14.4" r="1.197" cx="442.931"/> | ||
6848 | + </g> | ||
6849 | + <g id="pin61Z"> | ||
6850 | + <path d="M440.537,7.2c0,-1.322,1.072,-2.394,2.395,-2.394s2.393,1.072,2.393,2.394" fill="#BFBFBF"/> | ||
6851 | + <path d="M445.324,7.2c0,1.322,-1.07,2.394,-2.393,2.394s-2.395,-1.071,-2.395,-2.394l0,0" fill="#E6E6E6"/> | ||
6852 | + <circle fill="#383838" cy="7.2" r="1.197" cx="442.931"/> | ||
6853 | + </g> | ||
6854 | + </g> | ||
6855 | + <g id="text"> | ||
6856 | + <g transform="matrix(0, -1, 1, 0, 12.7993, 30.4009)"> | ||
6857 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">1</text> | ||
6858 | + </g> | ||
6859 | + <g transform="matrix(0, -1, 1, 0, 12.7993, 126.4)"> | ||
6860 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">1</text> | ||
6861 | + </g> | ||
6862 | + <g transform="matrix(0, -1, 1, 0, 41.5991, 30.4009)"> | ||
6863 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">5</text> | ||
6864 | + </g> | ||
6865 | + <g transform="matrix(0, -1, 1, 0, 41.5991, 126.4)"> | ||
6866 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">5</text> | ||
6867 | + </g> | ||
6868 | + <g transform="matrix(0, -1, 1, 0, 77.5991, 30.4009)"> | ||
6869 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">10</text> | ||
6870 | + </g> | ||
6871 | + <g transform="matrix(0, -1, 1, 0, 77.5991, 126.4)"> | ||
6872 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">10</text> | ||
6873 | + </g> | ||
6874 | + <g transform="matrix(0, -1, 1, 0, 113.599, 30.4009)"> | ||
6875 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">15</text> | ||
6876 | + </g> | ||
6877 | + <g transform="matrix(0, -1, 1, 0, 113.599, 126.4)"> | ||
6878 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">15</text> | ||
6879 | + </g> | ||
6880 | + <g transform="matrix(0, -1, 1, 0, 149.599, 30.4009)"> | ||
6881 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">20</text> | ||
6882 | + </g> | ||
6883 | + <g transform="matrix(0, -1, 1, 0, 149.599, 126.4)"> | ||
6884 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">20</text> | ||
6885 | + </g> | ||
6886 | + <g transform="matrix(0, -1, 1, 0, 185.599, 30.4009)"> | ||
6887 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">25</text> | ||
6888 | + </g> | ||
6889 | + <g transform="matrix(0, -1, 1, 0, 185.599, 126.4)"> | ||
6890 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">25</text> | ||
6891 | + </g> | ||
6892 | + <g transform="matrix(0, -1, 1, 0, 221.598, 30.4009)"> | ||
6893 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">30</text> | ||
6894 | + </g> | ||
6895 | + <g transform="matrix(0, -1, 1, 0, 221.598, 126.4)"> | ||
6896 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">30</text> | ||
6897 | + </g> | ||
6898 | + <g transform="matrix(0, -1, 1, 0, 257.598, 30.4009)"> | ||
6899 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">35</text> | ||
6900 | + </g> | ||
6901 | + <g transform="matrix(0, -1, 1, 0, 257.598, 126.4)"> | ||
6902 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">35</text> | ||
6903 | + </g> | ||
6904 | + <g transform="matrix(0, -1, 1, 0, 293.598, 30.4009)"> | ||
6905 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">40</text> | ||
6906 | + </g> | ||
6907 | + <g transform="matrix(0, -1, 1, 0, 293.598, 126.4)"> | ||
6908 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">40</text> | ||
6909 | + </g> | ||
6910 | + <g transform="matrix(0, -1, 1, 0, 329.597, 30.4009)"> | ||
6911 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">45</text> | ||
6912 | + </g> | ||
6913 | + <g transform="matrix(0, -1, 1, 0, 329.597, 126.4)"> | ||
6914 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">45</text> | ||
6915 | + </g> | ||
6916 | + <g transform="matrix(0, -1, 1, 0, 365.597, 30.4009)"> | ||
6917 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">50</text> | ||
6918 | + </g> | ||
6919 | + <g transform="matrix(0, -1, 1, 0, 365.597, 126.4)"> | ||
6920 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">50</text> | ||
6921 | + </g> | ||
6922 | + <g transform="matrix(0, -1, 1, 0, 401.597, 30.4009)"> | ||
6923 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">55</text> | ||
6924 | + </g> | ||
6925 | + <g transform="matrix(0, -1, 1, 0, 401.597, 126.4)"> | ||
6926 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">55</text> | ||
6927 | + </g> | ||
6928 | + <g transform="matrix(0, -1, 1, 0, 437.597, 30.4009)"> | ||
6929 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">60</text> | ||
6930 | + </g> | ||
6931 | + <g transform="matrix(0, -1, 1, 0, 437.597, 126.4)"> | ||
6932 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">60</text> | ||
6933 | + </g> | ||
6934 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 116.799)"> | ||
6935 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">A</text> | ||
6936 | + </g> | ||
6937 | + <g transform="matrix(0, -1, 1, 0, 465.597, 116.799)"> | ||
6938 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">A</text> | ||
6939 | + </g> | ||
6940 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 109.6)"> | ||
6941 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">B</text> | ||
6942 | + </g> | ||
6943 | + <g transform="matrix(0, -1, 1, 0, 465.597, 109.6)"> | ||
6944 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">B</text> | ||
6945 | + </g> | ||
6946 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 102.4)"> | ||
6947 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">C</text> | ||
6948 | + </g> | ||
6949 | + <g transform="matrix(0, -1, 1, 0, 465.597, 102.4)"> | ||
6950 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">C</text> | ||
6951 | + </g> | ||
6952 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 95.1997)"> | ||
6953 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">D</text> | ||
6954 | + </g> | ||
6955 | + <g transform="matrix(0, -1, 1, 0, 465.597, 95.1997)"> | ||
6956 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">D</text> | ||
6957 | + </g> | ||
6958 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 88.0005)"> | ||
6959 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">E</text> | ||
6960 | + </g> | ||
6961 | + <g transform="matrix(0, -1, 1, 0, 465.597, 88.0005)"> | ||
6962 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">E</text> | ||
6963 | + </g> | ||
6964 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 66.3999)"> | ||
6965 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">F</text> | ||
6966 | + </g> | ||
6967 | + <g transform="matrix(0, -1, 1, 0, 465.597, 66.3999)"> | ||
6968 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">F</text> | ||
6969 | + </g> | ||
6970 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 59.1997)"> | ||
6971 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">G</text> | ||
6972 | + </g> | ||
6973 | + <g transform="matrix(0, -1, 1, 0, 465.597, 59.1997)"> | ||
6974 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">G</text> | ||
6975 | + </g> | ||
6976 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 52.0005)"> | ||
6977 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">H</text> | ||
6978 | + </g> | ||
6979 | + <g transform="matrix(0, -1, 1, 0, 465.597, 52.0005)"> | ||
6980 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">H</text> | ||
6981 | + </g> | ||
6982 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 44.0005)"> | ||
6983 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">I</text> | ||
6984 | + </g> | ||
6985 | + <g transform="matrix(0, -1, 1, 0, 465.597, 44.0005)"> | ||
6986 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">I</text> | ||
6987 | + </g> | ||
6988 | + <g transform="matrix(0, -1, 1, 0, 5.5996, 36.8003)"> | ||
6989 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">J</text> | ||
6990 | + </g> | ||
6991 | + <g transform="matrix(0, -1, 1, 0, 465.597, 36.8003)"> | ||
6992 | + <text font-family="'Droid Sans'" font-size="4.6036" fill="#B3B0B0">J</text> | ||
6993 | + </g> | ||
6994 | + </g> | ||
6995 | +</g> | ||
6996 | +</g></g><g partID='58860'><g transform='translate(346.094,99.7369)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
6997 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector0pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="32.04"/> | ||
6998 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector1pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="39.24"/> | ||
6999 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector2pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="46.44"/> | ||
7000 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector3pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="53.64"/> | ||
7001 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector4pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="60.84"/> | ||
7002 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector5pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="68.04"/> | ||
7003 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector6pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="75.24"/> | ||
7004 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector7pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="32.832" r="1.97" cx="82.44"/> | ||
7005 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector8pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="82.44"/> | ||
7006 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector9pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="68.04"/> | ||
7007 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector10pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="53.64"/> | ||
7008 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector11pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="46.44"/> | ||
7009 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector12pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="39.24"/> | ||
7010 | + <circle xmlns="http://www.w3.org/2000/svg" id="connector13pin" stroke="#9A916C" fill="none" stroke-width="0.4898" cy="4.032" r="1.97" cx="32.04"/> | ||
7011 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#323232" points="0,0,113.365,0,114.48,1,114.48,36.864,1,36.864,0,35.557"/> | ||
7012 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="9.718,3.491,22.16,3.491,22.989,4.319,21.329,6.808,10.545,6.808,8.889,4.319"/> | ||
7013 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="23.819,5.148,24.648,6.808,22.989,15.934,21.329,17.591,19.672,15.934,21.329,7.636"/> | ||
7014 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="21.329,18.42,22.16,20.078,20.501,29.204,18.842,30.863,17.183,29.204,18.842,20.911"/> | ||
7015 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="17.183,32.522,4.74,32.522,3.91,31.69,5.569,29.204,16.354,29.204,18.012,31.692"/> | ||
7016 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="3.08,30.863,2.252,29.204,3.91,20.078,5.569,18.42,7.227,20.078,5.569,28.373"/> | ||
7017 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="5.569,17.591,4.74,15.934,6.4,6.808,8.057,5.148,9.718,6.808,8.057,15.104"/> | ||
7018 | + <polyline xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="6.4,17.591,8.057,15.934,18.842,15.934,20.501,17.591,18.842,19.25,8.057,19.25"/> | ||
7019 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="30.859" r="1.748" cx="22.634"/> | ||
7020 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="38.506,3.491,50.948,3.491,51.777,4.319,50.117,6.808,39.333,6.808,37.677,4.319"/> | ||
7021 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="52.607,5.148,53.436,6.808,51.777,15.934,50.117,17.591,48.46,15.934,50.117,7.636"/> | ||
7022 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="50.117,18.42,50.948,20.078,49.289,29.204,47.63,30.863,45.971,29.204,47.63,20.911"/> | ||
7023 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="45.971,32.522,33.528,32.522,32.698,31.69,34.357,29.204,45.142,29.204,46.8,31.692"/> | ||
7024 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="31.868,30.863,31.04,29.204,32.698,20.078,34.357,18.42,36.015,20.078,34.357,28.373"/> | ||
7025 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="34.357,17.591,33.528,15.934,35.188,6.808,36.845,5.148,38.506,6.808,36.845,15.104"/> | ||
7026 | + <polyline xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="35.188,17.591,36.845,15.934,47.63,15.934,49.289,17.591,47.63,19.25,36.845,19.25"/> | ||
7027 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="30.859" r="1.748" cx="51.422"/> | ||
7028 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="24.308" r="1.748" cx="55.621"/> | ||
7029 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="11.369" r="1.748" cx="57.58"/> | ||
7030 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="5.002" r="1.748" cx="87.663"/> | ||
7031 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="67.305,3.491,79.748,3.491,80.577,4.319,78.917,6.808,68.133,6.808,66.476,4.319"/> | ||
7032 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="81.406,5.148,82.236,6.808,80.577,15.934,78.917,17.591,77.26,15.934,78.917,7.636"/> | ||
7033 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#646464" points="78.917,18.42,79.748,20.078,78.089,29.204,76.429,30.863,74.771,29.204,76.429,20.911"/> | ||
7034 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="74.771,32.522,62.328,32.522,61.498,31.69,63.157,29.204,73.941,29.204,75.599,31.692"/> | ||
7035 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="60.668,30.863,59.84,29.204,61.498,20.078,63.157,18.42,64.815,20.078,63.157,28.373"/> | ||
7036 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="63.157,17.591,62.328,15.934,63.988,6.808,65.645,5.148,67.305,6.808,65.645,15.104"/> | ||
7037 | + <polyline xmlns="http://www.w3.org/2000/svg" fill="#646464" points="63.988,17.591,65.645,15.934,76.429,15.934,78.089,17.591,76.429,19.25,65.645,19.25"/> | ||
7038 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="30.859" r="1.748" cx="80.222"/> | ||
7039 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="96.18,3.491,108.623,3.491,109.452,4.319,107.792,6.808,97.008,6.808,95.351,4.319"/> | ||
7040 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="110.281,5.148,111.111,6.808,109.452,15.934,107.792,17.591,106.135,15.934,107.792,7.636"/> | ||
7041 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="107.792,18.42,108.623,20.078,106.964,29.204,105.304,30.863,103.646,29.204,105.304,20.911"/> | ||
7042 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="103.646,32.522,91.203,32.522,90.373,31.69,92.032,29.204,102.816,29.204,104.474,31.692"/> | ||
7043 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="89.543,30.863,88.715,29.204,90.373,20.078,92.032,18.42,93.69,20.078,92.032,28.373"/> | ||
7044 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#EF1818" points="92.032,17.591,91.203,15.934,92.863,6.808,94.52,5.148,96.18,6.808,94.52,15.104"/> | ||
7045 | + <polyline xmlns="http://www.w3.org/2000/svg" fill="#646464" points="92.863,17.591,94.52,15.934,105.304,15.934,106.964,17.591,105.304,19.25,94.52,19.25"/> | ||
7046 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#646464" cy="30.859" r="1.748" cx="109.097"/> | ||
7047 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#C7C7C7" points="113.48,35.557,0,35.557,1,36.864,114.48,36.864"/> | ||
7048 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#AAAAAA" points="113.365,35.557,114.48,36.864,114.48,1,113.365,0"/> | ||
7049 | +</g> | ||
7050 | +</g></g><g partID='60390'><g transform='translate(326.217,110.337)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7051 | + <g xmlns="http://www.w3.org/2000/svg"> | ||
7052 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,23.7449,14.8219,15.4706,16.9819,15.4706,16.9819,23.7449"/> | ||
7053 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42192,8.27496,0.42192,0.00072,2.58048,0.00072,2.58048,8.27496"/> | ||
7054 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,8.27568,14.8219,0,16.9819,0,16.9819,8.27568"/> | ||
7055 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42264,23.7463,0.42264,15.4706,2.58192,15.4706,2.58192,23.7463"/> | ||
7056 | + <rect xmlns="http://www.w3.org/2000/svg" y="3.04704" height="17.6544" width="17.653" x="0.00864"/> | ||
7057 | + <path xmlns="http://www.w3.org/2000/svg" d="M17.6609,19.2614c0,0.79272,-0.64512,1.43928,-1.44,1.43928L1.44792,20.7007c-0.79272,0,-1.43928,-0.64656,-1.43928,-1.43928L0.00864,4.4856c0,-0.792,0.64656,-1.43856,1.43928,-1.43856l14.7751,0c0.79416,0,1.43784,0.64656,1.43784,1.43856L17.6609,19.2614L17.6609,19.2614z" fill="#999999"/> | ||
7058 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.61816" r="1.52928" cx="2.57976"/> | ||
7059 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.6448" r="1.52928" cx="15.133"/> | ||
7060 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.198" r="1.52928" cx="15.1063"/> | ||
7061 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.1699" r="1.52928" cx="2.55312"/> | ||
7062 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#3F3F3F" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7063 | + <linearGradient xmlns="http://www.w3.org/2000/svg" x2="-182.577" x1="-192.873" id="SVGID_1_" gradientTransform="matrix(1 0 0 -1 273 -448.8574)" gradientUnits="userSpaceOnUse" y1="-335.051" y2="-335.051"> | ||
7064 | + <stop xmlns="http://www.w3.org/2000/svg" offset="0" style="stop-color:#333333"/> | ||
7065 | + <stop xmlns="http://www.w3.org/2000/svg" offset="1" style="stop-color:#3C3C3C"/> | ||
7066 | + </linearGradient> | ||
7067 | + <circle xmlns="http://www.w3.org/2000/svg" fill="url(#SVGID_1_)" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7068 | + <circle xmlns="http://www.w3.org/2000/svg" cy="12.4855" opacity="0.6" r="4.53024" enable-background="new " cx="8.9244"/> | ||
7069 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#735348" cy="11.9038" r="4.41504" cx="8.84088"/> | ||
7070 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.38176,5.53824c0.03024,-0.072,0.08568,-0.12744,0.16416,-0.14112L2.39472,4.43376C2.33712,4.44312,2.27592,4.4352,2.21904,4.45248L2.2176,4.44816C1.8612,4.55832,1.5948,4.824,1.45872,5.16312L2.38176,5.53824z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7071 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.9335,5.56416c0.02952,-0.07344,0.08496,-0.12888,0.16488,-0.14184l-0.14904,-0.96336c-0.05904,0.0108,-0.11952,0.00144,-0.1764,0.01872l-0.00216,-0.00504c-0.35496,0.10944,-0.62208,0.37512,-0.75816,0.71496L14.9335,5.56416z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7072 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.909,18.1174c0.02952,-0.07344,0.08352,-0.1296,0.16344,-0.14184l-0.14904,-0.96264c-0.05904,0.0108,-0.11952,0.00144,-0.17712,0.01872l-0.00144,-0.0072c-0.35568,0.10944,-0.6228,0.37512,-0.75816,0.71568L14.909,18.1174z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7073 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.35512,18.0907c0.02952,-0.07344,0.08496,-0.12672,0.16488,-0.1404l-0.1512,-0.96408c-0.05904,0.01224,-0.11952,0.00144,-0.1764,0.01944l-0.00144,-0.00504c-0.3564,0.108,-0.6228,0.37512,-0.76032,0.71424L2.35512,18.0907z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7074 | + <path xmlns="http://www.w3.org/2000/svg" d="M10.4206,7.78896c-0.342,-0.1332,-0.702,-0.22896,-1.08288,-0.27216c-0.94752,-0.10584,-1.85472,0.1044,-2.63016,0.53424L6.61104,8.3016c0.86616,-0.46296,1.87488,-0.67752,2.92464,-0.56016c0.32256,0.03744,0.63648,0.10944,0.93672,0.20448L10.4206,7.78896z" fill="#FFFFFF" opacity="0.6" enable-background="new "/> | ||
7075 | + </g> | ||
7076 | +</g> | ||
7077 | +</g></g><g partID='60420'><g transform='translate(304.617,110.337)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7078 | + <g xmlns="http://www.w3.org/2000/svg"> | ||
7079 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,23.7449,14.8219,15.4706,16.9819,15.4706,16.9819,23.7449"/> | ||
7080 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42192,8.27496,0.42192,0.00072,2.58048,0.00072,2.58048,8.27496"/> | ||
7081 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,8.27568,14.8219,0,16.9819,0,16.9819,8.27568"/> | ||
7082 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42264,23.7463,0.42264,15.4706,2.58192,15.4706,2.58192,23.7463"/> | ||
7083 | + <rect xmlns="http://www.w3.org/2000/svg" y="3.04704" height="17.6544" width="17.653" x="0.00864"/> | ||
7084 | + <path xmlns="http://www.w3.org/2000/svg" d="M17.6609,19.2614c0,0.79272,-0.64512,1.43928,-1.44,1.43928L1.44792,20.7007c-0.79272,0,-1.43928,-0.64656,-1.43928,-1.43928L0.00864,4.4856c0,-0.792,0.64656,-1.43856,1.43928,-1.43856l14.7751,0c0.79416,0,1.43784,0.64656,1.43784,1.43856L17.6609,19.2614L17.6609,19.2614z" fill="#999999"/> | ||
7085 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.61816" r="1.52928" cx="2.57976"/> | ||
7086 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.6448" r="1.52928" cx="15.133"/> | ||
7087 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.198" r="1.52928" cx="15.1063"/> | ||
7088 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.1699" r="1.52928" cx="2.55312"/> | ||
7089 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#3F3F3F" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7090 | + <linearGradient xmlns="http://www.w3.org/2000/svg" x2="-182.577" x1="-192.873" id="SVGID_1_" gradientTransform="matrix(1 0 0 -1 273 -448.8574)" gradientUnits="userSpaceOnUse" y1="-335.051" y2="-335.051"> | ||
7091 | + <stop xmlns="http://www.w3.org/2000/svg" offset="0" style="stop-color:#333333"/> | ||
7092 | + <stop xmlns="http://www.w3.org/2000/svg" offset="1" style="stop-color:#3C3C3C"/> | ||
7093 | + </linearGradient> | ||
7094 | + <circle xmlns="http://www.w3.org/2000/svg" fill="url(#SVGID_1_)" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7095 | + <circle xmlns="http://www.w3.org/2000/svg" cy="12.4855" opacity="0.6" r="4.53024" enable-background="new " cx="8.9244"/> | ||
7096 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#735348" cy="11.9038" r="4.41504" cx="8.84088"/> | ||
7097 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.38176,5.53824c0.03024,-0.072,0.08568,-0.12744,0.16416,-0.14112L2.39472,4.43376C2.33712,4.44312,2.27592,4.4352,2.21904,4.45248L2.2176,4.44816C1.8612,4.55832,1.5948,4.824,1.45872,5.16312L2.38176,5.53824z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7098 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.9335,5.56416c0.02952,-0.07344,0.08496,-0.12888,0.16488,-0.14184l-0.14904,-0.96336c-0.05904,0.0108,-0.11952,0.00144,-0.1764,0.01872l-0.00216,-0.00504c-0.35496,0.10944,-0.62208,0.37512,-0.75816,0.71496L14.9335,5.56416z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7099 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.909,18.1174c0.02952,-0.07344,0.08352,-0.1296,0.16344,-0.14184l-0.14904,-0.96264c-0.05904,0.0108,-0.11952,0.00144,-0.17712,0.01872l-0.00144,-0.0072c-0.35568,0.10944,-0.6228,0.37512,-0.75816,0.71568L14.909,18.1174z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7100 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.35512,18.0907c0.02952,-0.07344,0.08496,-0.12672,0.16488,-0.1404l-0.1512,-0.96408c-0.05904,0.01224,-0.11952,0.00144,-0.1764,0.01944l-0.00144,-0.00504c-0.3564,0.108,-0.6228,0.37512,-0.76032,0.71424L2.35512,18.0907z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7101 | + <path xmlns="http://www.w3.org/2000/svg" d="M10.4206,7.78896c-0.342,-0.1332,-0.702,-0.22896,-1.08288,-0.27216c-0.94752,-0.10584,-1.85472,0.1044,-2.63016,0.53424L6.61104,8.3016c0.86616,-0.46296,1.87488,-0.67752,2.92464,-0.56016c0.32256,0.03744,0.63648,0.10944,0.93672,0.20448L10.4206,7.78896z" fill="#FFFFFF" opacity="0.6" enable-background="new "/> | ||
7102 | + </g> | ||
7103 | +</g> | ||
7104 | +</g></g><g partID='60450'><g transform='translate(283.017,110.337)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7105 | + <g xmlns="http://www.w3.org/2000/svg"> | ||
7106 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,23.7449,14.8219,15.4706,16.9819,15.4706,16.9819,23.7449"/> | ||
7107 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42192,8.27496,0.42192,0.00072,2.58048,0.00072,2.58048,8.27496"/> | ||
7108 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,8.27568,14.8219,0,16.9819,0,16.9819,8.27568"/> | ||
7109 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42264,23.7463,0.42264,15.4706,2.58192,15.4706,2.58192,23.7463"/> | ||
7110 | + <rect xmlns="http://www.w3.org/2000/svg" y="3.04704" height="17.6544" width="17.653" x="0.00864"/> | ||
7111 | + <path xmlns="http://www.w3.org/2000/svg" d="M17.6609,19.2614c0,0.79272,-0.64512,1.43928,-1.44,1.43928L1.44792,20.7007c-0.79272,0,-1.43928,-0.64656,-1.43928,-1.43928L0.00864,4.4856c0,-0.792,0.64656,-1.43856,1.43928,-1.43856l14.7751,0c0.79416,0,1.43784,0.64656,1.43784,1.43856L17.6609,19.2614L17.6609,19.2614z" fill="#999999"/> | ||
7112 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.61816" r="1.52928" cx="2.57976"/> | ||
7113 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.6448" r="1.52928" cx="15.133"/> | ||
7114 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.198" r="1.52928" cx="15.1063"/> | ||
7115 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.1699" r="1.52928" cx="2.55312"/> | ||
7116 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#3F3F3F" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7117 | + <linearGradient xmlns="http://www.w3.org/2000/svg" x2="-182.577" x1="-192.873" id="SVGID_1_" gradientTransform="matrix(1 0 0 -1 273 -448.8574)" gradientUnits="userSpaceOnUse" y1="-335.051" y2="-335.051"> | ||
7118 | + <stop xmlns="http://www.w3.org/2000/svg" offset="0" style="stop-color:#333333"/> | ||
7119 | + <stop xmlns="http://www.w3.org/2000/svg" offset="1" style="stop-color:#3C3C3C"/> | ||
7120 | + </linearGradient> | ||
7121 | + <circle xmlns="http://www.w3.org/2000/svg" fill="url(#SVGID_1_)" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7122 | + <circle xmlns="http://www.w3.org/2000/svg" cy="12.4855" opacity="0.6" r="4.53024" enable-background="new " cx="8.9244"/> | ||
7123 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#735348" cy="11.9038" r="4.41504" cx="8.84088"/> | ||
7124 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.38176,5.53824c0.03024,-0.072,0.08568,-0.12744,0.16416,-0.14112L2.39472,4.43376C2.33712,4.44312,2.27592,4.4352,2.21904,4.45248L2.2176,4.44816C1.8612,4.55832,1.5948,4.824,1.45872,5.16312L2.38176,5.53824z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7125 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.9335,5.56416c0.02952,-0.07344,0.08496,-0.12888,0.16488,-0.14184l-0.14904,-0.96336c-0.05904,0.0108,-0.11952,0.00144,-0.1764,0.01872l-0.00216,-0.00504c-0.35496,0.10944,-0.62208,0.37512,-0.75816,0.71496L14.9335,5.56416z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7126 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.909,18.1174c0.02952,-0.07344,0.08352,-0.1296,0.16344,-0.14184l-0.14904,-0.96264c-0.05904,0.0108,-0.11952,0.00144,-0.17712,0.01872l-0.00144,-0.0072c-0.35568,0.10944,-0.6228,0.37512,-0.75816,0.71568L14.909,18.1174z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7127 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.35512,18.0907c0.02952,-0.07344,0.08496,-0.12672,0.16488,-0.1404l-0.1512,-0.96408c-0.05904,0.01224,-0.11952,0.00144,-0.1764,0.01944l-0.00144,-0.00504c-0.3564,0.108,-0.6228,0.37512,-0.76032,0.71424L2.35512,18.0907z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7128 | + <path xmlns="http://www.w3.org/2000/svg" d="M10.4206,7.78896c-0.342,-0.1332,-0.702,-0.22896,-1.08288,-0.27216c-0.94752,-0.10584,-1.85472,0.1044,-2.63016,0.53424L6.61104,8.3016c0.86616,-0.46296,1.87488,-0.67752,2.92464,-0.56016c0.32256,0.03744,0.63648,0.10944,0.93672,0.20448L10.4206,7.78896z" fill="#FFFFFF" opacity="0.6" enable-background="new "/> | ||
7129 | + </g> | ||
7130 | +</g> | ||
7131 | +</g></g><g partID='60480'><g transform='translate(261.417,110.337)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7132 | + <g xmlns="http://www.w3.org/2000/svg"> | ||
7133 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,23.7449,14.8219,15.4706,16.9819,15.4706,16.9819,23.7449"/> | ||
7134 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42192,8.27496,0.42192,0.00072,2.58048,0.00072,2.58048,8.27496"/> | ||
7135 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="14.8219,8.27568,14.8219,0,16.9819,0,16.9819,8.27568"/> | ||
7136 | + <polygon xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" points="0.42264,23.7463,0.42264,15.4706,2.58192,15.4706,2.58192,23.7463"/> | ||
7137 | + <rect xmlns="http://www.w3.org/2000/svg" y="3.04704" height="17.6544" width="17.653" x="0.00864"/> | ||
7138 | + <path xmlns="http://www.w3.org/2000/svg" d="M17.6609,19.2614c0,0.79272,-0.64512,1.43928,-1.44,1.43928L1.44792,20.7007c-0.79272,0,-1.43928,-0.64656,-1.43928,-1.43928L0.00864,4.4856c0,-0.792,0.64656,-1.43856,1.43928,-1.43856l14.7751,0c0.79416,0,1.43784,0.64656,1.43784,1.43856L17.6609,19.2614L17.6609,19.2614z" fill="#999999"/> | ||
7139 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.61816" r="1.52928" cx="2.57976"/> | ||
7140 | + <circle xmlns="http://www.w3.org/2000/svg" cy="5.6448" r="1.52928" cx="15.133"/> | ||
7141 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.198" r="1.52928" cx="15.1063"/> | ||
7142 | + <circle xmlns="http://www.w3.org/2000/svg" cy="18.1699" r="1.52928" cx="2.55312"/> | ||
7143 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#3F3F3F" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7144 | + <linearGradient xmlns="http://www.w3.org/2000/svg" x2="-182.577" x1="-192.873" id="SVGID_1_" gradientTransform="matrix(1 0 0 -1 273 -448.8574)" gradientUnits="userSpaceOnUse" y1="-335.051" y2="-335.051"> | ||
7145 | + <stop xmlns="http://www.w3.org/2000/svg" offset="0" style="stop-color:#333333"/> | ||
7146 | + <stop xmlns="http://www.w3.org/2000/svg" offset="1" style="stop-color:#3C3C3C"/> | ||
7147 | + </linearGradient> | ||
7148 | + <circle xmlns="http://www.w3.org/2000/svg" fill="url(#SVGID_1_)" cy="11.8735" r="5.148" cx="8.8344"/> | ||
7149 | + <circle xmlns="http://www.w3.org/2000/svg" cy="12.4855" opacity="0.6" r="4.53024" enable-background="new " cx="8.9244"/> | ||
7150 | + <circle xmlns="http://www.w3.org/2000/svg" fill="#735348" cy="11.9038" r="4.41504" cx="8.84088"/> | ||
7151 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.38176,5.53824c0.03024,-0.072,0.08568,-0.12744,0.16416,-0.14112L2.39472,4.43376C2.33712,4.44312,2.27592,4.4352,2.21904,4.45248L2.2176,4.44816C1.8612,4.55832,1.5948,4.824,1.45872,5.16312L2.38176,5.53824z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7152 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.9335,5.56416c0.02952,-0.07344,0.08496,-0.12888,0.16488,-0.14184l-0.14904,-0.96336c-0.05904,0.0108,-0.11952,0.00144,-0.1764,0.01872l-0.00216,-0.00504c-0.35496,0.10944,-0.62208,0.37512,-0.75816,0.71496L14.9335,5.56416z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7153 | + <path xmlns="http://www.w3.org/2000/svg" d="M14.909,18.1174c0.02952,-0.07344,0.08352,-0.1296,0.16344,-0.14184l-0.14904,-0.96264c-0.05904,0.0108,-0.11952,0.00144,-0.17712,0.01872l-0.00144,-0.0072c-0.35568,0.10944,-0.6228,0.37512,-0.75816,0.71568L14.909,18.1174z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7154 | + <path xmlns="http://www.w3.org/2000/svg" d="M2.35512,18.0907c0.02952,-0.07344,0.08496,-0.12672,0.16488,-0.1404l-0.1512,-0.96408c-0.05904,0.01224,-0.11952,0.00144,-0.1764,0.01944l-0.00144,-0.00504c-0.3564,0.108,-0.6228,0.37512,-0.76032,0.71424L2.35512,18.0907z" fill="#FFFFFF" opacity="0.5" enable-background="new "/> | ||
7155 | + <path xmlns="http://www.w3.org/2000/svg" d="M10.4206,7.78896c-0.342,-0.1332,-0.702,-0.22896,-1.08288,-0.27216c-0.94752,-0.10584,-1.85472,0.1044,-2.63016,0.53424L6.61104,8.3016c0.86616,-0.46296,1.87488,-0.67752,2.92464,-0.56016c0.32256,0.03744,0.63648,0.10944,0.93672,0.20448L10.4206,7.78896z" fill="#FFFFFF" opacity="0.6" enable-background="new "/> | ||
7156 | + </g> | ||
7157 | +</g> | ||
7158 | +</g></g><g partID='66000'><g transform='translate(147.512,80.5784)' ><g id="breadboard"> | ||
7159 | + <rect id="0.1.0" fill="#0E0E0E" y="0.583" height="0.647" width="1.517" x="13.858"/> | ||
7160 | + <g id="0.1.1"> | ||
7161 | + <polygon id="connector0pin" fill="none" points="6.879,58.632,7.955,58.632,7.955,59.749,6.879,59.749"/> | ||
7162 | + <polygon id="connector0terminal" fill="none" points="6.864,59.196,7.952,59.196,7.957,59.751,6.858,59.751"/> | ||
7163 | + <polygon id="connector1pin" fill="none" points="14.054,58.636,15.176,58.636,15.17,59.749,14.059,59.749"/> | ||
7164 | + <polygon id="connector1terminal" fill="none" points="14.042,59.196,15.188,59.196,15.198,59.751,14.033,59.751"/> | ||
7165 | + <polygon id="connector2pin" fill="none" points="21.283,58.632,22.36,58.632,22.35,59.749,21.289,59.749"/> | ||
7166 | + <polygon id="connector2terminal" fill="none" points="21.285,59.196,22.356,59.196,22.362,59.751,21.28,59.751"/> | ||
7167 | + </g> | ||
7168 | + <g transform="matrix(1, 0, 0, 1, 100, 144.521)"> | ||
7169 | + <g id="0.1.2"> | ||
7170 | + <g id="0.1.2"> | ||
7171 | + <g id="0.1.2.0"> | ||
7172 | + <g id="0.1.2"> | ||
7173 | + <g transform="matrix(1, 0, 0, 1, 1388.89, 1968.75)"> | ||
7174 | + <g id="0.1.2.0.0.0.0"> | ||
7175 | + <g id="0.1.2.0.0.0"> | ||
7176 | + <g id="0.1.2.0.0.0.0"> | ||
7177 | + <g id="0.1.2.0"> | ||
7178 | + <g id="0.1.2.0.0"> | ||
7179 | + <path id="0.1.2.0.0.0" d="M-1461.32,-2058.48c0,1.418,-1.154,2.566,-2.574,2.566l-20.82,0c-1.426,0,-2.578,-1.15,-2.578,-2.566l0,-28.688c0,-1.417,1.152,-2.569,2.578,-2.569l20.817,0c1.425,0,2.573,1.152,2.573,2.569l0,28.688L-1461.32,-2058.48z" fill="#0A0A0A"/> | ||
7180 | + <path id="0.1.2.0.0.1" d="M-1461.32,-2063.17c0,1.422,-1.152,2.572,-2.575,2.572l-20.807,0c-1.423,0,-2.576,-1.15,-2.576,-2.572l0,-28.75c0,-1.423,1.152,-2.574,2.576,-2.574l20.809,0c1.423,0,2.573,1.152,2.573,2.574L-1461.32,-2063.17L-1461.32,-2063.17z" fill="#1A1A1A"/> | ||
7181 | + <path id="0.1.2.0.0.2" d="M-1461.32,-2064.29c0,1.422,-1.152,2.574,-2.575,2.574l-20.807,0c-1.423,0,-2.576,-1.15,-2.576,-2.574l0,-27.63c0,-1.423,1.152,-2.574,2.576,-2.574l20.809,0c1.423,0,2.573,1.154,2.573,2.574L-1461.32,-2064.29L-1461.32,-2064.29z" fill="#ABABAB"/> | ||
7182 | + <path id="0.1.2.0.0.3" d="M-1487.28,-2091.74c0,-1.42,1.154,-2.574,2.578,-2.574l20.809,0c1.421,0,2.573,1.151,2.573,2.574l0,-0.173c0,-1.421,-1.152,-2.574,-2.573,-2.574l-20.809,0c-1.423,0,-2.578,1.15,-2.578,2.574L-1487.28,-2091.74z" fill="#CCCCCC"/> | ||
7183 | + <path id="0.1.2.0.0.4" d="M-1461.32,-2064.46c0,1.42,-1.15,2.572,-2.573,2.572l-20.809,0c-1.422,0,-2.576,-1.15,-2.576,-2.572l0,0.174c0,1.422,1.153,2.574,2.576,2.574l20.809,0c1.423,0,2.573,-1.15,2.573,-2.574L-1461.32,-2064.46z" fill="#666666"/> | ||
7184 | + <path id="0.1.2.0.0.5" d="M-1463.98,-2066.3c0.980001,0,1.774,0.795,1.774,1.773c0,0.977,-0.794,1.77,-1.774,1.77c-0.977001,0,-1.771,-0.793,-1.771,-1.77C-1465.75,-2065.51,-1464.96,-2066.3,-1463.98,-2066.3z"/> | ||
7185 | + <circle id="0.1.2.0.0.6" cy="-2064.53" r="1.771" cx="-1484.62"/> | ||
7186 | + <circle id="0.1.2.0.0.7" cy="-2091.82" r="1.772" cx="-1463.98"/> | ||
7187 | + <circle id="0.1.2.0.0.8" cy="-2091.82" r="1.772" cx="-1484.62"/> | ||
7188 | + <path id="0.1.2.0.0.9" d="M-1463.98,-2066.23c0.787,0,1.42,0.637,1.42,1.42s-0.633,1.418,-1.42,1.418c-0.78,0,-1.418,-0.635,-1.418,-1.418S-1464.76,-2066.23,-1463.98,-2066.23z" fill="#0D0D0D"/> | ||
7189 | + <circle id="0.1.2.0.0.10" fill="#0D0D0D" cy="-2064.82" r="1.419" cx="-1484.62"/> | ||
7190 | + <circle id="0.1.2.0.0.11" fill="#0D0D0D" cy="-2092.1" r="1.418" cx="-1463.98"/> | ||
7191 | + <circle id="0.1.2.0.0.12" fill="#0D0D0D" cy="-2092.1" r="1.418" cx="-1484.62"/> | ||
7192 | + <path id="0.1.2.0.0.13" d="M-1480.67,-2077.58c0.276,-3.271,3.046,-5.848,6.392,-5.848c3.347,0,6.117,2.576,6.392,5.848l0,-5.246c-0.277,-3.275,-3.096,-15.334,-6.44,-15.334c-3.347,0,-6.066,12.061,-6.343,15.334L-1480.67,-2077.58z" fill="#666666"/> | ||
7193 | + <circle id="0.1.2.0.0.14" fill="#666666" cy="-2077.87" r="6.81" cx="-1474.3"/> | ||
7194 | + <circle id="0.1.2.0.0.15" cy="-2077.87" r="6.551" cx="-1474.3"/> | ||
7195 | + <polygon id="0.1.2.0.0.16" opacity="0.7" points="-1467.94,-2107.79,-1467.94,-2108.71,-1468.24,-2108.82,-1468.24,-2109.66,-1468.71,-2109.76,-1468.71,-2110.54,-1469.36,-2110.57,-1469.36,-2111.35,-1470.16,-2111.26,-1470.16,-2112.04,-1471.04,-2111.81,-1471.08,-2112.6,-1471.9,-2112.24,-1472.11,-2113.02,-1472.84,-2112.54,-1473.2,-2113.27,-1473.83,-2112.69,-1473.83,-2112.69,-1473.93,-2107.73,-1474.94,-2107.75,-1474.84,-2112.69,-1475.46,-2113.27,-1475.81,-2112.54,-1476.55,-2113.02,-1476.75,-2112.24,-1477.57,-2112.6,-1477.62,-2111.81,-1478.5,-2112.04,-1478.5,-2111.26,-1479.29,-2111.35,-1479.29,-2110.57,-1479.95,-2110.54,-1479.95,-2109.76,-1480.43,-2109.66,-1480.43,-2108.82,-1480.72,-2108.71,-1480.72,-2107.8,-1480.82,-2107.74,-1480.82,-2097.88,-1480.72,-2097.83,-1480.72,-2096.9,-1480.43,-2096.8,-1480.43,-2095.96,-1479.95,-2095.87,-1479.95,-2095.07,-1479.3,-2095.04,-1479.3,-2094.27,-1478.5,-2094.36,-1478.5,-2093.58,-1477.62,-2093.81,-1477.58,-2093.01,-1476.75,-2093.38,-1476.55,-2092.6,-1475.81,-2093.08,-1475.46,-2092.35,-1474.83,-2092.93,-1474.33,-2092.26,-1473.83,-2092.93,-1473.2,-2092.35,-1472.84,-2093.08,-1472.11,-2092.6,-1471.91,-2093.38,-1471.08,-2093.01,-1471.04,-2093.81,-1470.16,-2093.58,-1470.16,-2094.36,-1469.36,-2094.27,-1469.36,-2095.04,-1468.71,-2095.07,-1468.71,-2095.87,-1468.24,-2095.96,-1468.24,-2096.8,-1467.94,-2096.9,-1467.94,-2097.83,-1467.85,-2097.88,-1467.85,-2107.74"/> | ||
7196 | + <path id="0.1.2.0.0.17" d="M-1467.94,-2097.11l0,-10.573l0.0930001,-0.053l-0.77,-0.433l0.677,-0.539l-0.851,-0.311l0.552,-0.64l-0.893,-0.176l0.418,-0.708l-0.919001,-0.042l0.272,-0.762l-0.915001,0.1l0.117,-0.792l-0.887,0.235l-0.042,-0.796l-0.819,0.363l-0.209,-0.781l-0.73,0.48l-0.358,-0.731l-0.627,0.583l-1.007,0l-0.625,-0.583l-0.354,0.731l-0.734,-0.48l-0.204,0.781l-0.817,-0.363l-0.047,0.796l-0.879,-0.235l0.115,0.792l-0.913001,-0.1l0.268,0.762l-0.919001,0.042l0.418,0.708l-0.898,0.176l0.554,0.64l-0.846,0.311l0.671,0.539l-0.773,0.433l0.149,0.083l0,0.859l-0.047,0.038l0.047,0.017l0,9.643l0,0.848l0,18.934c0.275,3.271,3.045,5.85,6.391,5.85c3.349,0,6.119,-2.578,6.392,-5.85l0,-19.796l-0.046,0L-1467.94,-2097.11z" fill="#060606"/> | ||
7197 | + <g id="0.1.2.0.0.18"> | ||
7198 | + <g id="0.1.2.0.0.18.0"> | ||
7199 | + <g id="0.1.2.0.0.18.0.0"> | ||
7200 | + <g id="0.1.2.0.0.18.0.0.0"> | ||
7201 | + <g id="0.1.2.0.0.18.0.0.0.0" opacity="0.8"> | ||
7202 | + <polygon id="0.1.2.0.0.18.0.0.0.0.0" fill="#1A1A1A" points="-1470.16,-2112.04,-1470.16,-2102.8,-1470.27,-2102.01,-1470.27,-2111.25"/> | ||
7203 | + </g> | ||
7204 | + <g id="0.1.2.0.0.18.0.0.0.1" opacity="0.8"> | ||
7205 | + <polygon id="0.1.2.0.0.18.0.0.0.1.0" fill="#1A1A1A" points="-1478.38,-2111.25,-1478.38,-2102.01,-1478.5,-2102.8,-1478.5,-2112.04"/> | ||
7206 | + </g> | ||
7207 | + <g id="0.1.2.0.0.18.0.0.0.2" opacity="0.8"> | ||
7208 | + <polygon id="0.1.2.0.0.18.0.0.0.2.0" fill="#1A1A1A" points="-1479.03,-2110.59,-1479.03,-2101.35,-1479.29,-2102.11,-1479.29,-2111.35"/> | ||
7209 | + </g> | ||
7210 | + <g id="0.1.2.0.0.18.0.0.0.3" opacity="0.8"> | ||
7211 | + <polygon id="0.1.2.0.0.18.0.0.0.3.0" fill="#1A1A1A" points="-1469.36,-2111.35,-1469.36,-2102.11,-1469.63,-2101.35,-1469.63,-2110.59"/> | ||
7212 | + </g> | ||
7213 | + <g id="0.1.2.0.0.18.0.0.0.4" opacity="0.8"> | ||
7214 | + <polygon id="0.1.2.0.0.18.0.0.0.4.0" fill="#1A1A1A" points="-1479.53,-2109.84,-1479.53,-2100.6,-1479.95,-2101.31,-1479.95,-2110.54"/> | ||
7215 | + </g> | ||
7216 | + <g id="0.1.2.0.0.18.0.0.0.5" opacity="0.8"> | ||
7217 | + <polygon id="0.1.2.0.0.18.0.0.0.5.0" fill="#1A1A1A" points="-1468.71,-2110.54,-1468.71,-2101.31,-1469.13,-2100.6,-1469.13,-2109.84"/> | ||
7218 | + </g> | ||
7219 | + <g id="0.1.2.0.0.18.0.0.0.6" opacity="0.8"> | ||
7220 | + <polygon id="0.1.2.0.0.18.0.0.0.6.0" fill="#1A1A1A" points="-1468.24,-2109.66,-1468.24,-2100.42,-1468.79,-2099.43,-1468.79,-2109.02"/> | ||
7221 | + </g> | ||
7222 | + <g id="0.1.2.0.0.18.0.0.0.7" opacity="0.8"> | ||
7223 | + <polygon id="0.1.2.0.0.18.0.0.0.7.0" fill="#1A1A1A" points="-1479.87,-2109.02,-1479.87,-2099.43,-1480.43,-2100.42,-1480.43,-2109.66"/> | ||
7224 | + </g> | ||
7225 | + <g id="0.1.2.0.0.18.0.0.0.8" opacity="0.8"> | ||
7226 | + <polygon id="0.1.2.0.0.18.0.0.0.8.0" fill="#1A1A1A" points="-1467.94,-2108.71,-1467.94,-2099.12,-1468.61,-2098.58,-1468.61,-2108.17"/> | ||
7227 | + </g> | ||
7228 | + <g id="0.1.2.0.0.18.0.0.0.9" opacity="0.8"> | ||
7229 | + <polygon id="0.1.2.0.0.18.0.0.0.9.0" fill="#1A1A1A" points="-1480.05,-2108.17,-1480.05,-2098.58,-1480.72,-2099.12,-1480.72,-2108.71"/> | ||
7230 | + </g> | ||
7231 | + <g id="0.1.2.0.0.18.0.0.0.10" opacity="0.8"> | ||
7232 | + <polygon id="0.1.2.0.0.18.0.0.0.10.0" fill="#1A1A1A" points="-1467.85,-2107.74,-1467.85,-2098.15,-1468.61,-2097.71,-1468.61,-2107.31"/> | ||
7233 | + </g> | ||
7234 | + <g id="0.1.2.0.0.18.0.0.0.11" opacity="0.8"> | ||
7235 | + <polygon id="0.1.2.0.0.18.0.0.0.11.0" fill="#1A1A1A" points="-1480.05,-2107.31,-1480.05,-2097.71,-1480.82,-2098.15,-1480.82,-2107.74"/> | ||
7236 | + </g> | ||
7237 | + <g id="0.1.2.0.0.18.0.0.0.12" opacity="0.8"> | ||
7238 | + <polygon id="0.1.2.0.0.18.0.0.0.12.0" fill="#1A1A1A" points="-1479.87,-2106.45,-1479.87,-2096.86,-1480.72,-2097.17,-1480.72,-2106.76"/> | ||
7239 | + </g> | ||
7240 | + <g id="0.1.2.0.0.18.0.0.0.13" opacity="0.8"> | ||
7241 | + <polygon id="0.1.2.0.0.18.0.0.0.13.0" fill="#1A1A1A" points="-1467.94,-2106.76,-1467.94,-2097.17,-1468.79,-2096.86,-1468.79,-2106.45"/> | ||
7242 | + </g> | ||
7243 | + <g id="0.1.2.0.0.18.0.0.0.14" opacity="0.8"> | ||
7244 | + <polygon id="0.1.2.0.0.18.0.0.0.14.0" fill="#1A1A1A" points="-1468.24,-2105.82,-1468.24,-2096.22,-1469.13,-2096.04,-1469.13,-2105.64"/> | ||
7245 | + </g> | ||
7246 | + <g id="0.1.2.0.0.18.0.0.0.15" opacity="0.8"> | ||
7247 | + <polygon id="0.1.2.0.0.18.0.0.0.15.0" fill="#1A1A1A" points="-1479.53,-2105.64,-1479.53,-2096.04,-1480.43,-2096.22,-1480.43,-2105.82"/> | ||
7248 | + </g> | ||
7249 | + <g id="0.1.2.0.0.18.0.0.0.16" opacity="0.8"> | ||
7250 | + <polygon id="0.1.2.0.0.18.0.0.0.16.0" fill="#1A1A1A" points="-1479.03,-2104.89,-1479.03,-2095.29,-1479.95,-2095.33,-1479.95,-2104.93"/> | ||
7251 | + </g> | ||
7252 | + <g id="0.1.2.0.0.18.0.0.0.17" opacity="0.8"> | ||
7253 | + <polygon id="0.1.2.0.0.18.0.0.0.17.0" fill="#1A1A1A" points="-1468.71,-2104.93,-1468.71,-2095.33,-1469.63,-2095.29,-1469.63,-2104.89"/> | ||
7254 | + </g> | ||
7255 | + <g id="0.1.2.0.0.18.0.0.0.18" opacity="0.8"> | ||
7256 | + <polygon id="0.1.2.0.0.18.0.0.0.18.0" fill="#1A1A1A" points="-1478.38,-2104.22,-1478.38,-2094.63,-1479.3,-2094.53,-1479.3,-2104.12"/> | ||
7257 | + </g> | ||
7258 | + <g id="0.1.2.0.0.18.0.0.0.19" opacity="0.8"> | ||
7259 | + <polygon id="0.1.2.0.0.18.0.0.0.19.0" fill="#1A1A1A" points="-1469.36,-2104.12,-1469.36,-2094.53,-1470.27,-2094.63,-1470.27,-2104.22"/> | ||
7260 | + </g> | ||
7261 | + <g id="0.1.2.0.0.18.0.0.0.20" opacity="0.8"> | ||
7262 | + <polygon id="0.1.2.0.0.18.0.0.0.20.0" fill="#1A1A1A" points="-1470.16,-2103.43,-1470.16,-2093.84,-1471.04,-2094.07,-1471.04,-2103.67"/> | ||
7263 | + </g> | ||
7264 | + <g id="0.1.2.0.0.18.0.0.0.21" opacity="0.8"> | ||
7265 | + <polygon id="0.1.2.0.0.18.0.0.0.21.0" fill="#1A1A1A" points="-1477.62,-2103.67,-1477.62,-2094.07,-1478.5,-2093.84,-1478.5,-2103.43"/> | ||
7266 | + </g> | ||
7267 | + <g id="0.1.2.0.0.18.0.0.0.22" opacity="0.8"> | ||
7268 | + <polygon id="0.1.2.0.0.18.0.0.0.22.0" fill="#1A1A1A" points="-1477.58,-2102.87,-1477.58,-2093.28,-1477.62,-2094.07,-1477.62,-2103.67"/> | ||
7269 | + </g> | ||
7270 | + <g id="0.1.2.0.0.18.0.0.0.23" opacity="0.8"> | ||
7271 | + <polygon id="0.1.2.0.0.18.0.0.0.23.0" fill="#1A1A1A" points="-1471.04,-2103.67,-1471.04,-2094.07,-1471.08,-2093.28,-1471.08,-2102.87"/> | ||
7272 | + </g> | ||
7273 | + <g id="0.1.2.0.0.18.0.0.0.24" opacity="0.8"> | ||
7274 | + <polygon id="0.1.2.0.0.18.0.0.0.24.0" fill="#1A1A1A" points="-1476.75,-2103.23,-1476.75,-2093.64,-1477.58,-2093.28,-1477.58,-2102.87"/> | ||
7275 | + </g> | ||
7276 | + <g id="0.1.2.0.0.18.0.0.0.25" opacity="0.8"> | ||
7277 | + <polygon id="0.1.2.0.0.18.0.0.0.25.0" fill="#1A1A1A" points="-1471.08,-2102.87,-1471.08,-2093.28,-1471.91,-2093.64,-1471.91,-2103.23"/> | ||
7278 | + </g> | ||
7279 | + <g id="0.1.2.0.0.18.0.0.0.26" opacity="0.8"> | ||
7280 | + <polygon id="0.1.2.0.0.18.0.0.0.26.0" fill="#1A1A1A" points="-1476.55,-2102.46,-1476.55,-2092.86,-1476.75,-2093.64,-1476.75,-2103.23"/> | ||
7281 | + </g> | ||
7282 | + <g id="0.1.2.0.0.18.0.0.0.27" opacity="0.8"> | ||
7283 | + <polygon id="0.1.2.0.0.18.0.0.0.27.0" fill="#1A1A1A" points="-1475.81,-2102.94,-1475.81,-2093.35,-1476.55,-2092.86,-1476.55,-2102.46"/> | ||
7284 | + </g> | ||
7285 | + <g id="0.1.2.0.0.18.0.0.0.28" opacity="0.8"> | ||
7286 | + <polygon id="0.1.2.0.0.18.0.0.0.28.0" fill="#1A1A1A" points="-1472.11,-2102.46,-1472.11,-2092.86,-1472.84,-2093.35,-1472.84,-2102.94"/> | ||
7287 | + </g> | ||
7288 | + <g id="0.1.2.0.0.18.0.0.0.29" opacity="0.8"> | ||
7289 | + <polygon id="0.1.2.0.0.18.0.0.0.29.0" fill="#1A1A1A" points="-1471.91,-2103.23,-1471.91,-2093.64,-1472.11,-2092.86,-1472.11,-2102.46"/> | ||
7290 | + </g> | ||
7291 | + <g id="0.1.2.0.0.18.0.0.0.30" opacity="0.8"> | ||
7292 | + <polygon id="0.1.2.0.0.18.0.0.0.30.0" fill="#1A1A1A" points="-1474.83,-2102.79,-1474.83,-2093.2,-1475.46,-2092.61,-1475.46,-2102.2"/> | ||
7293 | + </g> | ||
7294 | + <g id="0.1.2.0.0.18.0.0.0.31" opacity="0.8"> | ||
7295 | + <polygon id="0.1.2.0.0.18.0.0.0.31.0" fill="#1A1A1A" points="-1473.2,-2102.2,-1473.2,-2092.61,-1473.83,-2093.2,-1473.83,-2102.79"/> | ||
7296 | + </g> | ||
7297 | + <g id="0.1.2.0.0.18.0.0.0.32" opacity="0.8"> | ||
7298 | + <polygon id="0.1.2.0.0.18.0.0.0.32.0" fill="#1A1A1A" points="-1472.84,-2102.94,-1472.84,-2093.35,-1473.2,-2092.61,-1473.2,-2102.2"/> | ||
7299 | + </g> | ||
7300 | + <g id="0.1.2.0.0.18.0.0.0.33" opacity="0.8"> | ||
7301 | + <polygon id="0.1.2.0.0.18.0.0.0.33.0" fill="#1A1A1A" points="-1475.46,-2102.2,-1475.46,-2092.61,-1475.81,-2093.35,-1475.81,-2102.94"/> | ||
7302 | + </g> | ||
7303 | + <g id="0.1.2.0.0.18.0.0.0.34" opacity="0.8"> | ||
7304 | + <polygon id="0.1.2.0.0.18.0.0.0.34.0" fill="#1A1A1A" points="-1473.83,-2102.79,-1473.83,-2093.2,-1474.33,-2092.53,-1474.33,-2102.12"/> | ||
7305 | + </g> | ||
7306 | + <g id="0.1.2.0.0.18.0.0.0.35" opacity="0.8"> | ||
7307 | + <polygon id="0.1.2.0.0.18.0.0.0.35.0" fill="#1A1A1A" points="-1474.33,-2102.12,-1474.33,-2092.53,-1474.83,-2093.2,-1474.83,-2102.79"/> | ||
7308 | + </g> | ||
7309 | + <polygon id="0.1.2.0.0.18.0.0.0.36" fill="#1A1A1A" points="-1468.61,-2107.31,-1467.85,-2107.74,-1468.61,-2108.17,-1467.94,-2108.71,-1468.79,-2109.02,-1468.24,-2109.66,-1469.13,-2109.84,-1468.71,-2110.54,-1469.63,-2110.59,-1469.36,-2111.35,-1470.27,-2111.25,-1470.16,-2112.04,-1471.04,-2111.81,-1471.08,-2112.6,-1471.9,-2112.24,-1472.11,-2113.02,-1472.84,-2112.54,-1473.2,-2113.27,-1473.83,-2112.69,-1473.83,-2112.69,-1473.93,-2107.73,-1474.94,-2107.75,-1474.84,-2112.69,-1475.46,-2113.27,-1475.81,-2112.54,-1476.55,-2113.02,-1476.75,-2112.24,-1477.57,-2112.6,-1477.62,-2111.81,-1478.5,-2112.04,-1478.38,-2111.25,-1479.29,-2111.35,-1479.03,-2110.59,-1479.95,-2110.54,-1479.53,-2109.84,-1480.43,-2109.66,-1479.87,-2109.02,-1480.72,-2108.71,-1480.05,-2108.17,-1480.82,-2107.74,-1480.05,-2107.31,-1480.72,-2106.76,-1479.87,-2106.45,-1480.43,-2105.82,-1479.53,-2105.64,-1479.95,-2104.93,-1479.03,-2104.89,-1479.3,-2104.12,-1478.38,-2104.22,-1478.5,-2103.43,-1477.62,-2103.67,-1477.58,-2102.87,-1476.75,-2103.23,-1476.55,-2102.46,-1475.81,-2102.94,-1475.46,-2102.2,-1474.83,-2102.79,-1474.33,-2102.12,-1473.83,-2102.79,-1473.2,-2102.2,-1472.84,-2102.94,-1472.11,-2102.46,-1471.91,-2103.23,-1471.08,-2102.87,-1471.04,-2103.67,-1470.16,-2103.43,-1470.27,-2104.22,-1469.36,-2104.12,-1469.63,-2104.89,-1468.71,-2104.93,-1469.13,-2105.64,-1468.24,-2105.82,-1468.79,-2106.45,-1467.94,-2106.76"/> | ||
7310 | + </g> | ||
7311 | + </g> | ||
7312 | + </g> | ||
7313 | + </g> | ||
7314 | + <rect id="0.1.2.0.0.19" fill="#1A1A1A" y="-2060.14" height="1.209" width="10.742" x="-1479.63"/> | ||
7315 | + <rect id="0.1.2.0.0.20" fill="#0E0E0E" y="-2061.71" height="1.576" width="10.742" x="-1479.63"/> | ||
7316 | + </g> | ||
7317 | + </g> | ||
7318 | + </g> | ||
7319 | + </g> | ||
7320 | + </g> | ||
7321 | + </g> | ||
7322 | + </g> | ||
7323 | + </g> | ||
7324 | + </g> | ||
7325 | + </g> | ||
7326 | + </g> | ||
7327 | + <ellipse id="0.1.3" fill="#0E0E0E" ry="4.507" cy="5.531" rx="5.515" cx="14.455"/> | ||
7328 | + <g id="0.1.4"> | ||
7329 | + <path id="0.1.4.0" d="M14.956,5.542l0.091,-4.468c-0.196,-0.018,-0.39,-0.05,-0.592,-0.05c-0.141,0,-0.271,0.025,-0.411,0.033l-0.09,4.462L14.956,5.542z"/> | ||
7330 | + </g> | ||
7331 | + <g id="0.1.5"> | ||
7332 | + <g id="breadboard_1_"> | ||
7333 | + <rect id="0.1.5.0.0" fill="#8C8C8C" y="58.37" height="1.381" width="1.191" x="21.225"/> | ||
7334 | + <rect id="0.1.5.0.1" fill="#8C8C8C" y="58.37" height="1.381" width="1.191" x="14.02"/> | ||
7335 | + <rect id="0.1.5.0.2" fill="#8C8C8C" y="58.37" height="1.381" width="1.19" x="6.823"/> | ||
7336 | + </g> | ||
7337 | + <g id="breadboard"> | ||
7338 | + <g id="0.1.5.1.0"> | ||
7339 | + <path id="0.1.5.1.0.0" d="M20.615,56.093c0,-0.084,0.07,-0.154,0.154,-0.154l2.104,0c0.084,0,0.152,0.07,0.152,0.154l0,2.303c0,0.084,-0.068,0.154,-0.152,0.154L20.77,58.55c-0.084,0,-0.154,-0.07,-0.154,-0.154L20.616,56.093z" fill="#8C8C8C"/> | ||
7340 | + </g> | ||
7341 | + <g id="0.1.5.1.1"> | ||
7342 | + <path id="0.1.5.1.1.0" d="M13.412,56.093c0,-0.084,0.068,-0.154,0.152,-0.154l2.104,0c0.084,0,0.152,0.07,0.152,0.154l0,2.303c0,0.084,-0.068,0.154,-0.152,0.154l-2.104,0c-0.084,0,-0.152,-0.07,-0.152,-0.154L13.412,56.093z" fill="#8C8C8C"/> | ||
7343 | + </g> | ||
7344 | + <g id="0.1.5.1.2"> | ||
7345 | + <path id="0.1.5.1.2.0" d="M6.211,56.093c0,-0.084,0.069,-0.154,0.153,-0.154l2.104,0c0.084,0,0.153,0.07,0.153,0.154l0,2.303c0,0.084,-0.069,0.154,-0.153,0.154L6.364,58.55c-0.084,0,-0.153,-0.07,-0.153,-0.154L6.211,56.093z" fill="#8C8C8C"/> | ||
7346 | + </g> | ||
7347 | + </g> | ||
7348 | + <g id="breadboard_3_" opacity="0.2"> | ||
7349 | + <rect id="0.1.5.2.0" y="55.938" height="0.164" width="2.41" x="20.615"/> | ||
7350 | + <rect id="0.1.5.2.1" y="55.938" height="0.164" width="2.408" x="13.412"/> | ||
7351 | + <rect id="0.1.5.2.2" y="55.938" height="0.164" width="2.409" x="6.211"/> | ||
7352 | + </g> | ||
7353 | + <g id="breadboard_4_"> | ||
7354 | + <rect id="0.1.5.3.0" y="55.772" height="0.166" width="2.41" x="20.615"/> | ||
7355 | + <rect id="0.1.5.3.1" y="55.772" height="0.166" width="2.408" x="13.412"/> | ||
7356 | + <rect id="0.1.5.3.2" y="55.772" height="0.166" width="2.409" x="6.211"/> | ||
7357 | + </g> | ||
7358 | + <g id="0.1.5.4"> | ||
7359 | + <path id="0.1.5.4.0" d="M7.736,59.462c0,0.098,-0.0940001,0.18,-0.21,0.18L7.305,59.642c-0.116,0,-0.21,-0.082,-0.21,-0.18l0,-1.475c0,-0.098,0.0940001,-0.18,0.21,-0.18l0.221,0c0.116,0,0.21,0.082,0.21,0.18L7.736,59.462z" fill="#808080"/> | ||
7360 | + <path id="0.1.5.4.1" d="M7.736,58.124c0,-0.115,-0.0940001,-0.211,-0.21,-0.211L7.305,57.913c-0.116,0,-0.21,0.096,-0.21,0.211l0,-0.105c0,-0.115,0.0940001,-0.211,0.21,-0.211l0.221,0c0.116,0,0.21,0.096,0.21,0.211L7.736,58.124z" opacity="0.1"/> | ||
7361 | + <path id="0.1.5.4.2" d="M7.095,59.372c0,0.098,0.0940001,0.18,0.21,0.18l0.221,0c0.116,0,0.21,-0.082,0.21,-0.18l0,0.09c0,0.098,-0.0940001,0.18,-0.21,0.18L7.305,59.642c-0.116,0,-0.21,-0.082,-0.21,-0.18L7.095,59.372z" fill="#FFFFFF" opacity="0.15"/> | ||
7362 | + </g> | ||
7363 | + <g id="0.1.5.5"> | ||
7364 | + <path id="0.1.5.5.0" d="M14.936,59.462c0,0.098,-0.0940001,0.18,-0.211,0.18l-0.221,0c-0.115,0,-0.209,-0.082,-0.209,-0.18l0,-1.475c0,-0.098,0.0940001,-0.18,0.209,-0.18l0.221,0c0.117,0,0.211,0.082,0.211,0.18L14.936,59.462z" fill="#808080"/> | ||
7365 | + <path id="0.1.5.5.1" d="M14.936,58.124c0,-0.115,-0.0940001,-0.211,-0.211,-0.211l-0.221,0c-0.115,0,-0.209,0.096,-0.209,0.211l0,-0.105c0,-0.115,0.0940001,-0.211,0.209,-0.211l0.221,0c0.117,0,0.211,0.096,0.211,0.211L14.936,58.124z" opacity="0.1"/> | ||
7366 | + <path id="0.1.5.5.2" d="M14.295,59.372c0,0.098,0.0940001,0.18,0.209,0.18l0.221,0c0.117,0,0.211,-0.082,0.211,-0.18l0,0.09c0,0.098,-0.0940001,0.18,-0.211,0.18l-0.221,0c-0.115,0,-0.209,-0.082,-0.209,-0.18L14.295,59.372z" fill="#FFFFFF" opacity="0.15"/> | ||
7367 | + </g> | ||
7368 | + <g id="0.1.5.6"> | ||
7369 | + <path id="0.1.5.6.0" d="M22.141,59.462c0,0.098,-0.0940001,0.18,-0.209,0.18l-0.221,0c-0.115,0,-0.211,-0.082,-0.211,-0.18l0,-1.475c0,-0.098,0.0960001,-0.18,0.211,-0.18l0.221,0c0.115,0,0.209,0.082,0.209,0.18L22.141,59.462z" fill="#808080"/> | ||
7370 | + <path id="0.1.5.6.1" d="M22.141,58.124c0,-0.115,-0.0940001,-0.211,-0.209,-0.211l-0.221,0c-0.115,0,-0.211,0.096,-0.211,0.211l0,-0.105c0,-0.115,0.0960001,-0.211,0.211,-0.211l0.221,0c0.115,0,0.209,0.096,0.209,0.211L22.141,58.124z" opacity="0.1"/> | ||
7371 | + <path id="0.1.5.6.2" d="M21.5,59.372c0,0.098,0.0960001,0.18,0.211,0.18l0.221,0c0.115,0,0.209,-0.082,0.209,-0.18l0,0.09c0,0.098,-0.0940001,0.18,-0.209,0.18l-0.221,0c-0.115,0,-0.211,-0.082,-0.211,-0.18L21.5,59.372z" fill="#FFFFFF" opacity="0.15"/> | ||
7372 | + </g> | ||
7373 | + </g> | ||
7374 | + <g id="0.1.6"> | ||
7375 | + <polygon id="0.1.6.0" fill="none" points="8.462,17.098,8.535,17.114,8.535,17.016"/> | ||
7376 | + <path id="0.1.6.1" d="M8.462,17.098l0.073,-0.083l0,-0.082l0.072,0l0.413,-0.469l-0.801,-0.297l0,19.937c0.042,0.506,0.163,0.984,0.318,1.451L8.537,17.114L8.462,17.098z" fill="none"/> | ||
7377 | + <path id="0.1.6.2" d="M20.952,16.156l-0.851,0.311l0.552,0.632l-0.893,0.182l0.42,0.708L19.26,18.03l0.271,0.762l-0.913001,-0.098l0.108,0.791l-0.88,-0.236l-0.04,0.797l-0.187,-0.082l0,21.211c1.862,-0.998,3.195,-2.865,3.378,-5.07L20.997,16.156L20.952,16.156z" fill="#0F0F0F"/> | ||
7378 | + <path id="0.1.6.3" d="M16.98,19.684l-0.2,0.779l-0.732,-0.485l-0.281,0.571l0,21.295c0.662,-0.119,1.277,-0.361,1.854,-0.668L17.621,19.965L16.98,19.684z" fill="#202020" opacity="0.2"/> | ||
7379 | + <polygon id="0.1.6.4" fill="#202020" opacity="0.2" points="8.535,17.016,8.607,16.935,8.535,16.935"/> | ||
7380 | + <path id="0.1.6.5" d="M11.723,41.239L11.723,19.866l-0.413,0.183l-0.041,-0.799l-0.878,0.235l0.115,-0.791l-0.920001,0.099l0.27,-0.761L8.942,17.99l0.413,-0.709l-0.819,-0.167l0,20.443C9.069,39.167,10.228,40.479,11.723,41.239z" fill="#202020" opacity="0.2"/> | ||
7381 | + <path id="0.1.6.6" d="M13.074,19.978l-0.736,0.485l-0.203,-0.779l-0.412,0.182l0,21.374c0.455,0.23,0.934001,0.418,1.439,0.533L13.162,20.163L13.074,19.978z" fill="#202020" opacity="0.2"/> | ||
7382 | + <path id="0.1.6.7" d="M13.074,19.978l-0.736,0.485l-0.203,-0.779l-0.412,0.182l0,21.374c0.455,0.23,0.934001,0.418,1.439,0.533L13.162,20.163L13.074,19.978z" fill="#353535" opacity="0.2"/> | ||
7383 | + <path id="0.1.6.8" d="M15.056,20.129l-0.502,0.668l-0.227,-0.303l0,21.432c0.0930001,0.008,0.186,0.029,0.279,0.029c0.396,0,0.783,-0.043,1.157,-0.113L15.763,20.549l-0.082,0.165L15.056,20.129z" fill="#202020" opacity="0.2"/> | ||
7384 | + <path id="0.1.6.9" d="M15.056,20.129l-0.502,0.668l-0.227,-0.303l0,21.432c0.0930001,0.008,0.186,0.029,0.279,0.029c0.396,0,0.783,-0.043,1.157,-0.113L15.763,20.549l-0.082,0.165L15.056,20.129z" fill="#353535" opacity="0.2"/> | ||
7385 | + <path id="0.1.6.10" d="M14.053,20.129l-0.627,0.585l-0.264,-0.551l0,21.609c0.378,0.088,0.765,0.139,1.165,0.156L14.327,20.495L14.053,20.129z" fill="#202020" opacity="0.2"/> | ||
7386 | + <path id="0.1.6.11" d="M14.053,20.129l-0.627,0.585l-0.264,-0.551l0,21.609c0.378,0.088,0.765,0.139,1.165,0.156L14.327,20.495L14.053,20.129z" fill="#353535" opacity="0.2"/> | ||
7387 | + <path id="0.1.6.12" d="M14.053,20.129l-0.627,0.585l-0.264,-0.551l0,21.609c0.378,0.088,0.765,0.139,1.165,0.156L14.327,20.495L14.053,20.129z" fill="#515151" opacity="0.2"/> | ||
7388 | + </g> | ||
7389 | + <g id="0.1.7" opacity="0.2"> | ||
7390 | + <path id="0.1.7.0" d="M26.324,21.263c0,-0.784,-0.636,-1.418,-1.418,-1.418c-0.78,0,-1.418,0.634,-1.418,1.418l0,-0.097c0,-0.783,0.638,-1.417,1.418,-1.417c0.782,0,1.418,0.634,1.418,1.417L26.324,21.263z" fill="#FFFFFF"/> | ||
7391 | + <path id="0.1.7.1" d="M5.695,21.263c0,-0.784,-0.635,-1.418,-1.418,-1.418c-0.784,0,-1.418,0.634,-1.418,1.418l0,-0.097c0,-0.783,0.634,-1.417,1.418,-1.417c0.783,0,1.418,0.634,1.418,1.417L5.695,21.263z" fill="#FFFFFF"/> | ||
7392 | + </g> | ||
7393 | + <g id="0.1.8" opacity="0.2"> | ||
7394 | + <path id="0.1.8.0" d="M26.324,48.552c0,-0.783,-0.636,-1.418,-1.418,-1.418c-0.78,0,-1.418,0.635,-1.418,1.418l0,-0.094c0,-0.783,0.638,-1.422,1.418,-1.422c0.782,0,1.418,0.639,1.418,1.422L26.324,48.552z" fill="#FFFFFF"/> | ||
7395 | + <path id="0.1.8.1" d="M5.695,48.552c0,-0.783,-0.635,-1.418,-1.418,-1.418c-0.784,0,-1.418,0.635,-1.418,1.418l0,-0.094c0,-0.783,0.634,-1.422,1.418,-1.422c0.783,0,1.418,0.639,1.418,1.422L5.695,48.552z" fill="#FFFFFF"/> | ||
7396 | + </g> | ||
7397 | + <g id="0.1.9"> | ||
7398 | + <rect id="0.1.9.0" fill="#808080" y="43.116" height="6.225" width="0.436" x="27.575"/> | ||
7399 | + <rect id="0.1.9.1" fill="#ABABAB" y="27.216" height="15.9" width="0.433" x="27.578"/> | ||
7400 | + <polygon id="0.1.9.2" fill="#666666" points="29.102,43.671,28.291,44.569,28.291,38.312,29.102,37.411"/> | ||
7401 | + <path id="0.1.9.3" d="M29.19,43.571l-1.179,-0.486l0,-6.256l1.086,0.445c0.0930001,0.137,0.0930001,0.137,0.0930001,0.137L29.19,43.571z" fill="#999999"/> | ||
7402 | + <path id="0.1.9.4" d="M28.011,43.019l0,0.135l0.942001,0.389c0.081,0.033,0.0990001,0.115,0.041,0.18l-0.597,0.66c-0.058,0.066,-0.106,0.15,-0.106,0.188s0.049,0.014,0.106,-0.051l0.686,-0.76c0.058,-0.066,0.106,-0.15,0.106,-0.188s-0.066,-0.094,-0.147,-0.127L28.011,43.019z" fill="#808080"/> | ||
7403 | + </g> | ||
7404 | + <g id="0.1.10"> | ||
7405 | + <rect id="0.1.10.0" fill="#808080" y="43.116" height="6.225" width="0.435" x="1.179"/> | ||
7406 | + <rect id="0.1.10.1" fill="#ABABAB" y="27.216" height="15.9" width="0.433" x="1.179"/> | ||
7407 | + <polygon id="0.1.10.2" fill="#666666" points="0.088,43.671,0.899,44.569,0.899,38.312,0.088,37.411"/> | ||
7408 | + <path id="0.1.10.3" d="M0,43.571l1.179,-0.486l0,-6.256l-1.086,0.445C0,37.411,0,37.411,0,37.411L0,43.571z" fill="#999999"/> | ||
7409 | + <path id="0.1.10.4" d="M1.179,43.019l0,0.135l-0.942001,0.389c-0.081,0.033,-0.0990001,0.115,-0.041,0.18l0.596,0.66c0.059,0.066,0.107,0.15,0.107,0.188s-0.048,0.014,-0.107,-0.051l-0.685,-0.76C0.049,43.692,0,43.608,0,43.571s0.066,-0.094,0.147,-0.127L1.179,43.019z" fill="#808080"/> | ||
7410 | + </g> | ||
7411 | +</g> | ||
7412 | +</g></g><path stroke='#8c8c8c' stroke-width='2.0952' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M184.781,146.969L183.734,146.969' /> | ||
7413 | +<path stroke='#8c8c8c' stroke-width='2.0952' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M211.491,146.969L212.539,146.969' /> | ||
7414 | +<g partID='66150'><g transform='translate(182.686,143.337)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7415 | + <rect xmlns="http://www.w3.org/2000/svg" id="connector0pin" fill="none" y="2.5848" height="0.72" width="0.72" x="0.36"/> | ||
7416 | + <rect xmlns="http://www.w3.org/2000/svg" id="connector1pin" fill="none" y="2.5848" height="0.72" width="0.72" x="29.8202"/> | ||
7417 | + <line xmlns="http://www.w3.org/2000/svg" x2="2.0952" x1="1.0476" id="connector0leg" stroke="#8C8C8C" fill="none" stroke-width="2.0952" stroke-linecap="round" y1="3.6324" y2="3.6324"/> | ||
7418 | + <line xmlns="http://www.w3.org/2000/svg" x2="28.805" x1="29.8526" id="connector1leg" stroke="#8C8C8C" fill="none" stroke-width="2.0952" stroke-linecap="round" y1="3.6324" y2="3.6324"/> | ||
7419 | + <path xmlns="http://www.w3.org/2000/svg" stroke="#8C8C8C" d="M1.0476,3.6324l28.3666,0" fill="none" stroke-width="2.0952"/> | ||
7420 | + <path xmlns="http://www.w3.org/2000/svg" id="body" d="M10.2478,0.49536c-0.36,-0.1656,-0.9792,-0.2952,-1.3752,-0.2952l-1.9872,0c-0.396,0,-0.72,0.324,-0.72,0.72l0,5.35608c0,0.39672,0.324,0.72,0.72,0.72l1.9872,0c0.396,0,1.0152,-0.13608,1.3752,-0.2952l0.072,-0.03528c0.36,-0.1656,0.9792,-0.2952,1.3752,-0.2952l7.1856,0c0.39672,0,1.01448,0.13608,1.37448,0.2952l0.07272,0.03528c0.36,0.1656,0.97776,0.2952,1.3752,0.2952l1.9872,0c0.39744,0,0.72,-0.32328,0.72,-0.72L24.4102,0.92016c0,-0.396,-0.32256,-0.72,-0.72,-0.72l-1.9872,0c-0.39744,0,-1.0152,0.1368,-1.3752,0.2952l-0.07272,0.036c-0.36,0.1656,-0.97776,0.2952,-1.37448,0.2952l-7.1856,0c-0.396,0,-1.0152,-0.1368,-1.3752,-0.2952L10.2478,0.49536z" fill="#D9B477"/> | ||
7421 | + <rect xmlns="http://www.w3.org/2000/svg" id="gold_band" fill="#ad9f4e" y="0.19368" height="6.79536" width="0.70272" x="22.019"/> | ||
7422 | + <rect xmlns="http://www.w3.org/2000/svg" id="band_rd_multiplier" fill="#8a3d06" y="0.82656" height="5.5368" width="1.8504" x="16.1726"/> | ||
7423 | + <rect xmlns="http://www.w3.org/2000/svg" id="band_2_nd" fill="#c40808" y="0.82656" height="5.5368" width="1.8504" x="12.4726"/> | ||
7424 | + <path xmlns="http://www.w3.org/2000/svg" id="band_1_st" d="M10.6286,0.63936c-0.1152,-0.036,-0.2232,-0.072,-0.3096,-0.1152l-0.072,-0.036c-0.36,-0.16488,-0.9792,-0.2952,-1.3752,-0.2952l-0.0864,0l0,6.79608l0.0864,0c0.396,0,1.0152,-0.13608,1.3752,-0.2952l0.072,-0.03528c0.0864,-0.04464,0.1944,-0.07992,0.3096,-0.1152L10.6286,0.63936z" fill="#c40808"/> | ||
7425 | + <path xmlns="http://www.w3.org/2000/svg" id="Shadow" d="M23.711,4.0896L23.711,4.0896c0,0.37944,-0.13032,0.69912,-0.2952,0.69912l-1.9224,0c-0.38016,0,-0.97776,-0.05616,-1.33272,-0.1224L20.088,4.65048c-0.34488,-0.0648,-0.94896,-0.1224,-1.33344,-0.1224L11.808,4.52808c-0.3816,0,-0.9792,0.0576,-1.332,0.1224l-0.072,0.01512c-0.3456,0.06552,-0.9432,0.1224,-1.332,0.1224l-0.3168,0l-1.0008,0l-0.3096,0c-0.3816,0,-0.6984,0.29376,-0.6984,0.64512l0,0.24696L6.7464,5.8392l0,0.1728c0,0.36,0.3168,0.64512,0.6984,0.64512l1.62,0c0.3816,0,0.9792,-0.1224,1.332,-0.26712l0.072,-0.02808c0.3456,-0.14112,0.9504,-0.26496,1.332,-0.26496l6.94656,0c0.37944,0,0.97704,0.12384,1.33416,0.26568l0.07416,0.02808c0.34488,0.14472,0.94464,0.26712,1.33344,0.26712l2.2248,0c0.38088,0,0.69912,-0.2952,0.69912,-0.64512L24.413,5.472L24.413,4.49928L24.413,2.65536C24.1358,2.76336,23.711,3.06576,23.711,4.0896z" opacity="0.3"/> | ||
7426 | + <rect xmlns="http://www.w3.org/2000/svg" id="ShadowExtra" y="3.48336" opacity="0.4" height="3.15288" width="0.70272" x="22.019"/> | ||
7427 | + <path xmlns="http://www.w3.org/2000/svg" id="ReflexRight" d="M19.751,1.08576c0.22968,0,0.49104,-0.1008,0.6624,-0.1728c0.2016,-0.0792,0.57672,-0.144,0.96624,-0.144l1.46088,0c0.22464,0,0.22464,0.2448,0.22464,0.3744c0,0.1296,-0.01512,0.3816,-0.22464,0.3816l-3.06,0c-0.10728,0,-0.2304,-0.1152,-0.2304,-0.22392C19.5566,1.21536,19.6286,1.08576,19.751,1.08576z" fill="#FFFFFF" opacity="0.25"/> | ||
7428 | + <circle xmlns="http://www.w3.org/2000/svg" id="ReflexLeft" fill="#FFFFFF" cy="1.13616" opacity="0.35" r="0.432" cx="6.99984"/> | ||
7429 | + <rect xmlns="http://www.w3.org/2000/svg" id="Reflex_gold" fill="#FFFF33" y="0.42336" opacity="0.5" height="1.62" width="0.70272" x="22.019"/> | ||
7430 | + <rect xmlns="http://www.w3.org/2000/svg" id="Reflex_extra" fill="#FFFFFF" y="0.78336" opacity="0.5" height="0.7488" width="0.70272" x="22.019"/> | ||
7431 | +</g> | ||
7432 | +</g></g><path stroke='#8c8c8c' stroke-width='2.15136' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M212.534,107.953L212.534,132.569' /> | ||
7433 | +<path stroke='#8c8c8c' stroke-width='2.15136' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M219.736,107.953L219.736,132.569' /> | ||
7434 | +<g partID='66050'><g transform='translate(208.007,78.746)' ><g xmlns="http://www.w3.org/2000/svg" id="breadboard"> | ||
7435 | + <rect xmlns="http://www.w3.org/2000/svg" id="connector0pin" fill="none" y="25.421" height="0.72" width="2.15208" x="3.45096"/> | ||
7436 | + <rect xmlns="http://www.w3.org/2000/svg" id="connector1pin" fill="none" y="25.421" height="0.72" width="2.15424" x="10.651"/> | ||
7437 | + <g xmlns="http://www.w3.org/2000/svg" x2="6.287" x1="6.287" id="connector0leg" stroke="#8C8C8C" fill="none" stroke-width="2.15136" stroke-linecap="round" y1="40.565" y2="74.754"/> | ||
7438 | + <g xmlns="http://www.w3.org/2000/svg" x2="16.29" x1="16.29" id="connector1leg" stroke="#8C8C8C" fill="none" stroke-width="2.15136" stroke-linecap="round" y1="40.565" y2="74.754"/> | ||
7439 | + <rect xmlns="http://www.w3.org/2000/svg" fill="#8C8C8C" y="19.3795" height="9.82728" width="2.15136" x="3.45096"/> | ||
7440 | + <path xmlns="http://www.w3.org/2000/svg" d="M12.8045,29.2068c0,-1.1736,-1.06488,-2.1024,-2.088,-2.9916c-0.41616,-0.3672,-1.19952,-1.00152,-1.19952,-1.42488l0,-5.47056l-2.16144,0l0,5.78016c0,1.0584,0.94752,1.87848,1.94616,2.74824c0.44424,0.37584,1.34856,1.24992,1.34856,1.76976" fill="#8C8C8C"/> | ||
7441 | + <g xmlns="http://www.w3.org/2000/svg" id="g12"> | ||
7442 | + <path xmlns="http://www.w3.org/2000/svg" id="color_path14" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#e60000" opacity="0.3"/> | ||
7443 | + <path xmlns="http://www.w3.org/2000/svg" id="path16" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#E6E6E6" opacity="0.5"/> | ||
7444 | + <path xmlns="http://www.w3.org/2000/svg" id="path18" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536L0,20.736c1.47384,1.65168,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864L15.4562,16.1064C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#D1D1D1" opacity="0.9"/> | ||
7445 | + <path xmlns="http://www.w3.org/2000/svg" id="color_path20" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536L0,20.736c1.47384,1.65168,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864L15.4562,16.1064C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#e60000" opacity="0.7"/> | ||
7446 | + <path xmlns="http://www.w3.org/2000/svg" id="color_path22" d="M14.1732,13.001l0,3.10536c0,2.73888,-3.16584,4.96512,-7.08552,4.96512C3.1752,21.0715,0,18.8525,0,16.1064l0,3.10536c1.47384,1.65024,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85864C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#e60000" opacity="0.25"/> | ||
7447 | + <ellipse xmlns="http://www.w3.org/2000/svg" id="ellipse24" fill="#E6E6E6" ry="4.9608" cy="16.1064" opacity="0.25" rx="7.08696" cx="7.08768"/> | ||
7448 | + <ellipse xmlns="http://www.w3.org/2000/svg" id="color_ellipse26" fill="#e60000" ry="4.9608" cy="16.1064" opacity="0.25" rx="7.08696" cx="7.08768"/> | ||
7449 | + <polygon xmlns="http://www.w3.org/2000/svg" id="polygon28" fill="#666666" points="2.2032,9.648,2.2032,16.1071,3.19608,16.1071,3.19608,13.0946,6.0156,13.0946,10.0123,8.80488,3.40704,8.80488"/> | ||
7450 | + <polygon xmlns="http://www.w3.org/2000/svg" id="polygon30" fill="#666666" points="10.7784,8.52408,11.2147,9.03384,7.41168,13.0946,11.0599,13.0946,11.0599,16.1071,11.9736,16.1071,11.9736,8.52408"/> | ||
7451 | + <path xmlns="http://www.w3.org/2000/svg" id="color_path32" d="M14.1732,13.001L14.1732,7.0884C14.1732,3.1752,11.0052,0,7.08768,0C3.1752,0,0,3.16944,0,7.0884l0,13.649c1.47384,1.65096,4.0968,2.75256,7.08768,2.75256c4.61952,0,8.36856,-2.61792,8.36856,-5.85936l0,-1.52352C15.4555,14.9645,14.9818,13.9032,14.1732,13.001z" fill="#e60000" opacity="0.65"/> | ||
7452 | + <path xmlns="http://www.w3.org/2000/svg" id="path34" d="M10.3882,3.75408l1.4364,-0.2736c-0.84168,-1.13184,-2.08224,-1.95768,-3.54168,-2.23848l0.25416,1.08072C9.30096,2.59344,9.94392,3.1032,10.3882,3.75408z" fill="#FFFFFF" opacity="0.5"/> | ||
7453 | + <path xmlns="http://www.w3.org/2000/svg" id="path36" d="M0.76824,19.926l0,1.51992c0.64872,0.5292,1.43352,0.97632,2.3076,1.31688l0,-1.52496C2.19744,20.9016,1.41912,20.4559,0.76824,19.926z" fill="#FFFFFF" opacity="0.5"/> | ||
7454 | + <path xmlns="http://www.w3.org/2000/svg" id="path38" d="M11.0729,20.2097c-0.2556,0.1224,-0.52992,0.22968,-0.80568,0.32976c-0.05832,0.01944,-0.11736,0.04032,-0.17784,0.05832c-0.56376,0.17928,-1.16136,0.31896,-1.79496,0.39456c-0.07488,0.00936,-0.1512,0.01872,-0.22464,0.01944c-0.3204,0.03024,-0.64368,0.05832,-0.97056,0.05832c-0.14832,0,-0.30744,-0.01512,-0.4716,-0.02376c-1.20024,-0.05688,-2.33064,-0.31464,-3.2976,-0.73944L3.33,11.9174L3.33,7.092c0,-1.47096,0.84816,-2.72952,2.0736,-3.34944L5.38128,3.68928l-1.24776,-1.512c-1.66968,1.00296,-2.79,2.8224,-2.79,4.91184l0,11.9052c-0.04968,-0.04968,-0.30816,-0.30888,-0.48024,-0.52992l-0.30744,0.6876c1.40112,1.48176,3.8088,2.46168,6.54264,2.46168c1.67976,0,3.23712,-0.37368,4.51152,-1.00224l-0.52704,-0.40896C11.0729,20.2097,11.0729,20.2097,11.0729,20.2097z" fill="#FFFFFF" opacity="0.5"/> | ||
7455 | + </g> | ||
7456 | +</g> | ||
7457 | +</g></g><g partID='60600'><line stroke-linecap='round' stroke='#1b5bb3' x1='54' y1='377.263' x2='205.197' y2='377.486' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='54' y1='377.263' x2='205.197' y2='377.486' stroke-width='1.6' /></g><g partID='61670'><line stroke-linecap='round' stroke='#8c0000' x1='414.123' y1='254.875' x2='356.534' y2='262.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='414.123' y1='254.875' x2='356.534' y2='262.169' stroke-width='1.6' /></g><g partID='59480'><line stroke-linecap='round' stroke='#00a527' x1='392.519' y1='139.768' x2='392.667' y2='233.419' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='392.519' y1='139.768' x2='392.667' y2='233.419' stroke-width='1.6' /></g><g partID='61950'><line stroke-linecap='round' stroke='#8c0000' x1='385.255' y1='226.007' x2='356.534' y2='247.769' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='385.255' y1='226.007' x2='356.534' y2='247.769' stroke-width='1.6' /></g><g partID='65930'><line stroke-linecap='round' stroke='#d6d63a' x1='262.963' y1='204.667' x2='262.919' y2='139.768' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='262.963' y1='204.667' x2='262.919' y2='139.768' stroke-width='1.6' /></g><g partID='63540'><line stroke-linecap='round' stroke='#1b5bb3' x1='407.139' y1='17.5248' x2='493.548' y2='17.5248' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='407.139' y1='17.5248' x2='493.548' y2='17.5248' stroke-width='1.6' /></g><g partID='64940'><line stroke-linecap='round' stroke='#d6d63a' x1='248.534' y1='218.969' x2='305.929' y2='204.667' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='248.534' y1='218.969' x2='305.929' y2='204.667' stroke-width='1.6' /></g><g partID='65080'><line stroke-linecap='round' stroke='#d6d63a' x1='234.133' y1='218.969' x2='262.963' y2='204.667' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='234.133' y1='218.969' x2='262.963' y2='204.667' stroke-width='1.6' /></g><g partID='63510'><line stroke-linecap='round' stroke='#1b5bb3' x1='493.548' y1='240.472' x2='363.734' y2='233.369' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='493.548' y1='240.472' x2='363.734' y2='233.369' stroke-width='1.6' /></g><g partID='65440'><line stroke-linecap='round' stroke='#d6d63a' x1='305.929' y1='204.667' x2='306.118' y2='139.768' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='305.929' y1='204.667' x2='306.118' y2='139.768' stroke-width='1.6' /></g><g partID='61880'><line stroke-linecap='round' stroke='#00a527' x1='392.667' y1='233.419' x2='363.734' y2='247.769' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='392.667' y1='233.419' x2='363.734' y2='247.769' stroke-width='1.6' /></g><g partID='63040'><line stroke-linecap='round' stroke='#d6d63a' x1='399.5' y1='24.6858' x2='485.91' y2='24.6858' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='399.5' y1='24.6858' x2='485.91' y2='24.6858' stroke-width='1.6' /></g><g partID='60660'><line stroke-linecap='round' stroke='#1b5bb3' x1='205.197' y1='377.486' x2='205.333' y2='355.769' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='205.197' y1='377.486' x2='205.333' y2='355.769' stroke-width='1.6' /></g><g partID='63340'><line stroke-linecap='round' stroke='#d6d63a' x1='471.588' y1='39.0079' x2='471.588' y2='218.989' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='471.588' y1='39.0079' x2='471.588' y2='218.989' stroke-width='1.6' /></g><g partID='63270'><line stroke-linecap='round' stroke='#d6d63a' x1='471.588' y1='218.989' x2='356.534' y2='226.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='471.588' y1='218.989' x2='356.534' y2='226.169' stroke-width='1.6' /></g><g partID='63570'><line stroke-linecap='round' stroke='#1b5bb3' x1='493.548' y1='17.5248' x2='493.548' y2='240.472' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='493.548' y1='17.5248' x2='493.548' y2='240.472' stroke-width='1.6' /></g><g partID='60540'><line stroke-linecap='round' stroke='#1b5bb3' x1='54.1335' y1='182.969' x2='54' y2='182.844' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='54.1335' y1='182.969' x2='54' y2='182.844' stroke-width='1.6' /></g><g partID='65010'><line stroke-linecap='round' stroke='#d6d63a' x1='241.332' y1='218.969' x2='284.446' y2='204.667' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='241.332' y1='218.969' x2='284.446' y2='204.667' stroke-width='1.6' /></g><g partID='63410'><line stroke-linecap='round' stroke='#d6d63a' x1='385.178' y1='39.0079' x2='471.588' y2='39.0079' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='385.178' y1='39.0079' x2='471.588' y2='39.0079' stroke-width='1.6' /></g><g partID='63740'><line stroke-linecap='round' stroke='#d6d63a' x1='500.709' y1='10.3637' x2='500.709' y2='247.633' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='500.709' y1='10.3637' x2='500.709' y2='247.633' stroke-width='1.6' /></g><g partID='63600'><line stroke-linecap='round' stroke='#d6d63a' x1='414.118' y1='96.5689' x2='414.3' y2='10.3637' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='414.118' y1='96.5689' x2='414.3' y2='10.3637' stroke-width='1.6' /></g><g partID='63970'><line stroke-linecap='round' stroke='#1b5bb3' x1='507.871' y1='254.794' x2='363.734' y2='240.569' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='507.871' y1='254.794' x2='363.734' y2='240.569' stroke-width='1.6' /></g><g partID='63110'><line stroke-linecap='round' stroke='#d6d63a' x1='485.91' y1='24.6858' x2='485.91' y2='233.311' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='485.91' y1='24.6858' x2='485.91' y2='233.311' stroke-width='1.6' /></g><g partID='64870'><line stroke-linecap='round' stroke='#d6d63a' x1='255.734' y1='218.969' x2='327.89' y2='204.667' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='255.734' y1='218.969' x2='327.89' y2='204.667' stroke-width='1.6' /></g><g partID='59760'><line stroke-linecap='round' stroke='#00a527' x1='421.318' y1='139.768' x2='421.145' y2='262.287' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='421.318' y1='139.768' x2='421.145' y2='262.287' stroke-width='1.6' /></g><g partID='65150'><line stroke-linecap='round' stroke='#8c0000' x1='198.036' y1='370.325' x2='198.133' y2='355.769' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='198.036' y1='370.325' x2='198.133' y2='355.769' stroke-width='1.6' /></g><g partID='63200'><line stroke-linecap='round' stroke='#d6d63a' x1='385.319' y1='96.5689' x2='385.178' y2='39.0079' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='385.319' y1='96.5689' x2='385.178' y2='39.0079' stroke-width='1.6' /></g><g partID='62720'><line stroke-linecap='round' stroke='#1b5bb3' x1='478.749' y1='226.15' x2='363.734' y2='226.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='478.749' y1='226.15' x2='363.734' y2='226.169' stroke-width='1.6' /></g><g partID='59620'><line stroke-linecap='round' stroke='#00a527' x1='406.919' y1='139.768' x2='407.101' y2='247.853' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='406.919' y1='139.768' x2='407.101' y2='247.853' stroke-width='1.6' /></g><g partID='62400'><line stroke-linecap='round' stroke='#1b5bb3' x1='392.339' y1='31.8468' x2='478.749' y2='31.8468' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='392.339' y1='31.8468' x2='478.749' y2='31.8468' stroke-width='1.6' /></g><g partID='65860'><line stroke-linecap='round' stroke='#d6d63a' x1='284.446' y1='204.667' x2='284.519' y2='139.768' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='284.446' y1='204.667' x2='284.519' y2='139.768' stroke-width='1.6' /></g><g partID='63670'><line stroke-linecap='round' stroke='#d6d63a' x1='414.3' y1='10.3637' x2='500.709' y2='10.3637' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='414.3' y1='10.3637' x2='500.709' y2='10.3637' stroke-width='1.6' /></g><g partID='62330'><line stroke-linecap='round' stroke='#1b5bb3' x1='392.519' y1='96.5689' x2='392.339' y2='31.8468' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='392.519' y1='96.5689' x2='392.339' y2='31.8468' stroke-width='1.6' /></g><g partID='59410'><line stroke-linecap='round' stroke='#8c0000' x1='385.319' y1='139.768' x2='385.255' y2='226.007' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='385.319' y1='139.768' x2='385.255' y2='226.007' stroke-width='1.6' /></g><g partID='63810'><line stroke-linecap='round' stroke='#d6d63a' x1='500.709' y1='247.633' x2='356.534' y2='240.569' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='500.709' y1='247.633' x2='356.534' y2='240.569' stroke-width='1.6' /></g><g partID='61810'><line stroke-linecap='round' stroke='#8c0000' x1='399.689' y1='240.441' x2='356.534' y2='254.969' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='399.689' y1='240.441' x2='356.534' y2='254.969' stroke-width='1.6' /></g><g partID='62900'><line stroke-linecap='round' stroke='#d6d63a' x1='399.718' y1='96.5689' x2='399.5' y2='24.6858' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='399.718' y1='96.5689' x2='399.5' y2='24.6858' stroke-width='1.6' /></g><g partID='61740'><line stroke-linecap='round' stroke='#00a527' x1='407.101' y1='247.853' x2='363.734' y2='254.969' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='407.101' y1='247.853' x2='363.734' y2='254.969' stroke-width='1.6' /></g><g partID='60510'><line stroke-linecap='round' stroke='#8c0000' x1='46.9335' y1='190.169' x2='46.9378' y2='370.201' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='46.9335' y1='190.169' x2='46.9378' y2='370.201' stroke-width='1.6' /></g><g partID='60630'><line stroke-linecap='round' stroke='#1b5bb3' x1='54' y1='182.844' x2='54' y2='377.263' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='54' y1='182.844' x2='54' y2='377.263' stroke-width='1.6' /></g><g partID='63910'><line stroke-linecap='round' stroke='#1b5bb3' x1='421.461' y1='3.2027' x2='507.871' y2='3.2027' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='421.461' y1='3.2027' x2='507.871' y2='3.2027' stroke-width='1.6' /></g><g partID='61600'><line stroke-linecap='round' stroke='#00a527' x1='421.145' y1='262.287' x2='363.734' y2='262.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='421.145' y1='262.287' x2='363.734' y2='262.169' stroke-width='1.6' /></g><g partID='62970'><line stroke-linecap='round' stroke='#d6d63a' x1='485.91' y1='233.311' x2='356.534' y2='233.369' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='485.91' y1='233.311' x2='356.534' y2='233.369' stroke-width='1.6' /></g><g partID='59550'><line stroke-linecap='round' stroke='#8c0000' x1='399.718' y1='139.768' x2='399.689' y2='240.441' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='399.718' y1='139.768' x2='399.689' y2='240.441' stroke-width='1.6' /></g><g partID='60570'><line stroke-linecap='round' stroke='#8c0000' x1='46.9378' y1='370.201' x2='198.036' y2='370.325' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='46.9378' y1='370.201' x2='198.036' y2='370.325' stroke-width='1.6' /></g><g partID='62650'><line stroke-linecap='round' stroke='#1b5bb3' x1='478.749' y1='31.8468' x2='478.749' y2='226.15' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='478.749' y1='31.8468' x2='478.749' y2='226.15' stroke-width='1.6' /></g><g partID='65370'><line stroke-linecap='round' stroke='#d6d63a' x1='327.89' y1='204.667' x2='327.719' y2='139.768' stroke-width='3.2' /><line stroke-linecap='round' stroke='#fff800' x1='327.89' y1='204.667' x2='327.719' y2='139.768' stroke-width='1.6' /></g><g partID='63940'><line stroke-linecap='round' stroke='#1b5bb3' x1='507.871' y1='3.2027' x2='507.871' y2='254.794' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='507.871' y1='3.2027' x2='507.871' y2='254.794' stroke-width='1.6' /></g><g partID='63480'><line stroke-linecap='round' stroke='#1b5bb3' x1='406.919' y1='96.5689' x2='407.139' y2='17.5248' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='406.919' y1='96.5689' x2='407.139' y2='17.5248' stroke-width='1.6' /></g><g partID='59690'><line stroke-linecap='round' stroke='#8c0000' x1='414.118' y1='139.768' x2='414.123' y2='254.875' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='414.118' y1='139.768' x2='414.123' y2='254.875' stroke-width='1.6' /></g><g partID='63880'><line stroke-linecap='round' stroke='#1b5bb3' x1='421.318' y1='96.5689' x2='421.461' y2='3.2027' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='421.318' y1='96.5689' x2='421.461' y2='3.2027' stroke-width='1.6' /></g><g partID='67360'><line stroke-linecap='round' stroke='#1b5bb3' x1='219.719' y1='146.969' x2='219.732' y2='182.969' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='219.719' y1='146.969' x2='219.732' y2='182.969' stroke-width='1.6' /></g><g partID='68210'><line stroke-linecap='round' stroke='#1b5bb3' x1='169.32' y1='146.972' x2='169.333' y2='182.971' stroke-width='3.2' /><line stroke-linecap='round' stroke='#418dd9' x1='169.32' y1='146.972' x2='169.333' y2='182.971' stroke-width='1.6' /></g><g partID='68320'><line stroke-linecap='round' stroke='#8c0000' x1='154.919' y1='146.972' x2='154.934' y2='190.172' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='154.919' y1='146.972' x2='154.934' y2='190.172' stroke-width='1.6' /></g><g partID='68810'><line stroke-linecap='round' stroke='#00a527' x1='219.636' y1='204.613' x2='183.725' y2='204.613' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='219.636' y1='204.613' x2='183.725' y2='204.613' stroke-width='1.6' /></g><g partID='68670'><line stroke-linecap='round' stroke='#00a527' x1='219.734' y1='218.969' x2='219.636' y2='204.613' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='219.734' y1='218.969' x2='219.636' y2='204.613' stroke-width='1.6' /></g><g partID='68740'><line stroke-linecap='round' stroke='#00a527' x1='183.725' y1='204.613' x2='183.72' y2='161.371' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='183.725' y1='204.613' x2='183.72' y2='161.371' stroke-width='1.6' /></g><g partID='69090'><line stroke-linecap='round' stroke='#00a527' x1='234.295' y1='319.935' x2='162.011' y2='319.935' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='234.295' y1='319.935' x2='162.011' y2='319.935' stroke-width='1.6' /></g><g partID='68950'><line stroke-linecap='round' stroke='#00a527' x1='162.011' y1='147.117' x2='162.12' y2='146.972' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='162.011' y1='147.117' x2='162.12' y2='146.972' stroke-width='1.6' /></g><g partID='69020'><line stroke-linecap='round' stroke='#00a527' x1='162.011' y1='319.935' x2='162.011' y2='147.117' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='162.011' y1='319.935' x2='162.011' y2='147.117' stroke-width='1.6' /></g><g partID='68880'><line stroke-linecap='round' stroke='#00a527' x1='234.133' y1='355.769' x2='234.295' y2='319.935' stroke-width='3.2' /><line stroke-linecap='round' stroke='#25cc35' x1='234.133' y1='355.769' x2='234.295' y2='319.935' stroke-width='1.6' /></g><g partID='69180'><line stroke-linecap='round' stroke='#8c0000' x1='269.191' y1='189.491' x2='277.319' y2='139.768' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='269.191' y1='189.491' x2='277.319' y2='139.768' stroke-width='1.6' /></g><g partID='69610'><line stroke-linecap='round' stroke='#8c0000' x1='298.919' y1='139.768' x2='291.731' y2='190.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='298.919' y1='139.768' x2='291.731' y2='190.169' stroke-width='1.6' /></g><g partID='69840'><line stroke-linecap='round' stroke='#8c0000' x1='320.519' y1='139.768' x2='313.332' y2='190.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='320.519' y1='139.768' x2='313.332' y2='190.169' stroke-width='1.6' /></g><g partID='70070'><line stroke-linecap='round' stroke='#8c0000' x1='342.118' y1='139.768' x2='334.933' y2='190.169' stroke-width='3.2' /><line stroke-linecap='round' stroke='#cc1414' x1='342.118' y1='139.768' x2='334.933' y2='190.169' stroke-width='1.6' /></g></svg> | ||
0 | \ No newline at end of file | 7458 | \ No newline at end of file |
principal.txt
@@ -12,6 +12,10 @@ | @@ -12,6 +12,10 @@ | ||
12 | 12 | ||
13 | .equ WDTCSR = 0x60 | 13 | .equ WDTCSR = 0x60 |
14 | 14 | ||
15 | +.equ TTCR0A = 0x24 | ||
16 | +.equ TTCR0B = 0x25 | ||
17 | +.equ TMSK0 = 0x6e | ||
18 | + | ||
15 | .equ EIMSK = 0x3D | 19 | .equ EIMSK = 0x3D |
16 | .equ EICRA = 0x69 | 20 | .equ EICRA = 0x69 |
17 | .equ EICRB = 0x6A | 21 | .equ EICRB = 0x6A |
@@ -26,17 +30,18 @@ | @@ -26,17 +30,18 @@ | ||
26 | 30 | ||
27 | ; Nommage des registres utilisés | 31 | ; Nommage des registres utilisés |
28 | 32 | ||
29 | -.def etat = r19 | ||
30 | -.def reference = r20 | ||
31 | -.def d3 = r20 ; Digit 3 (tout à gauche) | ||
32 | -.def d2 = r20 ; Digit 2 | ||
33 | -.def d1 = r20 ; Digit 1 | ||
34 | -.def d0 = r20 ; Digit 0 (tout à droite) | ||
35 | -.def compteur = r20 ; Utilisé pour modifier des valeurs dans le menu | ||
36 | -.def temp = r20 ; Utilisé pour différentes choses mais très brièvement | ||
37 | -.def t2 = r20 ; Jour (3 premiers bits) et Heure (5 derniers bits) | ||
38 | -.def t1 = r20 ; Minutes | ||
39 | -.def t0 = r20 ; Secondes / 2 | 33 | +.def etat = r0 |
34 | +.def reference = r1 ; Température de référence actuelle | ||
35 | +.def d3 = r2 ; Digit 3 (tout à gauche) | ||
36 | +.def d2 = r3 ; Digit 2 | ||
37 | +.def d1 = r4 ; Digit 1 | ||
38 | +.def d0 = r5 ; Digit 0 (tout à droite) | ||
39 | +.def compteur = r6 ; Utilisé pour modifier des valeurs dans le menu | ||
40 | +.def temp = r7 ; Utilisé pour différentes choses mais très brièvement | ||
41 | +.def t2 = r8 ; Jour (3 premiers bits) et Heure (5 derniers bits) | ||
42 | +.def t1 = r9 ; Minutes | ||
43 | +.def t0 = r10 ; Secondes / 2 | ||
44 | +.def afficheur = r11 ; Digit en cours d'affichage | ||
40 | 45 | ||
41 | ; Vecteurs d'interruptions | 46 | ; Vecteurs d'interruptions |
42 | 47 | ||
@@ -58,6 +63,9 @@ | @@ -58,6 +63,9 @@ | ||
58 | .org 0x0018 ; Watchdog | 63 | .org 0x0018 ; Watchdog |
59 | jmp watchdog | 64 | jmp watchdog |
60 | 65 | ||
66 | +.org 0x002E ; Timer | ||
67 | + jmp timer | ||
68 | + | ||
61 | .org 0x003A ; ADC | 69 | .org 0x003A ; ADC |
62 | jmp adc | 70 | jmp adc |
63 | 71 | ||
@@ -66,11 +74,7 @@ | @@ -66,11 +74,7 @@ | ||
66 | 74 | ||
67 | ; Tableaux de la mémoire du programme | 75 | ; Tableaux de la mémoire du programme |
68 | 76 | ||
69 | -afficheurNombres: | ||
70 | - .DB 0x3F, 0x30, 0x6D, 0x79, 0x72, 0x5B, 0x5F, 0x31, 0x7F, 0x7B | ||
71 | - ; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 | ||
72 | - | ||
73 | -afficheurLettres: | 77 | +afficheur: |
74 | .DB 0x3F, 0x30, 0x6D, 0x79, 0x72, 0x5B, 0x5F, 0x31, 0x7F, 0x7B, 0x77, 0x40, 0x4c, 0xfc, 0xcf, 0xc7, 0x40, 0xf6, 0x04, 0x3c, 0x40, 0x0E, 0x37, 0x54, 0x5c, 0x40, 0x40, 0x44, 0x5b, 0x4e, 0x1c, 0x1c, 0x40, 0x40, 0x40, 0x40, 0x63 | 78 | .DB 0x3F, 0x30, 0x6D, 0x79, 0x72, 0x5B, 0x5F, 0x31, 0x7F, 0x7B, 0x77, 0x40, 0x4c, 0xfc, 0xcf, 0xc7, 0x40, 0xf6, 0x04, 0x3c, 0x40, 0x0E, 0x37, 0x54, 0x5c, 0x40, 0x40, 0x44, 0x5b, 0x4e, 0x1c, 0x1c, 0x40, 0x40, 0x40, 0x40, 0x63 |
75 | ; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, ° | 79 | ; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, ° |
76 | 80 | ||
@@ -84,6 +88,11 @@ debut: | @@ -84,6 +88,11 @@ debut: | ||
84 | WDTCSR <- 0b00010000 | 88 | WDTCSR <- 0b00010000 |
85 | WDTCSR <- 0b01000111 | 89 | WDTCSR <- 0b01000111 |
86 | 90 | ||
91 | + ; Timer | ||
92 | + TTCR0A@IO <- 0b00000001 | ||
93 | + TTCR0B@IO <- 0b00000011 | ||
94 | + TMSK0 <- 0b00000001 | ||
95 | + | ||
87 | ; Interruptions externes | 96 | ; Interruptions externes |
88 | EIMSK <- 0b00001111 | 97 | EIMSK <- 0b00001111 |
89 | EICRA <- 0b11111111 ; TODO Oscillations annulables ? | 98 | EICRA <- 0b11111111 ; TODO Oscillations annulables ? |
@@ -93,8 +102,18 @@ debut: | @@ -93,8 +102,18 @@ debut: | ||
93 | ADMUX <- 0b01110000 | 102 | ADMUX <- 0b01110000 |
94 | ADCSRB <- 0b00001011 | 103 | ADCSRB <- 0b00001011 |
95 | ADCSRA <- 0b10011101 ; TODO Auto-trigger ? | 104 | ADCSRA <- 0b10011101 ; TODO Auto-trigger ? |
105 | + | ||
96 | sei | 106 | sei |
107 | + | ||
97 | ; Initialisation des valeurs | 108 | ; Initialisation des valeurs |
109 | + ; Mercredi 12h34'56 | ||
110 | + t2 <- 0b01001100 | ||
111 | + t1 <- 34 | ||
112 | + t0 <- 28 | ||
113 | + | ||
114 | + afficheur <- 0b00000001 | ||
115 | + etat <- 0 | ||
116 | + call afficherHorloge | ||
98 | 117 | ||
99 | boucle: | 118 | boucle: |
100 | sleep | 119 | sleep |
@@ -115,7 +134,7 @@ afficherHorloge: | @@ -115,7 +134,7 @@ afficherHorloge: | ||
115 | 134 | ||
116 | afficherTemperature: | 135 | afficherTemperature: |
117 | ; Considère le registre compteur comme une température et l'affiche | 136 | ; Considère le registre compteur comme une température et l'affiche |
118 | - d0 <- afficheurLettre[26] ; Sigle ° | 137 | + d0 <- afficheurLettre[26] ; Sigle degré |
119 | d1 <- afficheur[compteur%10] | 138 | d1 <- afficheur[compteur%10] |
120 | temp <- compteur + 50 | 139 | temp <- compteur + 50 |
121 | d2 <- afficheur[(temp/10)%10] | 0b10000000 | 140 | d2 <- afficheur[(temp/10)%10] | 0b10000000 |
@@ -125,7 +144,7 @@ afficherTemperature: | @@ -125,7 +144,7 @@ afficherTemperature: | ||
125 | afficherHeur: | 144 | afficherHeur: |
126 | ; Considère le registre compteur comme une heure et l'affiche | 145 | ; Considère le registre compteur comme une heure et l'affiche |
127 | d3 <- afficheur[compteur/10] | 146 | d3 <- afficheur[compteur/10] |
128 | - d2 <- afficheur[compteur%10] | 0b100000000 | 147 | + d2 <- afficheur[compteur%10] | 0b10000000 |
129 | d1 <- 0x00 | 148 | d1 <- 0x00 |
130 | d0 <- 0x00 | 149 | d0 <- 0x00 |
131 | ret | 150 | ret |
@@ -140,14 +159,57 @@ afficherMinu: | @@ -140,14 +159,57 @@ afficherMinu: | ||
140 | 159 | ||
141 | afficherJour: | 160 | afficherJour: |
142 | ; Considère le registre compteur comme un jour et l'affiche | 161 | ; Considère le registre compteur comme un jour et l'affiche |
143 | - ; TODO | 162 | + d1 <- 0x00; |
163 | + d0 <- 0x00; | ||
164 | + si compteur = 0 saut afficherLu | ||
165 | + si compteur = 1 saut afficherMa | ||
166 | + si compteur = 2 saut afficherMe | ||
167 | + si compteur = 3 saut afficherJe | ||
168 | + si compteur = 4 saut afficherVe | ||
169 | + si compteur = 5 saut afficherSa | ||
170 | + si compteur = 6 saut afficherDi | ||
171 | + | ||
172 | +afficherLu: | ||
173 | + d3 <- 0x0E | ||
174 | + d2 <- 0x1c | ||
175 | + ret | ||
176 | + | ||
177 | +afficherMa: | ||
178 | + d3 <- 0x37 | ||
179 | + d2 <- 0x77 | ||
180 | + ret | ||
181 | + | ||
182 | +afficherMe: | ||
183 | + d3 <- 0x37 | ||
184 | + d2 <- 0xcf | ||
185 | + ret | ||
186 | + | ||
187 | +afficherJe: | ||
188 | + d3 <- 0x3c | ||
189 | + d2 <- 0xcf | ||
190 | + ret | ||
191 | + | ||
192 | +afficherVe: | ||
193 | + d3 <- 0x1c | ||
194 | + d2 <- 0xcf | ||
195 | + ret | ||
196 | + | ||
197 | +afficherSa: | ||
198 | + d3 <- 0x5b | ||
199 | + d2 <- 0x77 | ||
200 | + ret | ||
201 | + | ||
202 | +afficherDi: | ||
203 | + d3 <- 0xfc | ||
204 | + d2 <- 0x04 | ||
144 | ret | 205 | ret |
145 | 206 | ||
146 | ; Logique | 207 | ; Logique |
147 | agir10s: | 208 | agir10s: |
148 | ; Initialise une lecture ADC | 209 | ; Initialise une lecture ADC |
210 | + | ||
149 | ; Met à jour l'état de veille (si on est en état veille) | 211 | ; Met à jour l'état de veille (si on est en état veille) |
150 | - ; TODO | 212 | + |
151 | ret | 213 | ret |
152 | 214 | ||
153 | agirHeur: | 215 | agirHeur: |
@@ -198,7 +260,10 @@ etatVeilleTemp: | @@ -198,7 +260,10 @@ etatVeilleTemp: | ||
198 | 260 | ||
199 | etatMenuAssoc: | 261 | etatMenuAssoc: |
200 | etat <- 2 | 262 | etat <- 2 |
201 | - d <- "ASSO" | 263 | + d3 <- 0x77 |
264 | + d2 <- 0x5b | ||
265 | + d1 <- 0x5b | ||
266 | + d0 <- 0x5c | ||
202 | reti | 267 | reti |
203 | 268 | ||
204 | etatMenuJours: | 269 | etatMenuJours: |
@@ -236,7 +301,10 @@ etatParaJoursS: ; Switch | @@ -236,7 +301,10 @@ etatParaJoursS: ; Switch | ||
236 | 301 | ||
237 | etatMenuTJour: | 302 | etatMenuTJour: |
238 | etat <- 17 | 303 | etat <- 17 |
239 | - d <- "JOUR" | 304 | + d3 <- 0x3c |
305 | + d2 <- 0x5c | ||
306 | + d1 <- 0x1c | ||
307 | + d0 <- 0x44 | ||
240 | reti | 308 | reti |
241 | 309 | ||
242 | etatParaTJour: | 310 | etatParaTJour: |
@@ -253,7 +321,10 @@ etatParaTJourC: | @@ -253,7 +321,10 @@ etatParaTJourC: | ||
253 | 321 | ||
254 | etatMenuTNuit: | 322 | etatMenuTNuit: |
255 | etat <- 19 | 323 | etat <- 19 |
256 | - d <- "NUIT" | 324 | + d3 <- 0x54 |
325 | + d2 <- 0x1c | ||
326 | + d1 <- 0x04 | ||
327 | + d0 <- 0x4e | ||
257 | reti | 328 | reti |
258 | 329 | ||
259 | etatParaTNuit: | 330 | etatParaTNuit: |
@@ -270,22 +341,34 @@ etatParaTNuitC: | @@ -270,22 +341,34 @@ etatParaTNuitC: | ||
270 | 341 | ||
271 | etatMenuHorloge: | 342 | etatMenuHorloge: |
272 | etat <- 21 | 343 | etat <- 21 |
273 | - d <- "HORL" | 344 | + d3 <- 0xf6 |
345 | + d2 <- 0x5c | ||
346 | + d1 <- 0x44 | ||
347 | + d0 <- 0x0E | ||
274 | reti | 348 | reti |
275 | 349 | ||
276 | etatMenuHJour: | 350 | etatMenuHJour: |
277 | etat <- 22 | 351 | etat <- 22 |
278 | - d <- "JOUR" | 352 | + d3 <- 0x3c |
353 | + d2 <- 0x5c | ||
354 | + d1 <- 0x1c | ||
355 | + d0 <- 0x44 | ||
279 | reti | 356 | reti |
280 | 357 | ||
281 | etatMenuHHeur: | 358 | etatMenuHHeur: |
282 | etat <- 23 | 359 | etat <- 23 |
283 | - d <- "HEUR" | 360 | + d3 <- 0xf6 |
361 | + d2 <- 0xcf | ||
362 | + d1 <- 0x1c | ||
363 | + d0 <- 0x44 | ||
284 | reti | 364 | reti |
285 | 365 | ||
286 | etatMenuHMinu: | 366 | etatMenuHMinu: |
287 | etat <- 24 | 367 | etat <- 24 |
288 | - d <- "MINU" | 368 | + d3 <- 0x37 |
369 | + d2 <- 0x04 | ||
370 | + d1 <- 0x54 | ||
371 | + d0 <- 0x1c | ||
289 | reti | 372 | reti |
290 | 373 | ||
291 | etatParaHJour: | 374 | etatParaHJour: |
@@ -302,7 +385,7 @@ etatParaHJourC: | @@ -302,7 +385,7 @@ etatParaHJourC: | ||
302 | 385 | ||
303 | etatParaHHeur: | 386 | etatParaHHeur: |
304 | etat <- 26 | 387 | etat <- 26 |
305 | - compteur <- 0 ; TODO Récupérer l'heure | 388 | + compteur <- 0 ; TODO Récupérer le temps |
306 | call afficherHeur | 389 | call afficherHeur |
307 | reti | 390 | reti |
308 | 391 | ||
@@ -415,7 +498,7 @@ watchdog: | @@ -415,7 +498,7 @@ watchdog: | ||
415 | si t2 & 0b00011111 >= 7 saut watchdogHeure ; Continue si il est minuit | 498 | si t2 & 0b00011111 >= 7 saut watchdogHeure ; Continue si il est minuit |
416 | t2 <- t2 + 0b00100000 ; Jour suivant | 499 | t2 <- t2 + 0b00100000 ; Jour suivant |
417 | t2 <- t2 & 0b11100000 ; Heure à minuit | 500 | t2 <- t2 & 0b11100000 ; Heure à minuit |
418 | - si t2 >= 0b11100000 t2 <- 0b00000000 ; Si on est dimanche soir, on revient à lundi matin | 501 | + si t2 >= 0b11100000 alors t2 <- 0b00000000 ; Si on est dimanche soir, on revient à lundi matin |
419 | watchdogHeure: | 502 | watchdogHeure: |
420 | call agirHeure | 503 | call agirHeure |
421 | reti | 504 | reti |
@@ -435,5 +518,12 @@ eteindreChaudiere: | @@ -435,5 +518,12 @@ eteindreChaudiere: | ||
435 | ; Interruption timer | 518 | ; Interruption timer |
436 | timer: | 519 | timer: |
437 | ; Affiche le digit suivant sur l'afficheur 7seg | 520 | ; Affiche le digit suivant sur l'afficheur 7seg |
521 | + lsl afficheur | ||
522 | + si afficheur > 0b00001000 alors selafficheur <- 0b00000001 | ||
523 | + PORTC@IO <- 0xff - afficheur | ||
524 | + si afficheur = 0b00000001 alors PORTA@IO <- d0 | ||
525 | + si afficheur = 0b00000010 alors PORTA@IO <- d1 | ||
526 | + si afficheur = 0b00000100 alors PORTA@IO <- d2 | ||
527 | + si afficheur = 0b00001000 alors PORTA@IO <- d3 | ||
438 | reti | 528 | reti |
439 | 529 |
@@ -0,0 +1,38 @@ | @@ -0,0 +1,38 @@ | ||
1 | +0 0x3F | ||
2 | +1 0x30 | ||
3 | +2 0x6D | ||
4 | +3 0x79 | ||
5 | +4 0x72 | ||
6 | +5 0x5B | ||
7 | +6 0x5F | ||
8 | +7 0x31 | ||
9 | +8 0x7F | ||
10 | +9 0x7B | ||
11 | + | ||
12 | +a 0x77 | ||
13 | +b 0x40 | ||
14 | +c 0x4c | ||
15 | +d 0xfc | ||
16 | +e 0xcf | ||
17 | +f 0xc7 | ||
18 | +g 0x40 | ||
19 | +h 0xf6 | ||
20 | +i 0x04 | ||
21 | +j 0x3c | ||
22 | +k 0x40 | ||
23 | +l 0x0E | ||
24 | +m 0x37 | ||
25 | +n 0x54 | ||
26 | +o 0x5c | ||
27 | +p 0x40 | ||
28 | +q 0x40 | ||
29 | +r 0x44 | ||
30 | +s 0x5b | ||
31 | +t 0x4e | ||
32 | +u 0x1c | ||
33 | +v 0x1c | ||
34 | +w 0x40 | ||
35 | +x 0x40 | ||
36 | +y 0x40 | ||
37 | +z 0x40 | ||
38 | +° 0x63 |