ruby-processing 1.0.9 → 1.0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (193) hide show
  1. data/CHANGELOG +13 -1
  2. data/bin/rp5 +8 -2
  3. data/lib/core/core.jar +0 -0
  4. data/lib/core/jruby-complete.jar +0 -0
  5. data/lib/ruby-processing.rb +2 -2
  6. data/lib/ruby-processing/app.rb +108 -338
  7. data/lib/ruby-processing/config.rb +6 -0
  8. data/lib/ruby-processing/helper_methods.rb +120 -0
  9. data/lib/ruby-processing/library_loader.rb +140 -0
  10. data/lib/ruby-processing/runner.rb +34 -4
  11. data/lib/ruby-processing/runners/base.rb +10 -11
  12. data/lib/ruby-processing/runners/live.rb +1 -1
  13. data/lib/ruby-processing/runners/run.rb +1 -1
  14. data/lib/ruby-processing/runners/watch.rb +18 -76
  15. data/lib/templates/applet/index.html.erb +8 -9
  16. data/library/control_panel/control_panel.rb +1 -1
  17. data/library/dxf/library/dxf.jar +0 -0
  18. data/library/dxf/library/export.txt +1 -0
  19. data/library/javascript/library/export.txt +3 -1
  20. data/library/minim/library/export.txt +1 -0
  21. data/library/minim/library/jl1.0.jar +0 -0
  22. data/library/minim/library/jsminim.jar +0 -0
  23. data/library/minim/library/minim-spi.jar +0 -0
  24. data/library/minim/library/minim.jar +0 -0
  25. data/library/minim/library/mp3spi1.9.4.jar +0 -0
  26. data/library/minim/library/tritonus_aos.jar +0 -0
  27. data/library/minim/library/tritonus_share.jar +0 -0
  28. data/library/net/library/export.txt +1 -0
  29. data/library/net/library/net.jar +0 -0
  30. data/library/opengl/library/export.txt +7 -10
  31. data/library/opengl/library/gluegen-rt.jar +0 -0
  32. data/library/opengl/library/jogl.jar +0 -0
  33. data/library/opengl/library/{libgluegen-rt.so → linux32/libgluegen-rt.so} +0 -0
  34. data/library/opengl/library/{libjogl.so → linux32/libjogl.so} +0 -0
  35. data/library/opengl/library/{libjogl_awt.so → linux32/libjogl_awt.so} +0 -0
  36. data/library/opengl/library/{libjogl_cg.so → linux32/libjogl_cg.so} +0 -0
  37. data/library/opengl/library/linux64/libgluegen-rt.so +0 -0
  38. data/library/opengl/library/linux64/libjogl.so +0 -0
  39. data/library/opengl/library/linux64/libjogl_awt.so +0 -0
  40. data/library/opengl/library/linux64/libjogl_cg.so +0 -0
  41. data/library/opengl/library/{libgluegen-rt.jnilib → macosx/libgluegen-rt.jnilib} +0 -0
  42. data/library/opengl/library/{libjogl.jnilib → macosx/libjogl.jnilib} +0 -0
  43. data/library/opengl/library/{libjogl_awt.jnilib → macosx/libjogl_awt.jnilib} +0 -0
  44. data/library/opengl/library/{libjogl_cg.jnilib → macosx/libjogl_cg.jnilib} +0 -0
  45. data/library/opengl/library/opengl.jar +0 -0
  46. data/library/opengl/library/{gluegen-rt.dll → windows32/gluegen-rt.dll} +0 -0
  47. data/library/opengl/library/{jogl.dll → windows32/jogl.dll} +0 -0
  48. data/library/opengl/library/{jogl_awt.dll → windows32/jogl_awt.dll} +0 -0
  49. data/library/opengl/library/{jogl_cg.dll → windows32/jogl_cg.dll} +0 -0
  50. data/library/opengl/library/windows64/gluegen-rt.dll +0 -0
  51. data/library/opengl/library/windows64/jogl.dll +0 -0
  52. data/library/opengl/library/windows64/jogl_awt.dll +0 -0
  53. data/library/opengl/library/windows64/jogl_cg.dll +0 -0
  54. data/library/pdf/library/export.txt +1 -0
  55. data/library/pdf/library/itext.jar +0 -0
  56. data/library/pdf/library/pdf.jar +0 -0
  57. data/library/serial/library/RXTXcomm.jar +0 -0
  58. data/library/serial/library/export.txt +1 -3
  59. data/library/serial/library/linux32/librxtxSerial.so +0 -0
  60. data/library/serial/library/linux64/librxtxSerial.so +0 -0
  61. data/library/serial/library/macosx/librxtxSerial.jnilib +0 -0
  62. data/library/serial/library/serial.jar +0 -0
  63. data/library/serial/library/windows32/rxtxSerial.dll +0 -0
  64. data/library/serial/library/windows64/rxtxSerial.dll +0 -0
  65. data/library/video/library/export.txt +1 -0
  66. data/library/video/library/video.jar +0 -0
  67. data/samples/{animator.rb → contributed/animator.rb} +0 -0
  68. data/samples/{bezier_playground.rb → contributed/bezier_playground.rb} +0 -0
  69. data/samples/{circle_collision.rb → contributed/circle_collision.rb} +0 -0
  70. data/samples/contributed/drawolver.rb +182 -0
  71. data/samples/{empathy.rb → contributed/empathy.rb} +7 -7
  72. data/samples/{fern.rb → contributed/fern.rb} +0 -0
  73. data/samples/{flight_patterns.rb → contributed/flight_patterns.rb} +0 -0
  74. data/samples/{full_screen.rb → contributed/full_screen.rb} +0 -0
  75. data/samples/{getting_started.rb → contributed/getting_started.rb} +0 -0
  76. data/samples/{gravity.rb → contributed/gravity.rb} +0 -0
  77. data/samples/{jwishy.rb → contributed/jwishy.rb} +0 -0
  78. data/samples/{orbit.rb → contributed/orbit.rb} +0 -0
  79. data/samples/{pong.rb → contributed/pong.rb} +0 -0
  80. data/samples/{reflection.rb → contributed/reflection.rb} +0 -0
  81. data/samples/{simple_buffer.rb → contributed/simple_buffer.rb} +0 -0
  82. data/samples/{tree.rb → contributed/tree.rb} +0 -0
  83. data/samples/peasy_cam/library/hilbert/hilbert.rb +11 -10
  84. data/samples/processing_app/3D/camera/move_eye.rb +29 -0
  85. data/samples/processing_app/3D/form/brick_tower.rb +11 -11
  86. data/samples/processing_app/3D/form/cubic_grid.rb +51 -0
  87. data/samples/processing_app/3D/form/icosahedra/icosahedra.rb +76 -0
  88. data/samples/processing_app/3D/form/icosahedra/icosahedron.rb +116 -0
  89. data/samples/processing_app/3D/form/icosahedra/shape_3D.rb +25 -0
  90. data/samples/processing_app/3D/form/primitives.rb +42 -0
  91. data/samples/processing_app/3D/form/rgb_cube.rb +88 -0
  92. data/samples/processing_app/3D/form/shape_transform.rb +94 -0
  93. data/samples/processing_app/3D/form/toroid.rb +130 -0
  94. data/samples/processing_app/3D/form/vertices.rb +81 -0
  95. data/samples/processing_app/3D/image/data/eames.jpg +0 -0
  96. data/samples/processing_app/3D/image/data/ystone08.jpg +0 -0
  97. data/samples/processing_app/3D/image/explode.rb +56 -0
  98. data/samples/processing_app/3D/image/extrusion.rb +49 -0
  99. data/samples/processing_app/3D/image/zoom.rb +83 -0
  100. data/samples/processing_app/3D/lights/directional.rb +41 -0
  101. data/samples/processing_app/3D/lights/lights1.rb +39 -0
  102. data/samples/processing_app/3D/lights/lights2.rb +42 -0
  103. data/samples/processing_app/3D/lights/reflection.rb +38 -0
  104. data/samples/processing_app/3D/lights/spot.rb +39 -0
  105. data/samples/processing_app/3D/textures/data/berlin-1.jpg +0 -0
  106. data/samples/processing_app/3D/textures/texture1.rb +41 -0
  107. data/samples/processing_app/3D/textures/texture2.rb +38 -0
  108. data/samples/processing_app/3D/textures/texture3.rb +68 -0
  109. data/samples/processing_app/3D/textures/texture_cube.rb +106 -0
  110. data/samples/processing_app/3D/transform/bird.rb +61 -0
  111. data/samples/processing_app/3D/transform/birds/bird.rb +87 -0
  112. data/samples/processing_app/3D/transform/birds/birds.rb +48 -0
  113. data/samples/processing_app/3D/transform/cubes_in_cube/cube.rb +57 -0
  114. data/samples/processing_app/3D/transform/cubes_in_cube/cubes_in_cube.rb +102 -0
  115. data/samples/processing_app/3D/transform/push_pop_cubes.rb +152 -0
  116. data/samples/processing_app/3D/transform/rotate1.rb +43 -0
  117. data/samples/processing_app/3D/transform/rotate2.rb +45 -0
  118. data/samples/processing_app/3D/typography/data/Univers45.vlw +0 -0
  119. data/samples/processing_app/3D/typography/letter_k.rb +136 -0
  120. data/samples/processing_app/3D/typography/typing.rb +77 -0
  121. data/samples/processing_app/basics/form/triangle_strip.rb +19 -19
  122. data/samples/processing_app/basics/math/distance1.rb +59 -0
  123. data/samples/processing_app/basics/math/distance2.rb +38 -0
  124. data/samples/processing_app/basics/math/double_random.rb +38 -0
  125. data/samples/processing_app/basics/math/graphing_2_d_equation.rb +53 -0
  126. data/samples/processing_app/basics/math/increment_decrement.rb +59 -0
  127. data/samples/processing_app/basics/math/modulo.rb +43 -0
  128. data/samples/processing_app/basics/math/noise_1_d.rb +37 -0
  129. data/samples/processing_app/basics/math/noise_2_d.rb +47 -0
  130. data/samples/processing_app/basics/math/noise_3_d.rb +50 -0
  131. data/samples/processing_app/basics/math/noise_wave.rb +61 -0
  132. data/samples/processing_app/basics/math/operator_precedence.rb +70 -0
  133. data/samples/processing_app/basics/math/polar_to_cartesian.rb +44 -0
  134. data/samples/processing_app/basics/math/random.rb +35 -0
  135. data/samples/processing_app/basics/math/sine.rb +49 -0
  136. data/samples/processing_app/basics/math/sine_cosine.rb +60 -0
  137. data/samples/processing_app/basics/math/sine_wave.rb +62 -0
  138. data/samples/processing_app/basics/objects/composite_objects.rb +139 -0
  139. data/samples/processing_app/basics/objects/inheritance.rb +104 -0
  140. data/samples/processing_app/basics/objects/multiple_constructors.rb +66 -0
  141. data/samples/processing_app/basics/objects/objects.rb +72 -0
  142. data/samples/processing_app/basics/shape/data/bot1.svg +160 -0
  143. data/samples/processing_app/basics/shape/data/usa-wikipedia.svg +452 -0
  144. data/samples/processing_app/basics/shape/disable_style.rb +36 -0
  145. data/samples/processing_app/basics/shape/get_child.rb +43 -0
  146. data/samples/processing_app/basics/shape/load_display_shape.rb +33 -0
  147. data/samples/processing_app/basics/shape/scale_shape.rb +33 -0
  148. data/samples/processing_app/basics/structure/coordinates.rb +55 -0
  149. data/samples/processing_app/basics/structure/create_graphics.rb +39 -0
  150. data/samples/processing_app/basics/structure/functions.rb +41 -0
  151. data/samples/processing_app/basics/structure/loop.rb +39 -0
  152. data/samples/processing_app/basics/structure/noloop.rb +33 -0
  153. data/samples/processing_app/basics/structure/recursion1.rb +42 -0
  154. data/samples/processing_app/basics/structure/recursion2.rb +39 -0
  155. data/samples/processing_app/basics/structure/redraw.rb +36 -0
  156. data/samples/processing_app/basics/structure/setup_draw.rb +30 -0
  157. data/samples/processing_app/basics/structure/statements_comments.rb +32 -0
  158. data/samples/processing_app/basics/structure/width_height.rb +29 -0
  159. data/samples/processing_app/basics/transform/arm.rb +47 -0
  160. data/samples/processing_app/basics/transform/rotate.rb +43 -0
  161. data/samples/processing_app/basics/transform/scale.rb +45 -0
  162. data/samples/processing_app/basics/transform/translate.rb +41 -0
  163. data/samples/processing_app/basics/transform/triangle_flower.rb +69 -0
  164. data/samples/processing_app/basics/typography/data/CourierNew36.vlw +0 -0
  165. data/samples/processing_app/basics/typography/data/Ziggurat-HTF-Black-32.vlw +0 -0
  166. data/samples/processing_app/basics/typography/letters.rb +52 -0
  167. data/samples/processing_app/basics/typography/words.rb +37 -0
  168. data/samples/processing_app/basics/web/embedded_links.rb +58 -0
  169. data/samples/processing_app/basics/web/loading_images.rb +25 -0
  170. metadata +181 -86
  171. data/lib/patches/JRubyApplet.diff +0 -24
  172. data/lib/patches/PATCHES.txt +0 -3
  173. data/lib/patches/PApplet.diff +0 -27
  174. data/library/minim/license.txt +0 -339
  175. data/library/minim/version.txt +0 -1
  176. data/library/opengl/library/gluegen-rt-natives-linux-amd64.jar +0 -0
  177. data/library/opengl/library/gluegen-rt-natives-linux-i586.jar +0 -0
  178. data/library/opengl/library/gluegen-rt-natives-macosx-ppc.jar +0 -0
  179. data/library/opengl/library/gluegen-rt-natives-macosx-universal.jar +0 -0
  180. data/library/opengl/library/gluegen-rt-natives-windows-amd64.jar +0 -0
  181. data/library/opengl/library/gluegen-rt-natives-windows-i586.jar +0 -0
  182. data/library/opengl/library/gluegen-rt.jar.pack.gz +0 -0
  183. data/library/opengl/library/jogl-natives-linux-amd64.jar +0 -0
  184. data/library/opengl/library/jogl-natives-linux-i586.jar +0 -0
  185. data/library/opengl/library/jogl-natives-macosx-ppc.jar +0 -0
  186. data/library/opengl/library/jogl-natives-macosx-universal.jar +0 -0
  187. data/library/opengl/library/jogl-natives-windows-amd64.jar +0 -0
  188. data/library/opengl/library/jogl-natives-windows-i586.jar +0 -0
  189. data/library/opengl/library/jogl.jar.pack.gz +0 -0
  190. data/library/pdf/notes.txt +0 -8
  191. data/library/serial/library/librxtxSerial.jnilib +0 -0
  192. data/library/serial/library/librxtxSerial.so +0 -0
  193. data/library/serial/library/rxtxSerial.dll +0 -0
@@ -0,0 +1,104 @@
1
+ # Inheritance
2
+ #
3
+ # A class can be defined using another class as a foundation. In object-oriented
4
+ # programming terminology, one class can inherit fields and methods from another.
5
+ # An object that inherits from another is called a subclass, and the object it
6
+ # inherits from is called a superclass. A subclass extends the superclass.
7
+
8
+ class Inheritance < Processing::App
9
+
10
+ def setup
11
+
12
+ size 200, 200
13
+ smooth
14
+
15
+ @arm = SpinArm.new width/2, height/2, 0.01
16
+ @spots = SpinSpots.new width/2, height/2, -0.02, 33.0
17
+ end
18
+
19
+ def draw
20
+
21
+ background 204
22
+
23
+ @arm.display
24
+ @spots.display
25
+ end
26
+
27
+ # vvv CLASS SPIN
28
+
29
+ class Spin
30
+
31
+ attr_accessor :x, :y, :speed
32
+ attr_accessor :angle
33
+
34
+ def initialize ( x, y, s )
35
+
36
+ @x, @y = x, y
37
+ @speed = s
38
+ @angle = 0.0
39
+ end
40
+
41
+ def update
42
+
43
+ @angle += @speed
44
+ end
45
+
46
+ end
47
+
48
+ # ^^^ CLASS SPIN
49
+
50
+ # vvv CLASS SPINARM
51
+
52
+ class SpinArm < Spin # inherit from (or "extend") class Spin
53
+
54
+ def display
55
+
56
+ stroke_weight 1
57
+ stroke 0
58
+
59
+ push_matrix
60
+
61
+ translate @x, @y
62
+ update
63
+ rotate @angle
64
+ line 0, 0, 66, 0
65
+ pop_matrix
66
+ end
67
+
68
+ end
69
+
70
+ # ^^^ CLASS SPINARM
71
+
72
+ # vvv CLASS SPINSPOTS
73
+
74
+ class SpinSpots < Spin
75
+
76
+ attr_accessor :dim
77
+
78
+ def initialize ( x, y, s, d )
79
+
80
+ super( x, y, s )
81
+ @dim = d
82
+ end
83
+
84
+ def display
85
+
86
+ no_stroke
87
+
88
+ push_matrix
89
+
90
+ translate @x, @y
91
+ update
92
+ rotate @angle
93
+ ellipse -@dim/2, 0, @dim, @dim
94
+ ellipse @dim/2, 0, @dim, @dim
95
+ pop_matrix
96
+ end
97
+
98
+ end
99
+
100
+ # ^^^ CLASS SPINSPOTS
101
+
102
+ end
103
+
104
+ Inheritance.new :title => "Inheritance"
@@ -0,0 +1,66 @@
1
+ # Multiple constructors in Processing / Java
2
+ #
3
+ # A class can have multiple constructors that assign the fields in different ways.
4
+ # Sometimes it's beneficial to specify every aspect of an object's data by assigning
5
+ # parameters to the fields, but other times it might be appropriate to define only
6
+ # one or a few.
7
+
8
+ # fjenett, 2010-03-13:
9
+ #
10
+ # Ruby constructors are called "initialize" no matter what the name of the class is.
11
+ #
12
+ # In Ruby you can not have multiple methods with the same name although they have different
13
+ # parameters. In fact the last definition of a method will override all previous ones.
14
+ # But there are two ways to define methods with variable parameters. One is to give the
15
+ # parameters a default value, the second is to use the catch-all asterix:
16
+
17
+ # def my_method1 ( a, b = "2" ) # can be called with one or two arguments
18
+ # end
19
+
20
+ # def my_method2 ( *args ) # can be called with any number of arguments, args is an array
21
+ # end
22
+
23
+ class MultipleConstructors < Processing::App
24
+
25
+ def setup
26
+
27
+ size 200, 200
28
+
29
+ background 204
30
+ smooth
31
+ no_loop
32
+
33
+ sp1 = Spot.new
34
+ sp2 = Spot.new 122, 100, 40
35
+
36
+ sp1.display
37
+ sp2.display
38
+ end
39
+
40
+ def draw
41
+
42
+ end
43
+
44
+ # vvv CLASS SPOT
45
+
46
+ class Spot
47
+
48
+ attr_accessor :x, :y, :radius
49
+
50
+ def initialize ( x = 66, y = 100, r = 16 ) # can be called with 0 to 3 arguments
51
+
52
+ @x, @y, @radius = x, y, r
53
+ end
54
+
55
+ def display
56
+
57
+ ellipse @x, @y, @radius*2, @radius*2
58
+ end
59
+
60
+ end
61
+
62
+ # ^^^ CLASS SPOT
63
+
64
+ end
65
+
66
+ MultipleConstructors.new :title => "Multiple Constructors"
@@ -0,0 +1,72 @@
1
+ # Objects
2
+ # by hbarragan.
3
+ #
4
+ # Move the cursor across the image to change the speed and positions
5
+ # of the geometry. The class MRect defines a group of lines.
6
+
7
+ class Objects < Processing::App
8
+
9
+ def setup
10
+
11
+ size 200, 200
12
+
13
+ fill 255, 204
14
+ no_stroke
15
+
16
+ @r1 = MRect.new 1, 134.0, 0.532, 0.083 * height, 10.0, 60.0
17
+ @r2 = MRect.new 2, 44.0, 0.166, 0.332 * height, 5.0, 50.0
18
+ @r3 = MRect.new 2, 58.0, 0.332, 0.4482 * height, 10.0, 35.0
19
+ @r4 = MRect.new 1, 120.0, 0.0498, 0.913 * height, 15.0, 60.0
20
+ end
21
+
22
+ def draw
23
+
24
+ background 0
25
+
26
+ [@r1, @r2, @r3, @r4].each do |r| r.display end
27
+
28
+ @r1.move mouse_x - width / 2, mouse_y + height * 0.1, 30.0
29
+ @r2.move( (mouse_x + width * 0.05) % width, mouse_y + height * 0.025, 20.0 )
30
+ @r3.move mouse_x / 4, mouse_y - height * 0.025, 40.0
31
+ @r4.move mouse_x - width / 2, height - mouse_y, 50.0
32
+ end
33
+
34
+ # vvvv CLASS MRECT
35
+
36
+ class MRect
37
+
38
+ attr_accessor :w, :xpos, :h, :ypos, :d, :t
39
+
40
+ def initialize ( iw, ixp, ih, iyp, id, it )
41
+
42
+ @w, @h = iw, ih
43
+ @xpos, @ypos = ixp, iyp
44
+ @d, @t = id, it
45
+ end
46
+
47
+ def move ( posx, posy, damping )
48
+
49
+ dif = @ypos - posy
50
+
51
+ @ypos -= dif / damping if dif.abs > 1
52
+
53
+ dif = @xpos - posx
54
+
55
+ @xpos -= dif / damping if dif.abs > 1
56
+ end
57
+
58
+ def display
59
+
60
+ 0.upto(@t-1) { |i|
61
+
62
+ rect @xpos + ( i * (@d + @w)), @ypos, @w, height * @h
63
+ }
64
+ end
65
+
66
+ end
67
+
68
+ # ^^^^ CLASS MRECT
69
+
70
+ end
71
+
72
+ Objects.new :title => "Objects"
@@ -0,0 +1,160 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
4
+ <!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
5
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
6
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
7
+ ]>
8
+ <svg version="1.0" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
9
+ width="281" height="285" viewBox="-0.826 -0.359 281 285" enable-background="new -0.826 -0.359 281 285" xml:space="preserve">
10
+ <defs>
11
+ </defs>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#010101" stroke="#010101" stroke-width="9.6086" d="M113.433,30.168
13
+ c0,13.984-10.961,25.318-24.484,25.316C75.426,55.479,64.46,44.14,64.46,30.155S75.422,4.836,88.944,4.839
14
+ C102.467,4.846,113.433,16.184,113.433,30.168z"/>
15
+ <g>
16
+ <path fill="#DCD1C9" d="M39.651,46.68c-44.969,43.663-50.07,140.646-1.164,192.438c51.409,54.444,145.329,53.947,195.813,3.567
17
+ c51.877-51.769,54.604-131.891,8.549-188.207C192.479-7.108,104.535-16.322,39.651,46.68z"/>
18
+ <g>
19
+ <path fill="none" d="M39.651,46.68c-44.969,43.663-50.07,140.646-1.164,192.438c51.409,54.444,145.329,53.947,195.813,3.567
20
+ c51.877-51.769,54.604-131.891,8.549-188.207C192.479-7.108,104.535-16.322,39.651,46.68z"/>
21
+ <path fill="#010101" d="M36.934,43.962C6.838,73.562-3.205,119.66,0.862,160.518c2.165,21.755,8.708,43.123,20.062,61.861
22
+ c11.465,18.922,28.43,34.059,47.793,44.567c38.533,20.912,87.19,22.636,127.435,5.596c42.95-18.185,73.317-58.809,81.129-104.54
23
+ c8.081-47.314-9.347-95.687-43.426-128.983C201.161,7.076,154.53-6.69,109.856,3.103C82.15,9.177,57.217,24.448,36.934,43.962
24
+ c-3.578,3.442,1.864,8.871,5.436,5.436c35.482-34.137,84.699-50.869,132.869-36.563c46.25,13.736,81.641,54.486,92.779,100.845
25
+ c11.391,47.407-5.127,98.258-41.2,130.783c-33.292,30.017-82.76,38.231-125.342,27.153c-22.003-5.724-42.288-17.146-58.358-33.236
26
+ c-15.779-15.8-25.755-36.354-31.091-57.858c-10.125-40.805-3.8-90.13,23.262-123.42c2.202-2.709,4.594-5.257,7.082-7.704
27
+ C45.907,45.918,40.469,40.485,36.934,43.962z"/>
28
+ </g>
29
+ </g>
30
+ <path opacity="0.22" fill-rule="evenodd" clip-rule="evenodd" fill="none" stroke="#010101" stroke-width="4.2158" d="
31
+ M253.34,71.086c0,0-21.447,73.052-144.24,113.348"/>
32
+ <path opacity="0.22" fill-rule="evenodd" clip-rule="evenodd" fill="none" stroke="#010101" stroke-width="4.2158" d="
33
+ M50.023,37.374c0,0,16.015,107.296,184.966,205.785"/>
34
+ <g>
35
+ <path fill="#010101" d="M174.355,101.981c-43.021-7.701-111.662,3.068-137.524,26.602c-39.524,35.657,16.247,121.859,56.42,133.004
36
+ c52.411,14.541,116.388,7.237,143.871-45.502c32.469-64.455-4.94-99.36-60.651-114.104"/>
37
+ <g>
38
+ <path fill="none" d="M174.355,101.981c-43.021-7.701-111.662,3.068-137.524,26.602c-39.524,35.657,16.247,121.859,56.42,133.004
39
+ c52.411,14.541,116.388,7.237,143.871-45.502c32.469-64.455-4.94-99.36-60.651-114.104"/>
40
+ <path fill="#010101" d="M175.788,99.106c-22.491-3.917-45.875-2.992-68.383,0.283c-21.383,3.111-43.581,8.509-62.346,19.588
41
+ c-14.892,8.792-24.576,21.822-25.77,39.378c-1.249,18.36,5.922,36.67,14.672,52.43c9.148,16.477,21.649,31.662,36.767,42.994
42
+ c15.058,11.288,33.858,14.645,52.219,16.477c42.724,4.263,88.239-8.147,113.104-45.316c15.824-23.655,24.019-56.618,9.717-82.75
43
+ c-13.166-24.056-41.782-36.14-66.927-42.883c-3.38-0.906-9.645,4.035-4.738,5.351c19.54,5.24,39.436,13.162,54.013,27.673
44
+ c13.713,13.652,18.818,31.942,16.123,50.89c-3.305,23.229-15.872,46.106-34.214,60.756
45
+ c-17.037,13.607-38.688,19.634-60.147,21.017c-11.116,0.716-22.279-0.017-33.288-1.619c-9.442-1.374-19.371-3.145-28.102-7.137
46
+ c-16.275-7.442-29.36-22.438-39.418-36.794c-10.987-15.681-19.566-34.055-21.424-53.286c-0.806-8.338,0.27-16.99,3.752-24.637
47
+ c3.572-7.842,10.018-13.394,17.18-17.892c17.482-10.98,39.337-15.744,59.494-18.676c21.364-3.108,43.522-3.81,64.854-0.096
48
+ C176.822,105.536,181.239,100.055,175.788,99.106L175.788,99.106z"/>
49
+ </g>
50
+ </g>
51
+ <g>
52
+ <path fill="#ED1B6A" d="M250.235,163.193c-5.812-31.253-35.123-50.524-72.66-60.612h-2.145
53
+ c-43.628-7.931-113.24,3.161-139.468,27.398c-10.321,9.456-14.197,22.372-13.625,36.523l4.348,3.13
54
+ c8.622,7.931,17.963-3.604,22.99-9.373c6.469-7.93,9.343-12.977,19.403-15.86c9.341-3.606,18.684-2.884,28.019-4.326
55
+ c8.624-1.442,15.096-5.046,23.713-5.768c7.906-0.721,15.093-5.768,22.996-2.884c3.597,0.721,6.468,2.884,10.058,3.605
56
+ c4.317,0,8.623-1.442,12.938-0.721c5.03,1.442,6.466,5.768,11.495,7.21c5.749,1.441,7.902,1.441,12.934,5.048
57
+ c4.314,2.163,7.907,5.045,12.217,7.208c5.747,2.883,10.058,1.443,15.087,2.883c6.472,2.164,7.182,10.095,15.092,10.814
58
+ c4.312,0,12.214-1.439,15.808-3.603L250.235,163.193z"/>
59
+ </g>
60
+ <g>
61
+ <path fill="#ED1B6A" d="M98.567,263.236c50.975,14.76,109.2,2.759,136.183-45.144c0.402-0.735,0.743-1.448,1.124-2.178
62
+ l-2.929-2.908c0-0.634-0.696-2.543-1.388-3.178c-11.829-13.353-41.738,21.617-55.656,19.074c-5.565-1.271-5.565-5.725-12.519-3.817
63
+ c-4.176,0.639-7.652,3.817-11.826,4.453c-5.562,1.907-5.562-0.636-10.437-0.636c-3.475-0.636-7.651,1.271-11.128,1.907
64
+ c-11.132,1.907-18.086-1.271-27.134-5.086c-6.953-3.178-15.303-5.086-22.255-8.268c-5.566-2.542-31.306-16.53-34.782-4.45
65
+ c0,0-1.272,1.979-2.911,4.764C56.87,238.188,72.218,255.607,98.567,263.236z"/>
66
+ </g>
67
+ <g>
68
+ <path fill="#FFFFFF" d="M88.249,157.79c6.698,2.19,16.259-6.914,17.8-13.337c1.535-8.641-2.75-23.457-11.903-26.308
69
+ c-10.047-3.29-28.312,4.297-30.956,14.044c-3.752,13.073,11.67,23.428,22.827,25.609"/>
70
+ </g>
71
+ <g>
72
+ <path fill="#FFFFFF" d="M90.08,235.423c0.705-2.8,4.232-10.5,9.167-12.601c7.054-2.8,16.222,2.101,19.042,8.399
73
+ c4.938,8.401,0,18.898-8.463,19.601c-10.579,1.399-17.631-4.2-20.451-12.601"/>
74
+ </g>
75
+ <g>
76
+ <path fill="#FFFFFF" d="M79.232,236.037c9.167-3.502,3.55-27.247-8.463-22.401c-17.366,7-2.998,25.726,8.288,22.226"/>
77
+ </g>
78
+ <g>
79
+ <path fill="#FFFFFF" d="M126.639,252.798c-10.073-22.721,15.564-39.986,31.131-24.539c7.322,7.271,9.04,23.288-1.948,27.832
80
+ C149.414,258.816,132.13,258.25,126.639,252.798"/>
81
+ </g>
82
+ <g>
83
+ <path fill="#FFFFFF" d="M50.407,213.636c0-7.001,9.875-9.801,11.99-1.401c2.116,11.199-12.696,6.827-11.903,1.314"/>
84
+ </g>
85
+ <g>
86
+ <path fill="#FFFFFF" d="M194.573,241.075c5.755-10.238-17.841-27.873-25.184-14.225c-10.609,19.727,17.177,26.05,24.887,14.197"/>
87
+ </g>
88
+ <g>
89
+ <path fill="#FFFFFF" d="M196.846,228.575c-0.241-1.773,0.016-7.014,2.379-9.352c3.42-3.218,9.84-2.478,12.921,0.511
90
+ c4.787,3.723,4.364,10.9-0.356,13.23c-5.777,3.211-11.137,1.593-14.702-2.614"/>
91
+ </g>
92
+ <g>
93
+ <path fill="#FFFFFF" d="M216.494,212.062c0-7.002,9.875-9.803,11.989-1.401c2.116,11.2-12.695,6.824-11.903,1.313"/>
94
+ </g>
95
+ <g>
96
+ <path fill="#FFFFFF" d="M59.668,149.918c0.314,2.627-0.19,10.368-3.735,13.762c-5.132,4.677-14.6,3.434-19.084-1.06
97
+ c-6.985-5.614-6.186-16.212,0.844-19.543c8.613-4.61,16.496-2.085,21.666,4.21"/>
98
+ </g>
99
+ <g>
100
+ <path fill="#FFFFFF" d="M184.648,158.552c-6.402,2.938-16.947-5.027-19.219-11.233c-2.516-8.407,0.036-23.615,8.801-27.482
101
+ c9.604-4.405,28.62,1.061,32.369,10.445c5.229,12.562-8.9,24.596-19.734,28.025"/>
102
+ </g>
103
+ <g>
104
+ <path fill="#FFFFFF" d="M207.767,150.477c-0.341,2.864,0.208,11.304,4.072,15.005c5.597,5.096,15.921,3.741,20.806-1.158
105
+ c7.618-6.12,6.745-17.673-0.918-21.306c-9.391-5.028-17.984-2.273-23.621,4.589"/>
106
+ </g>
107
+ <g>
108
+ <circle fill="#010101" cx="36.818" cy="77.957" r="19.355"/>
109
+ </g>
110
+ <g>
111
+ <circle fill="#010101" cx="237.251" cy="76.863" r="22.024"/>
112
+ </g>
113
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" cx="36.677" cy="76.608" r="16.548"/>
114
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" cx="237.924" cy="76.074" r="19.217"/>
115
+ <path opacity="0.22" fill-rule="evenodd" clip-rule="evenodd" fill="none" stroke="#010101" stroke-width="2.4" d="M187.23,11.758
116
+ c-13.361,38.694-59.96,40.978-115.854,73.392"/>
117
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#F7F8F8" cx="62.383" cy="43.059" r="5.072"/>
118
+ <polygon fill="#9F9F9F" points="65.342,42.071 63.369,42.071 63.369,40.1 61.396,40.1 61.396,42.071 59.425,42.071 59.425,44.046
119
+ 61.396,44.046 61.396,46.018 63.369,46.018 63.369,44.046 65.342,44.046 "/>
120
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#F7F8F8" cx="68.255" cy="56.778" r="5.072"/>
121
+ <polygon fill="#9F9F9F" points="71.213,55.79 69.24,55.79 69.24,53.819 67.268,53.819 67.268,55.79 65.296,55.79 65.296,57.765
122
+ 67.268,57.765 67.268,59.736 69.24,59.736 69.24,57.765 71.213,57.765 "/>
123
+ <ellipse transform="matrix(0.8929 -0.4502 0.4502 0.8929 -53.4242 36.5359)" fill-rule="evenodd" clip-rule="evenodd" fill="#F7F8F8" cx="50.106" cy="130.595" rx="5.072" ry="3.111"/>
124
+ <polygon fill="#9F9F9F" points="52.476,128.724 50.714,129.611 50.169,128.532 48.407,129.42 48.951,130.5 47.192,131.386
125
+ 47.736,132.468 49.496,131.58 50.041,132.661 51.803,131.774 51.259,130.691 53.02,129.803 "/>
126
+ <ellipse fill-rule="evenodd" clip-rule="evenodd" fill="#F7F8F8" cx="170.956" cy="251.875" rx="5.072" ry="3.644"/>
127
+ <polygon fill="#9F9F9F" points="173.912,251.166 171.94,251.166 171.94,249.75 169.969,249.75 169.969,251.166 167.996,251.166
128
+ 167.996,252.583 169.969,252.583 169.969,254 171.94,254 171.94,252.583 173.912,252.583 "/>
129
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#F7F8F8" cx="248.846" cy="109.625" r="5.071"/>
130
+ <polygon fill="#9F9F9F" points="251.805,108.637 249.831,108.637 249.831,106.666 247.858,106.666 247.858,108.637 245.887,108.637
131
+ 245.887,110.612 247.858,110.612 247.858,112.584 249.831,112.584 249.831,110.612 251.805,110.612 "/>
132
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#E54097" d="M107.625,29.171c0,10.696-8.384,19.365-18.727,19.363
133
+ c-10.343-0.003-18.73-8.676-18.73-19.373S78.553,9.796,88.896,9.799C99.238,9.803,107.625,18.475,107.625,29.171z"/>
134
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#AD208E" d="M99.555,29.17c0,5.887-4.771,10.657-10.656,10.655
135
+ c-5.885,0-10.657-4.776-10.66-10.66c0-5.888,4.771-10.658,10.656-10.657C94.781,18.51,99.555,23.283,99.555,29.17z"/>
136
+ <g>
137
+ <path fill="#F490AF" d="M88.895,7.848c-11.386-0.002-20.613,9.54-20.613,21.314c0,11.772,9.23,21.32,20.617,21.323
138
+ c11.385,0.003,20.612-9.539,20.612-21.312C109.511,17.4,100.278,7.853,88.895,7.848L88.895,7.848z M88.9,47.361
139
+ c-9.646-0.002-17.494-8.166-17.494-18.199c0-4.88,1.832-9.462,5.158-12.901c3.299-3.412,7.678-5.29,12.33-5.289
140
+ c9.646,0.004,17.493,8.169,17.493,18.2c0,4.88-1.832,9.462-5.158,12.901C97.93,45.485,93.551,47.362,88.9,47.361L88.9,47.361z"/>
141
+ </g>
142
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#F490AF" d="M103.231,19.386c0,3.882-3.143,7.027-7.024,7.026
143
+ c-3.887,0-7.03-3.149-7.033-7.03c0-3.882,3.146-7.027,7.027-7.026C100.085,12.358,103.231,15.505,103.231,19.386z"/>
144
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" cx="100.37" cy="26.965" r="3.905"/>
145
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M101.996,34.82c0,1.424-1.154,2.577-2.581,2.577
146
+ c-1.423,0-2.575-1.156-2.575-2.579c0-1.424,1.152-2.576,2.575-2.575C100.838,32.243,101.996,33.397,101.996,34.82z"/>
147
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#E54097" d="M134.252,19.146c0,5.71-4.476,10.339-9.998,10.337
148
+ s-10-4.632-10-10.343c0-5.711,4.476-10.339,9.998-10.338C129.774,8.805,134.252,13.435,134.252,19.146z"/>
149
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#AD208E" cx="124.253" cy="19.143" r="5.69"/>
150
+ <g>
151
+ <path fill="#F490AF" d="M124.252,7.761c-6.079-0.001-11.005,5.093-11.005,11.38c0,6.285,4.927,11.382,11.007,11.384
152
+ c6.079,0.001,11.005-5.093,11.005-11.379S130.329,7.764,124.252,7.761L124.252,7.761z M124.254,28.857
153
+ c-5.149-0.001-9.339-4.36-9.339-9.716c0-2.606,0.978-5.052,2.754-6.889c1.761-1.821,4.099-2.824,6.583-2.823
154
+ c5.149,0.002,9.339,4.361,9.339,9.717c0,2.605-0.978,5.051-2.754,6.888C129.076,27.855,126.738,28.858,124.254,28.857
155
+ L124.254,28.857z"/>
156
+ </g>
157
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#F490AF" cx="128.154" cy="13.92" r="3.753"/>
158
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" cx="130.378" cy="17.967" r="2.085"/>
159
+ <circle fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" cx="129.87" cy="22.161" r="1.376"/>
160
+ </svg>
@@ -0,0 +1,452 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
4
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
5
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
6
+ ]>
7
+ <svg version="1.1"
8
+ id="svg2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" sodipodi:version="0.32" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" sodipodi:docname="Blank US Map.svg" inkscape:version="0.44" sodipodi:docbase="/home/theshibboleth/Desktop/Wiki/election maps"
9
+ xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="1368" height="936" viewBox="0 0 1368 936"
10
+ overflow="visible" enable-background="new 0 0 1368 936" xml:space="preserve">
11
+ <sodipodi:namedview fill="#d3d3d3" inkscape:window-x="0" inkscape:window-y="25" showguides="true" inkscape:current-layer="svg2" inkscape:guide-bbox="true" showgrid="false" inkscape:window-height="796" inkscape:window-width="1430" inkscape:pageshadow="2" inkscape:pageopacity="0.0" id="base" pagecolor="#ffffff" borderopacity="1.0" bordercolor="#666666" inkscape:cx="374.60758" inkscape:zoom="0.99999999" inkscape:cy="340.17222">
12
+ </sodipodi:namedview>
13
+ <path id="HI" fill="#D3D3D3" d="M521.087,690.31l1.939-3.557l2.263-0.323l0.324,0.809l-2.102,3.071H521.087L521.087,690.31z
14
+ M531.271,686.591l6.143,2.587l2.103-0.323l1.617-3.88l-0.647-3.396l-4.203-0.484l-4.042,1.777L531.271,686.591z M561.987,696.613
15
+ l3.718,5.496l2.426-0.323l1.132-0.483l1.455,1.293l3.718-0.162l0.97-1.454l-2.91-1.778l-1.939-3.719l-2.103-3.558l-5.82,2.91
16
+ L561.987,696.613z M582.194,705.506l1.293-1.94l4.688,0.97l0.646-0.483l6.144,0.646l-0.323,1.293l-2.587,1.455l-4.365-0.323
17
+ L582.194,705.506z M587.529,710.679l1.94,3.88l3.071-1.132l0.323-1.616l-1.617-2.103l-3.718-0.322V710.679L587.529,710.679z
18
+ M594.48,709.547l2.264-2.909l4.688,2.425l4.365,1.131l4.364,2.749v1.939l-3.557,1.777l-4.85,0.97l-2.426-1.454L594.48,709.547z
19
+ M611.133,725.065l1.616-1.293l3.396,1.616l7.598,3.557l3.396,2.103l1.616,2.425l1.94,4.364l4.042,2.588l-0.323,1.293l-3.88,3.232
20
+ l-4.203,1.455l-1.455-0.646l-3.071,1.777l-2.425,3.233l-2.263,2.909l-1.778-0.162l-3.557-2.586l-0.323-4.525l0.646-2.426
21
+ l-1.615-5.657l-2.103-1.778l-0.162-2.587l2.265-0.97l2.102-3.072l0.485-0.971l-1.617-1.777L611.133,725.065z"/>
22
+ <path id="AK" fill="#D3D3D3" d="M446.076,615.675l-0.322,85.356l1.616,0.971l3.071,0.161l1.455-1.132h2.586l0.162,2.91l6.952,6.789
23
+ l0.484,2.587l3.396-1.939l0.646-0.162l0.324-3.07l1.455-1.617l1.132-0.161l1.94-1.455l3.07,2.103l0.647,2.909l1.939,1.131
24
+ l1.132,2.427l3.88,1.776l3.395,5.982l2.748,3.88l2.263,2.748l1.455,3.718l5.012,1.778l5.174,2.102l0.97,4.365l0.484,3.071
25
+ l-0.97,3.395l-1.777,2.264l-1.617-0.809l-1.455-3.071l-2.748-1.455l-1.778-1.132l-0.809,0.809l1.455,2.748l0.161,3.72l-1.131,0.483
26
+ l-1.939-1.938l-2.103-1.294l0.485,1.616l1.293,1.778l-0.808,0.809c0,0-0.809-0.324-1.294-0.971
27
+ c-0.484-0.646-2.102-3.396-2.102-3.396l-0.97-2.264c0,0-0.323,1.294-0.971,0.971c-0.646-0.324-1.293-1.455-1.293-1.455l1.778-1.939
28
+ l-1.455-1.455v-5.011h-0.808l-0.81,3.395l-1.132,0.485l-0.97-3.72l-0.646-3.718l-0.809-0.485l0.323,5.658v1.132l-1.455-1.293
29
+ l-3.558-5.981l-2.102-0.484l-0.647-3.719l-1.616-2.909l-1.616-1.132v-2.265l2.102-1.293l-0.485-0.323l-2.587,0.646l-3.395-2.425
30
+ l-2.587-2.91l-4.851-2.586l-4.042-2.588l1.293-3.232v-1.616l-1.777,1.616l-2.91,1.132l-3.718-1.132l-5.658-2.426h-5.497
31
+ l-0.646,0.485l-6.466-3.88l-2.102-0.323l-2.749-5.82l-3.557,0.323l-3.557,1.455l0.484,4.526l1.133-2.91l0.97,0.322l-1.455,4.365
32
+ l3.232-2.748l0.646,1.616l-3.88,4.365l-1.293-0.323l-0.485-1.94l-1.293-0.808l-1.293,1.131l-2.748-1.778l-3.072,2.103l-1.777,2.103
33
+ l-3.396,2.103l-4.688-0.162l-0.485-2.103l3.718-0.646v-1.294l-2.263-0.646l0.97-2.425l2.263-3.88v-1.778l0.162-0.808l4.365-2.265
34
+ l0.97,1.293h2.749l-1.293-2.586l-3.718-0.323l-5.012,2.748l-2.426,3.396l-1.777,2.587l-1.131,2.263l-4.203,1.455l-3.072,2.587
35
+ l-0.323,1.616l2.263,0.971l0.809,2.102l-2.748,3.232l-6.466,4.203l-7.761,4.204l-2.102,1.131l-5.335,1.132l-5.335,2.264l1.777,1.293
36
+ l-1.455,1.455l-0.484,1.132l-2.748-0.971l-3.233,0.162l-0.808,2.264h-0.97l0.322-2.426l-3.556,1.294l-2.91,0.97l-3.395-1.293
37
+ l-2.91,1.938h-3.233l-2.102,1.293l-1.617,0.81l-2.103-0.323l-2.586-1.132l-2.263,0.646l-0.97,0.972l-1.616-1.133v-1.939l3.071-1.293
38
+ l6.305,0.646l4.365-1.616l2.102-2.102l2.91-0.646l1.778-0.809l2.748,0.162l1.616,1.293l0.971-0.323l2.263-2.748l3.071-0.971
39
+ l3.395-0.646l1.293-0.323l0.646,0.485h0.809l1.293-3.719l4.042-1.455l1.939-3.719l2.264-4.525l1.617-1.455l0.322-2.587l-1.616,1.294
40
+ l-3.395,0.646l-0.646-2.425l-1.293-0.323l-0.97,0.97l-0.162,2.91l-1.455-0.162l-1.455-5.818l-1.293,1.293l-1.131-0.485l-0.324-1.939
41
+ l-4.042,0.161l-2.102,1.132l-2.586-0.323l1.455-1.454l0.484-2.588l-0.646-1.938l1.455-0.97l1.293-0.162l-0.646-1.778V688.1
42
+ l-0.97-0.971l-0.809,1.454h-6.143l-1.455-1.293l-0.646-3.88l-2.103-3.557v-0.97l2.103-0.81l0.161-2.102l1.132-1.133l-0.809-0.483
43
+ l-1.293,0.483l-1.131-2.748l0.97-5.012l4.526-3.233l2.587-1.615l1.939-3.719l2.748-1.294l2.586,1.132l0.324,2.426l2.425-0.323
44
+ l3.233-2.425l1.617,0.646l0.97,0.646h1.617l2.263-1.293l0.808-4.365c0,0,0.323-2.909,0.971-3.396c0.646-0.484,0.97-0.97,0.97-0.97
45
+ l-1.131-1.94l-2.587,0.81l-3.233,0.809l-1.94-0.485L357,646.712l-5.012-0.161l-3.557-3.719l0.485-3.881l0.646-2.425l-2.102-1.778
46
+ l-1.94-3.718l0.485-0.809l6.79-0.485h2.102l0.971,0.971h0.646l-0.162-1.616l3.88-0.646l2.587,0.323l1.455,1.132l-1.455,2.102
47
+ l-0.484,1.455l2.749,1.616l5.011,1.778l1.778-0.971l-2.264-4.365l-0.97-3.232l0.97-0.809l-3.395-1.939l-0.485-1.132l0.485-1.616
48
+ l-0.809-3.88l-2.91-4.688l-2.425-4.203l2.91-1.938h3.233l1.777,0.646l4.204-0.162l3.718-3.556l1.133-3.072l3.718-2.425l1.617,0.97
49
+ l2.747-0.646l3.719-2.103l1.132-0.161l0.97,0.809l4.526-0.161l2.749-3.071h1.131l3.557,2.425l1.94,2.103l-0.485,1.131l0.646,1.132
50
+ l1.616-1.616l3.88,0.323l0.323,3.718l1.94,1.455l7.112,0.646l6.306,4.204l1.455-0.971l5.173,2.587l2.102-0.646l1.94-0.809
51
+ l4.85,1.939L446.076,615.675z M330.974,644.611l2.102,5.335l-0.162,0.97l-2.909-0.322l-1.778-4.041l-1.778-1.455h-2.425
52
+ l-0.162-2.587l1.778-2.426l1.131,2.426l1.455,1.454L330.974,644.611z M328.387,678.075l3.718,0.81l3.718,0.97l0.809,0.97
53
+ l-1.616,3.719l-3.072-0.161l-3.395-3.558L328.387,678.075z M307.694,664.012l1.131,2.587l1.132,1.616l-1.132,0.809l-2.102-3.072
54
+ v-1.938L307.694,664.012L307.694,664.012z M293.954,737.082l3.395-2.264l3.395-0.97l2.587,0.323l0.485,1.615l1.94,0.485l1.939-1.94
55
+ l-0.323-1.615l2.748-0.646l2.91,2.587l-1.131,1.777l-4.365,1.132l-2.749-0.484l-3.718-1.132l-4.365,1.455l-1.617,0.323
56
+ L293.954,737.082z M342.937,732.556l1.617,1.939l2.102-1.616l-1.455-1.294L342.937,732.556z M345.847,735.628l1.132-2.265
57
+ l2.102,0.323l-0.809,1.939h-2.425V735.628z M369.448,733.688l1.455,1.778l0.97-1.133l-0.808-1.938L369.448,733.688z
58
+ M378.179,721.239l1.131,5.819l2.91,0.809l5.011-2.91l4.365-2.587l-1.616-2.425l0.485-2.425l-2.103,1.293l-2.91-0.809l1.617-1.132
59
+ l1.94,0.81l3.88-1.778l0.484-1.455l-2.425-0.81l0.809-1.938l-2.749,1.938l-4.688,3.558l-4.85,2.91L378.179,721.239z
60
+ M420.533,701.354l2.426-1.455l-0.971-1.778l-1.777,0.971L420.533,701.354z"/>
61
+ <path id="FL" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
62
+ M1043.396,607.507l2.266,7.317l3.729,9.742l5.335,9.377l3.718,6.305l4.85,5.496l4.042,3.718l1.616,2.91l-1.131,1.293l-0.81,1.294
63
+ l2.91,7.438l2.909,2.908l2.587,5.335l3.557,5.82l4.526,8.244l1.293,7.599l0.484,11.963l0.646,1.778l-0.323,3.395l-2.425,1.293
64
+ l0.322,1.94l-0.646,1.938l0.322,2.426l0.485,1.939l-2.749,3.233l-3.071,1.454l-3.88,0.161l-1.455,1.616l-2.425,0.971l-1.293-0.484
65
+ l-1.132-0.971l-0.323-2.909l-0.81-3.396l-3.395-5.174l-3.558-2.263l-3.88-0.323l-0.809,1.293l-3.071-4.365l-0.646-3.556
66
+ l-2.587-4.043l-1.778-1.132l-1.615,2.103l-1.778-0.323l-2.103-5.012l-2.91-3.88l-2.908-5.335l-2.588-3.071l-3.557-3.719l2.102-2.425
67
+ l3.233-5.496l-0.162-1.617l-4.526-0.97l-1.616,0.646l0.323,0.646l2.587,0.97l-1.455,4.527l-0.809,0.484l-1.778-4.041l-1.293-4.852
68
+ l-0.323-2.748l1.455-4.688v-9.538l-3.072-3.72l-1.293-3.07l-5.173-1.294l-1.94-0.646l-1.616-2.587l-3.396-1.616l-1.131-3.396
69
+ l-2.749-0.97l-2.426-3.719l-4.202-1.454l-2.91-1.455h-2.586l-4.043,0.808l-0.16,1.94l0.809,0.97l-0.485,1.132l-3.07-0.162
70
+ l-3.72,3.558l-3.557,1.939h-3.88l-3.233,1.293l-0.322-2.748l-1.616-1.939l-2.91-1.132l-1.616-1.455l-8.083-3.88l-7.599-1.777
71
+ l-4.364,0.646l-5.981,0.485l-5.98,2.102l-3.479,0.612l-0.237-8.05l-2.587-1.939l-1.778-1.778l0.323-3.07l10.186-1.295l25.543-2.908
72
+ l6.789-0.646l5.437,0.28l2.586,3.88l1.455,1.454l8.099,0.516l10.819-0.646l21.513-1.294l5.445-0.674l4.577,0.027l0.161,2.91
73
+ l3.824,0.809l0.323-4.807l-1.617-4.527l0.955-0.732l5.113,0.455L1043.396,607.507z M1055.941,739.911l2.425-0.646l1.294-0.243
74
+ l1.455-2.344l2.344-1.616l1.293,0.483l1.698,0.323l0.403,1.051l-3.477,1.213l-4.203,1.455l-2.344,1.212L1055.941,739.911z
75
+ M1069.44,734.899l1.213,1.051l2.748-2.102l5.335-4.203l3.718-3.88l2.506-6.628l0.97-1.697l0.162-3.396l-0.728,0.485l-0.972,2.829
76
+ l-1.454,4.606l-3.232,5.254l-4.365,4.203l-3.396,1.939L1069.44,734.899z"/>
77
+ <path id="SC" fill="#D3D3D3" d="M1049.229,574.938l-1.776,0.97l-2.587-1.293l-0.646-2.102l-1.293-3.558l-2.265-2.102l-2.586-0.646
78
+ l-1.617-4.851l-2.748-5.981l-4.203-1.938l-2.102-1.94l-1.293-2.586l-2.104-1.94l-2.263-1.293l-2.265-2.909l-3.07-2.264l-4.526-1.777
79
+ l-0.485-1.455l-2.425-2.91l-0.483-1.455l-3.396-5.173l-3.396,0.161l-4.042-2.426l-1.293-1.293l-0.322-1.778l0.809-1.938l2.263-0.971
80
+ l-0.323-2.103l6.145-2.586l9.053-4.526l7.274-0.809l16.488-0.485l2.265,1.94l1.615,3.232l4.365-0.484l12.609-1.455l2.909,0.809
81
+ l12.609,7.598l10.107,8.122l-5.422,5.458l-2.586,6.145l-0.485,6.305l-1.616,0.808l-1.132,2.749l-2.425,0.646l-2.103,3.557
82
+ l-2.748,2.748l-2.264,3.395l-1.616,0.81l-3.557,3.395l-2.91,0.162l0.97,3.233l-5.012,5.496L1049.229,574.938z"/>
83
+ <path id="GA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
84
+ M977.615,519.973l-4.85,0.809l-8.406,1.132l-8.568,0.89v2.183l0.162,2.102l0.646,3.396l3.395,7.922l2.425,9.861l1.455,6.143
85
+ l1.617,4.85l1.455,6.952l2.102,6.306l2.586,3.395l0.485,3.396l1.939,0.809l0.161,2.102l-1.777,4.851l-0.485,3.232l-0.161,1.94
86
+ l1.616,4.363l0.323,5.335l-0.809,2.426l0.646,0.809l1.455,0.809l0.646,3.396l2.586,3.88l1.455,1.455l7.922,0.161l10.819-0.646
87
+ l21.513-1.293l5.445-0.675l4.576,0.027l0.162,2.909l2.587,0.809l0.323-4.363l-1.617-4.527l1.132-1.616l5.819,0.81l4.978,0.316
88
+ l-0.774-6.299l2.264-10.022l1.455-4.202l-0.485-2.588l3.335-6.243l-0.511-1.353l-1.913,0.704l-2.587-1.293l-0.646-2.103
89
+ l-1.293-3.557l-2.265-2.103l-2.587-0.646l-1.616-4.851l-2.925-6.335l-4.203-1.939l-2.102-1.939l-1.294-2.587l-2.103-1.939
90
+ l-2.263-1.293l-2.265-2.91l-3.07-2.264l-4.526-1.777l-0.485-1.455l-2.425-2.91l-0.485-1.455l-3.395-4.907l-3.396,0.161l-4.13-3.044
91
+ l-1.294-1.293l-0.323-1.778l0.81-1.938l2.352-1.235L997.1,518l0.078-0.291l-5.82,0.971l-6.951,0.808L977.615,519.973z"/>
92
+ <path id="AL" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M913.598,628.771
93
+ l-1.615-15.196l-2.748-18.753l0.161-14.063l0.809-31.038l-0.162-16.651l0.165-6.419l7.757-0.371l27.807-2.586l8.922-0.663
94
+ l-0.147,2.183l0.162,2.103l0.646,3.396l3.395,7.921l2.425,9.861l1.455,6.144l1.617,4.851l1.454,6.951l2.103,6.305l2.586,3.396
95
+ l0.485,3.396l1.938,0.809l0.162,2.103l-1.777,4.85l-0.485,3.233l-0.161,1.938l1.616,4.365l0.322,5.335l-0.809,2.425l0.647,0.808
96
+ l1.453,0.81l1.035,2.535h-6.305l-6.789,0.646l-25.543,2.91l-10.411,1.407l-0.097,3.752l1.777,1.777l2.587,1.939l0.581,7.936
97
+ l-5.542,2.573l-2.749-0.323l2.749-1.939v-0.971l-3.072-5.98l-2.263-0.646l-1.455,4.365l-1.294,2.748l-0.646-0.162h-2.746V628.771z"
98
+ />
99
+ <path id="NC" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
100
+ M1120.105,460.472l1.71,4.699l3.557,6.466l2.425,2.425l0.646,2.264l-2.425,0.161l0.809,0.646l-0.323,4.202l-2.587,1.294
101
+ l-0.646,2.103l-1.293,2.91l-3.719,1.615l-2.425-0.322l-1.455-0.162l-1.616-1.293l0.323,1.293v0.971h1.938l0.809,1.293l-1.938,6.305
102
+ h4.203l0.646,1.616l2.263-2.263l1.294-0.485l-1.939,3.558l-3.071,4.85h-1.293l-1.132-0.484l-2.748,0.646l-5.175,2.425l-6.466,5.335
103
+ l-3.396,4.688l-1.938,6.467l-0.485,2.425l-4.688,0.485l-5.452,1.337l-9.946-8.203l-12.61-7.599l-2.909-0.809l-12.608,1.455
104
+ l-4.277,0.75l-1.616-3.233l-2.971-2.116l-16.489,0.484l-7.274,0.809l-9.053,4.526l-6.145,2.587L997,516.915l-5.82,0.97l-6.951,0.809
105
+ l-6.79,0.485l0.5-4.055l1.778-1.455l2.749-0.646l0.646-3.719l4.203-2.748l3.88-1.455l4.203-3.557l4.363-2.103l0.646-3.071
106
+ l3.881-3.88l0.646-0.161c0,0,0,1.132,0.808,1.132c0.809,0,1.939,0.322,1.939,0.322l2.264-3.556l2.102-0.647l2.264,0.324l1.616-3.557
107
+ l2.91-2.587l0.485-2.103v-3.961l4.525,0.729l7.136-1.294l15.82-1.939l17.136-2.586l19.922-4.001l19.733-4.165l11.364-2.796
108
+ L1120.105,460.472z M1124.002,493.46l2.587-2.507l3.151-2.587l1.535-0.646l0.162-2.021l-0.646-6.144l-1.455-2.345l-0.646-1.858
109
+ l0.728-0.242l2.748,5.496l0.403,4.446l-0.162,3.395l-3.395,1.536l-2.829,2.425l-1.132,1.212L1124.002,493.46z"/>
110
+ <path id="TN" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccsccccccccccccc" fill="#D3D3D3" d="M985.053,482.629
111
+ l-51.894,5.012l-15.76,1.778l-4.621,0.513l-3.869-0.027v3.879l-8.405,0.485l-6.951,0.646l-11.097,0.054l-0.265,5.836l-2.139,6.274
112
+ l-0.995,3.018l-1.35,4.381l-0.323,2.586l-4.041,2.264l1.455,3.558l-0.971,4.363l-0.968,0.79l7.256-0.194l24.087-1.938l5.335-0.162
113
+ l8.083-0.485l27.806-2.586l10.171-0.809l8.42-0.971l8.406-1.132l4.851-0.809l-0.131-4.509l1.778-1.455l2.748-0.646l0.646-3.719
114
+ l4.203-2.748l3.88-1.455l4.203-3.558l4.365-2.102l0.874-3.525l4.333-3.88l0.646-0.161c0,0,0,1.131,0.809,1.131
115
+ c0.81,0,1.94,0.324,1.94,0.324l2.263-3.557l2.103-0.647l2.264,0.324l1.616-3.557l2.114-2.246l0.6-0.967l0.177-3.934l-1.483-0.288
116
+ l-2.425,1.939l-7.922,0.162l-11.995,1.899L985.053,482.629z"/>
117
+ <path id="RI" fill="#D3D3D3" d="M1162.069,341.823l-0.482-4.204l-0.809-4.365l-1.698-5.9l5.739-1.536l1.616,1.131l3.396,4.365
118
+ l2.908,4.446l-2.91,1.536l-1.294-0.162l-1.132,1.778l-2.426,1.94L1162.069,341.823z"/>
119
+ <path id="CT" sodipodi:nodetypes="cccccccccccccccccc" fill="#D3D3D3" d="M1161.192,342.05l-0.628-4.205l-0.808-4.365l-1.617-5.981
120
+ l-4.151,0.904l-21.824,4.769l0.646,3.314l1.455,7.275v8.083l-1.133,2.263l1.832,2.109l4.956-3.401l3.556-3.233l1.94-2.102
121
+ l0.809,0.646l2.748-1.455l5.173-1.132L1161.192,342.05z"/>
122
+ <path id="MA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
123
+ M1187.977,335.851l2.172-0.686l0.458-1.714l1.028,0.114l1.028,2.286l-1.258,0.458l-3.887,0.114L1187.977,335.851z M1178.604,336.651
124
+ l2.286-2.629h1.601l1.829,1.486l-2.401,1.029l-2.172,1.029L1178.604,336.651z M1143.805,314.663l17.459-4.203l2.264-0.646
125
+ l2.102-3.233l3.736-1.663l2.89,4.413l-2.425,5.173l-0.324,1.455l1.94,2.586l1.132-0.808h1.777l2.264,2.586l3.88,5.981l3.557,0.485
126
+ l2.264-0.97l1.778-1.778l-0.81-2.749l-2.102-1.617l-1.455,0.809l-0.971-1.293l0.484-0.485l2.103-0.162l1.777,0.808l1.939,2.425
127
+ l0.971,2.91l0.322,2.425l-4.202,1.455l-3.881,1.94l-3.88,4.526l-1.938,1.455v-0.97l2.425-1.455l0.483-1.778l-0.808-3.072
128
+ l-2.91,1.455l-0.81,1.455l0.485,2.263l-2.066,1l-2.747-4.527l-3.395-4.365l-2.071-1.812l-6.533,1.876l-5.092,1.051l-21.824,4.769
129
+ l-0.402-4.944l0.646-10.589l5.173-0.889L1143.805,314.663"/>
130
+ <path id="ME" sodipodi:nodetypes="ccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccc" fill="#D3D3D3" d="
131
+ M1211.215,239.331l1.938,2.102l2.264,3.718v1.94l-2.102,4.688l-1.94,0.647l-3.395,3.071l-4.851,5.497c0,0-0.646,0-1.294,0
132
+ c-0.646,0-0.97-2.102-0.97-2.102l-1.778,0.162l-0.97,1.455l-2.426,1.455l-0.97,1.455l1.616,1.455l-0.484,0.646l-0.485,2.749
133
+ l-1.939-0.162v-1.617l-0.323-1.293l-1.454,0.323l-1.778-3.233l-2.103,1.293l1.294,1.455l0.322,1.132l-0.809,1.293l0.323,3.072
134
+ l0.162,1.617l-1.616,2.586l-2.91,0.485l-0.323,2.91l-5.335,3.071l-1.293,0.485l-1.617-1.455l-3.071,3.556l0.97,3.233l-1.455,1.293
135
+ l-0.161,4.365l-1.124,6.259l-2.462-1.156l-0.484-3.072l-3.88-1.131l-0.323-2.749l-7.274-23.441l-4.198-13.64l1.42-0.118l1.514,0.41
136
+ v-2.587l0.81-5.496l2.587-4.688l1.455-4.042l-1.94-2.425v-5.981l0.809-0.97l0.81-2.749l-0.162-1.455l-0.162-4.85l1.778-4.85
137
+ l2.909-8.892l2.102-4.203h1.294l1.293,0.162v1.132l1.293,2.263l2.748,0.646l0.81-0.808v-0.97l4.042-2.91l1.777-1.778l1.454,0.162
138
+ l5.981,2.425l1.939,0.97l9.053,29.907h5.981l0.809,1.94l0.161,4.85l2.91,2.263h0.809l0.161-0.485l-0.484-1.132L1211.215,239.331z
139
+ M1190.282,269.479l1.535-1.536l1.375,1.051l0.565,2.425l-1.697,0.889L1190.282,269.479z M1196.991,263.578l1.778,1.859
140
+ c0,0,1.293,0.081,1.293-0.242c0-0.323,0.242-2.021,0.242-2.021l0.89-0.808l-0.81-1.778l-2.021,0.728L1196.991,263.578z"/>
141
+ <path id="NH" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M1168.799,304.425l0.868-1.077l1.091-3.291
142
+ l-2.544-0.914l-0.483-3.071l-3.88-1.132l-0.323-2.748l-7.275-23.441l-4.602-14.543l-0.896-0.005l-0.646,1.617l-0.646-0.485
143
+ l-0.972-0.97l-1.455,1.94l-0.048,5.032l0.312,5.667l1.938,2.748v4.042l-3.718,5.063l-2.587,1.131v1.132l1.132,1.778v8.568
144
+ l-0.81,9.215l-0.161,4.85l0.971,1.293l-0.161,4.526l-0.485,1.778l1.455,0.886l16.39-4.69l2.264-0.646l1.534-2.552L1168.799,304.425z
145
+ "/>
146
+ <path id="VT" sodipodi:nodetypes="ccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M1132.344,315.727l-0.81-5.658l-2.391-9.972
147
+ l-0.646-0.323l-2.91-1.293l0.81-2.91l-0.81-2.102l-2.7-4.64l0.971-3.88l-0.809-5.173l-2.425-6.466l-0.807-4.922l26.247-6.748
148
+ l0.324,5.819l1.94,2.749v4.042l-3.72,4.042l-2.586,1.131v1.132l1.132,1.778v8.568l-0.809,9.215l-0.162,4.85l0.971,1.293
149
+ l-0.162,4.526l-0.485,1.778l0.661,1.567l-6.951,1.374L1132.344,315.727z"/>
150
+ <path id="NY" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
151
+ M1116.613,351.422l-1.132-0.97l-2.586-0.161l-2.265-1.94l-1.631-6.129l-3.458,0.091l-2.444-2.708l-19.385,4.382l-43.002,8.73
152
+ l-7.529,1.228l-0.737-6.468l1.428-1.125l1.293-1.132l0.971-1.617l1.778-1.131l1.938-1.778l0.485-1.617l2.102-2.748l1.132-0.97
153
+ l-0.162-0.97l-1.293-3.072l-1.778-0.162l-1.939-6.143l2.91-1.778l4.364-1.455l4.041-1.293l3.233-0.485l6.305-0.161l1.938,1.293
154
+ l1.617,0.162l2.103-1.293l2.586-1.131l5.174-0.485l2.102-1.778l1.778-3.233l1.615-1.94h2.103l1.939-1.131l0.161-2.263l-1.455-2.102
155
+ l-0.323-1.455l1.132-2.102v-1.455h-1.777l-1.778-0.808l-0.81-1.132l-0.161-2.586l5.819-5.497l0.647-0.808l1.453-2.91l2.91-4.526
156
+ l2.748-3.718l2.102-2.425l2.416-1.826l3.081-1.246l5.496-1.293l3.233,0.162l4.525-1.455l7.565-2.071l0.52,4.98l2.425,6.466
157
+ l0.809,5.173l-0.97,3.88l2.586,4.527l0.809,2.102l-0.809,2.91l2.91,1.293l0.646,0.323l3.072,10.993l-0.537,5.06l-0.484,10.831
158
+ l0.809,5.497l0.809,3.557l1.455,7.274v8.083l-1.132,2.264l1.84,1.993l0.796,1.678l-1.939,1.778l0.323,1.293l1.293-0.323l1.455-1.293
159
+ l2.264-2.586l1.131-0.647l1.617,0.647l2.263,0.162l7.922-3.88l2.91-2.748l1.293-1.455l4.203,1.617l-3.396,3.556l-3.88,2.91
160
+ l-7.113,5.335l-2.587,0.97l-5.819,1.94l-4.042,1.131l-1.175-0.533l-0.244-3.688l0.485-2.748l-0.161-2.102l-2.814-1.699l-4.525-0.97
161
+ l-3.88-1.131L1116.613,351.422z"/>
162
+ <path id="NJ" fill="#D3D3D3" d="M1116.159,352.33l-2.102,2.425v3.072l-1.939,3.072l-0.162,1.616l1.293,1.293l-0.161,2.425
163
+ l-2.264,1.132l0.809,2.748l0.162,1.132l2.748,0.323l0.97,2.586l3.558,2.425l2.425,1.617v0.809l-3.233,3.071l-1.616,2.263
164
+ l-1.455,2.749l-2.264,1.293l-1.212,0.728l-0.242,1.212l-0.609,2.607l1.092,2.244l3.233,2.91l4.85,2.265l4.042,0.646l0.161,1.455
165
+ l-0.809,0.97l0.323,2.748h0.809l2.102-2.425l0.809-4.851l2.748-4.042l3.072-6.466l1.131-5.497l-0.646-1.132l-0.162-9.376
166
+ l-1.616-3.395l-1.132,0.808l-2.748,0.324l-0.483-0.485l1.131-0.97l2.102-1.94l0.063-1.094l-0.386-3.434l0.485-2.748l-0.162-2.102
167
+ l-2.586-1.132l-4.526-0.97l-3.88-1.132L1116.159,352.33z"/>
168
+ <path id="PA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M1110.206,388.46l1.133-0.647
169
+ l2.263-0.612l1.455-2.748l1.616-2.263l3.232-3.072v-0.808l-2.425-1.617l-3.558-2.425l-0.97-2.586l-2.748-0.323l-0.162-1.131
170
+ l-0.809-2.749l2.264-1.131l0.162-2.425l-1.295-1.293l0.162-1.617l1.939-3.072v-3.071l2.345-2.425l0.214-1.083l-2.586-0.162
171
+ l-2.264-1.94l-2.426-5.335l-3.005-0.931l-2.33-2.141l-18.591,4.041l-43.002,8.73l-8.892,1.455l-0.496-7.084l-5.486,5.63
172
+ l-1.294,0.485l-4.202,3.009l2.91,19.137l2.481,9.729l3.572,19.262l3.269-0.638l11.943-1.504l37.928-7.665l14.876-2.823l8.3-1.622
173
+ l0.268-0.239l2.103-1.617L1110.206,388.46z"/>
174
+ <path id="DE" sodipodi:nodetypes="cccccccccccccccccccc" fill="#D3D3D3" d="M1110.353,392.423l0.589-2.103l0.021-1.205l-1.27-0.088
175
+ l-2.103,1.616l-1.454,1.455l1.453,4.203l2.265,5.657l2.102,9.7l1.617,6.305l5.011-0.161l6.143-1.213l-2.265-7.354l-0.97,0.485
176
+ l-3.558-2.426l-1.777-4.688l-1.939-3.558l-2.264-0.97l-2.103-3.556L1110.353,392.423z"/>
177
+ <path id="MD" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccsccc" fill="#D3D3D3" d="
178
+ M1124.952,417.305l-6.141,1.292l-5.808,0.162l-1.843-7.1l-2.102-9.7l-2.265-5.657l-1.288-4.398l-7.506,1.623l-14.877,2.823
179
+ l-37.451,7.551l1.132,5.012l0.97,5.658l0.323-0.323l2.103-2.425l2.263-2.618l2.426-0.616l1.455-1.455l1.776-2.587l1.294,0.646
180
+ l2.909-0.323l2.587-2.102l2.007-1.453l1.847-0.485l1.645,1.13l2.909,1.455l1.939,1.778l1.212,1.536l4.123,1.696v2.91l5.496,1.293
181
+ l1.145,0.542l1.412-2.028l2.882,1.971l-1.277,2.481l-0.767,3.986l-1.778,2.586v2.102l0.646,1.778l5.063,1.355l4.312-0.062l3.07,0.97
182
+ l2.103,0.323l0.97-2.102l-1.455-2.103v-1.778l-2.425-2.102l-2.103-5.497l1.293-5.335l-0.161-2.102l-1.293-1.294
183
+ c0,0,1.454-1.616,1.454-2.264c0-0.646,0.485-2.102,0.485-2.102l1.939-1.293l1.939-1.617l0.484,0.97l-1.455,1.616l-1.294,3.718
184
+ l0.324,1.132l1.777,0.323l0.484,5.497l-2.102,0.97l0.322,3.557l0.485-0.161l1.132-1.94l1.616,1.778l-1.616,1.293l-0.324,3.395
185
+ l2.587,3.396l3.88,0.484l1.617-0.808l3.236,4.183l1.357,0.537l6.653-2.797l2.008-4.023L1124.952,417.305z M1108.32,426.289
186
+ l1.131,2.507l0.162,1.777l1.132,1.859c0,0,0.89-0.89,0.89-1.212c0-0.323-0.729-3.072-0.729-3.072l-0.728-2.344L1108.32,426.289z"/>
187
+ <path id="WV" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
188
+ M1044.561,403.967l1.112,4.944l1.082,6.906l3.561-2.749l2.264-3.071l2.538-0.615l1.455-1.455l1.777-2.586l1.181,0.646l2.909-0.323
189
+ l2.586-2.102l2.008-1.453l1.846-0.485l1.304,1.017l2.229,1.114l1.939,1.778l1.374,1.293l-0.144,4.671l-5.658-3.072l-4.525-1.777
190
+ l-0.162,5.335l-0.484,2.102l-1.617,2.748l-0.646,1.617l-3.071,2.425l-0.485,2.263l-3.395,0.324l-0.323,3.071l-1.132,5.497h-2.588
191
+ l-1.293-0.809l-1.616-2.749l-1.777,0.162l-0.323,4.365l-2.103,6.628l-5.012,10.831l0.809,1.293l-0.162,2.748l-2.102,1.939
192
+ l-1.455-0.322l-3.233,2.425l-2.586-0.97l-1.778,4.688c0,0-3.719,0.809-4.365,0.97c-0.646,0.161-2.425-1.293-2.425-1.293
193
+ l-2.425,2.264l-2.587,0.646l-2.91-0.809l-1.293-1.293l-2.192-3.023l-3.143-1.988l-2.586-2.748l-2.91-3.718l-0.646-2.263
194
+ l-2.587-1.455l-0.809-1.617l-0.242-5.254l2.183-0.081l1.939-0.809l0.162-2.748l1.615-1.454l0.162-5.013l0.97-3.88l1.293-0.646
195
+ l1.294,1.132l0.484,1.777l1.778-0.97l0.484-1.617l-1.132-1.777v-2.426l0.97-1.293l2.265-3.395l1.293-1.455l2.102,0.485l2.264-1.617
196
+ l3.071-3.396l2.264-3.88l0.323-5.658l0.484-5.011v-4.688l-1.132-3.071l0.971-1.455l1.282-1.293l3.491,19.827l4.631-0.751
197
+ L1044.561,403.967z"/>
198
+ <path id="KY" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
199
+ M1009.782,459.817l-2.325,2.684l-4.202,3.556l-4.3,5.903l-1.777,1.776v2.104l-3.88,2.102l-5.658,3.396l-3.521,0.385l-51.868,4.897
200
+ l-15.76,1.778l-4.621,0.513l-3.868-0.026l-0.228,4.22l-8.179,0.145l-6.951,0.647l-10.432,0.205l1.912-0.223l2.181-1.762l2.059-1.144
201
+ l0.229-3.2l0.914-1.829l-1.605-2.539l0.802-1.907l2.264-1.778l2.103-0.646l2.747,1.294l3.558,1.293l1.131-0.323l0.162-2.264
202
+ l-1.293-2.425l0.322-2.264l1.939-1.455l2.587-0.646l1.616-0.647l-0.809-1.777l-0.646-1.939l1.132-0.808l1.051-3.314l2.991-1.698
203
+ l5.818-0.97l3.558-0.485l1.455,1.94l1.777,0.809l1.778-3.232l2.91-1.455l1.938,1.617l0.81,1.132l2.102-0.485l-0.162-3.395
204
+ l2.91-1.617l1.132-0.809l1.132,1.616h4.688l0.809-2.102l-0.323-2.264l2.909-3.557l4.688-3.88l0.484-4.526l2.748-0.323l3.88-1.777
205
+ l2.748-1.94l-0.323-1.939l-1.455-1.455l0.566-2.183l4.122-0.243l2.425-0.808l2.91,1.617l1.616,4.365l5.819,0.322l1.778,1.778
206
+ l2.102,0.162l2.425-1.455l3.071,0.485l1.293,1.454l2.748-2.586l1.779-1.293h1.615l0.646,2.749l1.778,0.971l2.422,2.215l0.161,5.496
207
+ l0.809,1.616l2.587,1.455l0.646,2.264l2.91,3.718l2.586,2.748L1009.782,459.817z"/>
208
+ <path id="OH" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
209
+ M1019.436,357.008l-6.094,4.053l-3.879,2.263l-3.396,3.718l-4.041,3.88l-3.233,0.808l-2.91,0.485l-5.495,2.586l-2.103,0.162
210
+ l-3.395-3.071l-5.175,0.646l-2.586-1.455l-2.382-1.351l-4.893,0.703l-10.186,1.617l-7.76,1.212l1.294,14.63l1.777,13.74
211
+ l2.587,23.441l0.565,4.831l4.122-0.129l2.425-0.81l3.363,1.503l2.071,4.365l5.139-0.017l1.892,2.119l1.762-0.065l2.538-1.341
212
+ l2.504,0.372l1.976,1.455l1.727-2.133l2.346-1.293l2.07-0.681l0.646,2.748l1.777,0.97l3.478,2.344l2.182-0.08l1.146-1.149
213
+ l-0.064-1.387l1.617-1.455l0.16-5.013l0.972-3.88l1.52-1.44l1.521,0.904l0.824,1.211l1.211-0.176l-0.423-2.411l-0.562-0.644v-2.425
214
+ l0.97-1.293l2.263-3.396l1.294-1.455l2.103,0.485l2.263-1.617l3.071-3.396l2.264-3.88l0.21-5.431l0.485-5.011v-4.688l-1.133-3.071
215
+ l0.971-1.455l0.921-0.955l-1.405-9.843L1019.436,357.008z"/>
216
+ <path id="MI" sodipodi:nodetypes="ccccccccccccccsccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
217
+ M869.618,244.059l1.829-2.058l2.172-0.8l5.373-3.887l2.286-0.571l0.457,0.457l-5.145,5.144l-3.314,1.943l-2.058,0.915
218
+ L869.618,244.059z M955.794,276.187l0.646,2.506l3.233,0.162l1.293-1.212c0,0-0.081-1.455-0.404-1.617
219
+ c-0.323-0.162-1.616-1.859-1.616-1.859l-2.183,0.243l-1.617,0.161l-0.322,1.132L955.794,276.187z M985.859,339.237l-3.232-8.245
220
+ l-2.265-9.053l-2.425-3.233l-2.586-1.778l-1.617,1.132l-3.88,1.778l-1.939,5.011l-2.748,3.718l-1.132,0.646l-1.455-0.646
221
+ c0,0-2.587-1.455-2.425-2.102c0.161-0.646,0.483-5.012,0.483-5.012l3.396-1.293l0.808-3.395l0.647-2.586l2.425-1.617l-0.323-10.023
222
+ l-1.617-2.263l-1.293-0.809l-0.809-2.102l0.809-0.808l1.616,0.323l0.162-1.617L964.035,293l-1.294-2.586h-2.587l-4.525-1.455
223
+ l-5.497-3.395h-2.748l-0.646,0.647l-0.97-0.485l-3.072-2.264l-2.909,1.778l-2.909,2.263l0.322,3.557l0.971,0.323l2.102,0.485
224
+ l0.485,0.809l-2.588,0.808l-2.586,0.324l-1.455,1.778l-0.322,2.102l0.322,1.616l0.323,5.497l-3.557,2.102l-0.646-0.162v-4.203
225
+ l1.293-2.425l0.646-2.425l-0.809-0.809l-1.939,0.809l-0.971,4.203l-2.748,1.131l-1.777,1.94l-0.162,0.97l0.646,0.809l-0.646,2.586
226
+ l-2.264,0.485v1.132l0.809,2.425l-1.131,6.143l-1.617,4.042l0.646,4.688l0.485,1.131l-0.81,2.425l-0.322,0.808l-0.323,2.748
227
+ l3.557,5.981l2.91,6.466l1.455,4.85l-0.81,4.688l-0.97,5.981l-2.425,5.173l-0.324,2.748l-3.259,3.085l4.409-0.162l21.418-2.264
228
+ l7.277-0.987l0.097,1.667l6.853-1.213l10.298-1.503l3.854-0.461l0.139-0.587l0.162-1.455l2.102-3.718l2-1.738l-0.222-5.052
229
+ l1.597-1.597l1.091-0.343l0.222-3.557l1.536-3.031l1.051,0.606l0.162,0.646l0.809,0.162l1.939-0.97L985.859,339.237z
230
+ M855.491,273.213l0.716-0.581l2.749-0.809l3.557-2.263v-0.97l0.646-0.646l5.981-0.97l2.425-1.94l4.364-2.102l0.161-1.293
231
+ l1.939-2.91l1.778-0.808l1.294-1.778l2.263-2.263l4.365-2.425l4.688-0.485l1.132,1.132l-0.323,0.97l-3.718,0.97l-1.455,3.071
232
+ l-2.264,0.809l-0.484,2.425l-2.425,3.233l-0.324,2.586l0.809,0.485l0.971-1.132l3.557-2.91l1.294,1.293h2.263l3.233,0.97
233
+ l1.455,1.132l1.455,3.071l2.748,2.748l3.88-0.161l1.454-0.97l1.616,1.293l1.617,0.485l1.293-0.808h1.132l1.616-0.97l4.041-3.557
234
+ l3.396-1.131l6.628-0.323l4.526-1.94l2.587-1.293l1.455,0.162v5.658l0.483,0.323l2.91,0.808l1.939-0.485l6.144-1.617l1.132-1.131
235
+ l1.455,0.485v6.951l3.232,3.072l1.294,0.646l1.293,0.97l-1.293,0.323l-0.81-0.323l-3.718-0.485l-2.103,0.647l-2.264-0.162
236
+ l-3.233,1.455h-1.777l-5.819-1.293l-5.173,0.162l-1.94,2.586l-6.951,0.647l-2.425,0.808l-1.132,3.072l-1.293,1.131l-0.485-0.162
237
+ l-1.455-1.617l-4.525,2.425h-0.646l-1.132-1.617l-0.809,0.162l-1.939,4.365l-0.97,4.042l-3.183,7.001l-1.177-1.035l-1.371-1.031
238
+ l-1.941-10.288l-3.544-1.37l-2.053-2.286l-12.12-2.744l-2.854-1.029l-8.23-2.173l-7.891-1.143L855.491,273.213z"/>
239
+ <path id="WY" sodipodi:nodetypes="ccccccccccccccccccc" fill="#D3D3D3" d="M642.252,305.776l-10.55-0.807l-32.088-3.295
240
+ l-16.231-2.058l-28.35-4.115l-19.89-2.972l-1.419,11.176l-3.839,24.26l-5.259,30.407l-1.53,10.516l-1.67,11.889l6.523,0.928
241
+ l25.88,2.5l20.569,2.307l36.783,4.115l23.821,2.86l4.504-44.192l1.44-25.377L642.252,305.776z"/>
242
+ <path id="MT" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M644.671,284.274
243
+ l0.646-11.151l2.259-24.787c0.457-5.029,1.083-8.472,1.372-15.41l0.94-14.552l-30.676-2.808l-29.26-3.556l-29.261-4.042
244
+ l-32.332-5.335l-18.429-3.395l-32.725-6.933l-4.479,21.348l3.429,7.544l-1.372,4.572l1.829,4.573l3.201,1.372l4.621,10.77
245
+ l2.694,3.177l0.457,1.143l3.429,1.143l0.458,2.058l-7.087,17.604v2.515l2.516,3.201h0.914l4.801-2.972l0.686-1.143l1.601,0.686
246
+ l-0.229,5.258l2.744,12.574l2.972,2.515l0.914,0.686l1.829,2.286l-0.457,3.429l0.686,3.43l1.144,0.914l2.287-2.286h2.743l3.2,1.601
247
+ l2.516-0.915h4.114l3.658,1.6l2.744-0.457l0.457-2.972l2.972-0.686l1.372,1.372l0.458,3.201l1.779,1.365l1.534-11.565l20.691,2.972
248
+ l28.188,3.955l16.553,1.897l31.446,3.456l10.989,1.524l1.052-15.428L644.671,284.274z"/>
249
+ <path id="ID" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
250
+ M428.979,338.609l4.427-17.502l4.344-17.718l1.372-4.229l2.516-5.944l-1.257-2.286l-2.516,0.114l-0.8-1.029l0.457-1.143l0.343-3.086
251
+ l4.458-5.487l1.829-0.458l1.143-1.143l0.571-3.201l0.915-0.686l3.887-5.83l3.886-4.344l0.229-3.772l-3.43-2.629l-1.314-4.401
252
+ l0.4-9.66l3.657-16.46l4.458-20.805l3.772-13.489l0.762-3.803l12.996,2.528l-4.158,21.508l2.948,7.705l-1.051,4.572l1.988,4.573
253
+ l3.201,1.692l4.46,9.807l2.695,3.818l0.618,1.143l3.429,1.143l0.458,2.539l-6.927,16.802l0.32,3.317l2.676,2.879l1.877,0.481
254
+ l4.801-3.614l0.365-0.501l0.155,0.847l0.253,4.135l2.583,12.895l3.454,2.676l0.434,0.846l2.149,2.447l-0.777,2.787l0.686,3.75
255
+ l1.945,0.915l2.126-1.645l2.583-0.481l3.36,1.601l2.516-0.594l3.794-0.16l3.979,1.6l2.744-0.297l0.938-2.33l2.491-1.649l0.73,1.693
256
+ l0.617,2.238l2.309,2.539l-3.772,23.981l-5.144,29.009l-4.16-0.319l-8.185-1.532l-9.807-1.829l-12.163-2.378l-12.528-2.504
257
+ l-8.482-1.84l-9.259-1.668l-9.235-1.783C427.509,338.616,435.972,340.113,428.979,338.609z"/>
258
+ <path id="WA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccc" fill="#D3D3D3" d="
259
+ M381.572,168.362l4.365,1.455l9.7,2.748l8.567,1.94l20.047,5.658l22.955,5.658l15.161,3.395l-1.004,3.884l-4.093,13.81
260
+ l-4.458,20.805l-3.177,16.14l-0.353,9.379l-13.181-3.894l-15.57-3.383l-13.667,0.596l-1.581-1.532l-5.326,1.897l-3.977-0.25
261
+ l-2.721-1.761l-1.579,0.525l-4.205-0.229l-1.875-1.372l-4.777-1.737l-1.442-0.207l-4.985-1.326l-1.783,1.508l-5.691-0.343
262
+ l-4.82-3.794l0.204-0.8l0.068-7.934l-2.125-3.887l-4.115-0.732l-0.365-2.354l-2.514-0.627l-2.882-0.535l-1.778,0.97l-2.264-2.91
263
+ l0.324-2.91l2.748-0.323l1.616-4.042l-2.587-1.132l0.162-3.718l4.365-0.646l-2.749-2.749l-1.455-7.113l0.646-2.91v-7.922
264
+ l-1.777-3.233l2.263-9.376l2.103,0.485l2.425,2.91l2.749,2.586l3.232,1.94l4.527,2.102l3.071,0.647l2.909,1.455l3.396,0.97
265
+ l2.263-0.162v-2.425l1.293-1.131l2.103-1.293l0.322,1.132l0.324,1.778l-2.264,0.485l-0.323,2.102l1.778,1.455l1.132,2.425
266
+ l0.646,1.94l1.455-0.162l0.162-1.293l-0.97-1.293l-0.485-3.233l0.808-1.778l-0.646-1.455v-2.263l1.778-3.556l-1.133-2.587
267
+ l-2.425-4.85l0.323-0.809L381.572,168.362z M372.116,174.341l2.021-0.162l0.484,1.374l1.536-1.617h2.345l0.809,1.536l-1.536,1.698
268
+ l0.646,0.808l-0.729,2.021l-1.374,0.404c0,0-0.889,0.081-0.889-0.242c0-0.323,1.455-2.586,1.455-2.586l-1.698-0.566l-0.323,1.455
269
+ l-0.728,0.647l-1.536-2.263L372.116,174.341z"/>
270
+ <path id="TX" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
271
+ M645.053,495.373l22.69,1.087l31.094,1.143l-2.336,23.456l-0.297,18.153l0.068,2.081l4.344,3.818l1.736,0.822l1.81,0.253
272
+ l0.688-1.255l0.89,0.865l1.737,0.48l1.604-0.729l1.139,0.409l-0.297,3.405l4.275,1.03l2.676,0.821l3.954,0.525l2.193,1.829
273
+ l3.249-1.576l2.787,0.365l2.034,2.787l1.074,0.32l-0.16,1.965l3.089,1.168l2.768-1.805l1.509,0.364l2.354,0.16l0.433,1.872
274
+ l4.642,1.99l2.656-0.205l1.988-4.115h0.341l1.144,1.897l4.437,1.007l3.337,1.211l3.293,0.754l2.15-0.754l0.846-2.515h3.702
275
+ l1.896,0.754l3.064-1.576h0.661l0.364,1.119h4.275l2.403-1.256l1.668,0.297l1.416,1.872l2.88,1.669l3.521,1.075l2.743,1.418
276
+ l2.447,1.622l3.293-0.891l1.939,0.982l0.512,10.14l0.335,9.702l0.687,9.533l0.524,4.047l2.677,4.599l1.074,4.065l3.862,6.289
277
+ l0.549,2.88l0.526,1.007l-0.688,7.496l-2.649,4.388l0.957,2.86l-0.364,2.515l-0.847,7.316l-1.372,2.719l0.604,4.387l-5.665,1.585
278
+ l-9.861,4.526l-0.97,1.938l-2.587,1.94l-2.103,1.455l-1.293,0.809l-5.658,5.334l-2.748,2.103l-5.335,3.232l-5.658,2.425
279
+ l-6.305,3.396l-1.778,1.454l-5.819,3.557l-3.396,0.646l-3.88,5.497l-4.042,0.323l-0.97,1.939l2.264,1.939l-1.455,5.496l-1.293,4.526
280
+ l-1.132,3.88l-0.81,4.526l0.81,2.425l1.777,6.951l0.971,6.144l1.777,2.749l-0.97,1.453l-3.072,1.94l-5.657-3.88l-5.497-1.132
281
+ l-1.293,0.484l-3.232-0.646l-4.203-3.072l-5.173-1.131l-7.6-3.396l-2.102-3.88l-1.293-6.466l-3.233-1.94l-0.646-2.263l0.646-0.647
282
+ l0.323-3.395l-1.293-0.646l-0.646-0.97l1.293-4.365l-1.616-2.263l-3.232-1.294l-3.396-4.364l-3.557-6.629l-4.204-2.586l0.162-1.94
283
+ l-5.334-12.286l-0.81-4.202l-1.777-1.939l-0.162-1.455l-5.981-5.335l-2.586-3.071v-1.132l-2.586-2.102l-6.79-1.133l-7.437-0.646
284
+ l-3.071-2.265l-4.526,1.778l-3.557,1.455l-2.264,3.232l-0.97,3.72l-4.365,6.143l-2.425,2.425l-2.586-0.97l-1.778-1.132l-1.939-0.646
285
+ l-3.881-2.264v-0.646l-1.777-1.938l-5.173-2.103l-7.437-7.76l-2.263-4.688v-8.083l-3.233-6.466L599.809,621l-1.616-0.97
286
+ l-1.133-2.103l-5.011-2.102l-1.293-1.616l-7.113-7.922l-1.293-3.233l-4.688-2.263l-1.455-4.365l-2.586-2.909l-1.94-0.484
287
+ l-0.649-4.679l8.002,0.687l29.035,2.744l29.035,1.6l2.287-23.776l3.886-55.555l1.602-18.748l1.371,0.029 M745.229,729.322
288
+ l-0.566-7.112l-2.748-7.194l-0.564-7.032l1.535-8.244l3.313-6.871l3.477-5.415l3.151-3.557l0.646,0.242l-4.77,6.628l-4.365,6.548
289
+ l-2.021,6.628l-0.323,5.173l0.889,6.144l2.587,7.193l0.485,5.174l0.161,1.454L745.229,729.322z"/>
290
+ <path id="CA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscc" fill="#D3D3D3" d="
291
+ M424.74,548.754l3.815-0.489l1.485-2.011l0.732-1.941l-3.176-0.09l-1.1-1.765l0.778-1.715l-0.046-6.149l2.218-1.328l2.698-2.583
292
+ l0.411-4.915l1.646-3.497l1.943-2.104l3.269-1.714l1.279-0.73l0.756-1.482l-0.869-0.894l-0.96-1.511l-0.937-5.348l-2.904-5.236
293
+ l0.097-2.787l-2.201-3.248l-14.999-23.229l-19.433-28.715l-22.427-33.032l-12.702-19.545l1.797-7.208l6.812-25.949l8.116-31.436
294
+ l-12.365-3.337l-13.488-3.43l-12.574-4.115l-7.544-2.058l-11.431-2.972l-7.052-2.412l-1.58,4.725l-0.162,7.437l-5.173,11.801
295
+ l-3.07,2.587l-0.324,1.131l-1.778,0.809l-1.455,4.203l-0.809,3.233l2.749,4.203l1.617,4.203l1.131,3.557l-0.323,6.467l-1.778,3.071
296
+ l-0.646,5.82l-0.97,3.718l1.778,3.88l2.748,4.526l2.264,4.85l1.293,4.042l-0.323,3.233l-0.322,0.485v2.102l5.657,6.305l-0.484,2.425
297
+ l-0.646,2.264l-0.646,1.939l0.162,8.245l2.102,3.718l1.94,2.586l2.748,0.485l0.97,2.749l-1.132,3.557l-2.103,1.616h-1.131
298
+ l-0.809,3.88l0.484,2.91l3.233,4.365l1.616,5.334l1.455,4.688l1.293,3.071l3.396,5.82l1.455,2.587l0.484,2.91l1.617,0.97v2.425
299
+ l-0.809,1.94l-1.778,7.112l-0.485,1.939l2.426,2.748l4.202,0.484l4.527,1.778l3.88,2.102h2.91l2.91,3.071l2.586,4.85l1.131,2.265
300
+ l3.88,2.102l4.85,0.81l1.455,2.102l0.647,3.232l-1.455,0.646l0.323,0.97l3.232,0.81l2.748,0.161l2.91,4.688l3.88,4.203l0.808,2.263
301
+ l2.587,4.203l0.323,3.232v9.377l0.485,1.778l10.022,1.454l19.724,2.749L424.74,548.754z M336.793,499.036l1.293,1.535l-0.162,1.294
302
+ l-3.233-0.081l-0.566-1.213l-0.646-1.454L336.793,499.036z M338.732,499.036l1.212-0.646l3.557,2.102l3.072,1.212l-0.889,0.646
303
+ l-4.527-0.242l-1.616-1.616L338.732,499.036z M359.426,518.841l1.777,2.344l0.809,0.97l1.536,0.566l0.565-1.455l-0.97-1.778
304
+ l-2.667-2.021l-1.051,0.161V518.841L359.426,518.841z M357.971,527.488l1.777,3.152l1.213,1.939l-1.455,0.242l-1.293-1.213
305
+ c0,0-0.729-1.455-0.729-1.858s0-2.183,0-2.183L357.971,527.488z"/>
306
+ <path id="AZ" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M425.746,549.5
307
+ l-2.627,2.158l-0.322,1.454l0.484,0.971l18.914,10.669l12.125,7.6l14.711,8.566l16.812,10.023l12.285,2.425l25.129,2.705
308
+ l2.53-12.507l3.753-27.243l6.965-52.881l4.258-30.966l-24.598-3.68l-27.207-4.573l-33.429-6.317l-2.922,18.092l-0.458,0.457
309
+ l-1.714,2.63l-2.516-0.114l-1.257-2.744l-2.744-0.343l-0.915-1.143h-0.914l-0.915,0.57l-1.942,1.028l-0.114,6.974l-0.229,1.716
310
+ l-0.57,12.573l-1.486,2.172l-0.571,3.314l2.743,4.916l1.258,5.829l0.8,1.029l1.029,0.57l-0.115,2.286l-1.6,1.372l-3.429,1.715
311
+ l-1.943,1.943l-1.486,3.656l-0.57,4.916l-2.858,2.743l-2.058,0.687l-0.114,5.829l-0.457,1.716l0.457,0.8l3.658,0.571l-0.571,2.743
312
+ l-1.486,2.172L425.746,549.5z"/>
313
+ <path id="NV" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M428.657,339.572l20.98,4.511
314
+ l9.716,1.943l9.259,1.829l6.615,1.633l-0.56,5.865l-3.543,17.329l-4.093,19.98l-1.943,9.719l-2.172,13.281l-3.154,16.415
315
+ l-3.521,15.686l-1.968,10.181l-2.466,16.771l-0.457,1.099l-1.073,2.469l-1.873-0.114l-1.097-2.742l-2.743-0.505l-1.396-0.981
316
+ l-2.038,0.321l-0.915,0.73l-1.301,1.35l-0.436,6.975l-0.551,1.715l-0.411,12.093l-1.321,1.714l-1.876-2.262l-14.519-22.748
317
+ l-19.433-29.035l-22.748-33.836l-12.382-18.582l1.636-6.566l6.973-25.949l7.889-31.348l33.606,8.143l13.717,2.972"/>
318
+ <path id="UT" sodipodi:nodetypes="ccccccccccccccccccccccccccc" fill="#D3D3D3" d="M540.971,471.307l-24.644-3.474l-26.563-4.893
319
+ l-33.827-6.02l1.588-9.157l3.201-15.203l3.314-16.575l2.172-13.603l1.943-8.917l3.772-20.461l3.544-17.49l1.113-5.573l12.718,2.258
320
+ l12.002,2.058l10.287,1.829l8.346,1.372l3.678,0.479l-1.485,10.63l-2.312,13.173l7.808,0.928l16.407,1.805l8.211,0.856l-2.13,21.967
321
+ l-3.201,22.566l-3.753,27.826l-1.666,11.107L540.971,471.307z"/>
322
+ <path id="CO" sodipodi:nodetypes="ccccccccccccccc" fill="#D3D3D3" d="M666.62,418.796l1.44-21.282l-32.095-3.064l-24.464-2.7
323
+ l-37.265-4.115l-20.689-2.515l-2.63,22.176l-3.2,22.404l-3.754,27.986l-1.505,11.107l-0.251,2.764l33.927,3.795l37.74,4.267
324
+ l31.961,3.165l16.608,0.847"/>
325
+ <path id="NM" sodipodi:nodetypes="ccccccccccccccccccccc" fill="#D3D3D3" d="M570.724,593.045l-0.65-6.123l8.645,0.524l29.516,3.064
326
+ l28.393,1.438l1.966-22.332l3.726-55.876l1.119-19.39l2.014,0.35l-0.014-11.074l-32.204-2.402l-36.938-4.428l-34.465-4.114
327
+ l-4.2,30.758l-6.965,53.202l-3.752,26.922l-2.049,13.309l15.46,1.989l1.293-10.022l16.65,2.586L570.724,593.045z"/>
328
+ <path id="OR" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M428.306,338.687
329
+ l4.298-17.901l4.665-17.879l1.051-4.229l2.354-5.623l-0.615-1.163l-2.516-0.046l-1.281-1.67l0.458-1.464l0.503-3.247l4.458-5.487
330
+ l1.829-1.1l1.143-1.143l1.486-3.566l4.047-5.669l3.564-3.862l0.229-3.451l-3.27-2.469l-1.209-4.51l-13.237-3.745l-15.09-3.543
331
+ l-15.432,0.114l-0.458-1.372l-5.487,2.058l-4.458-0.572l-2.4-1.6l-1.258,0.686l-4.687-0.229l-1.715-1.372l-5.258-2.058l-0.801,0.114
332
+ l-4.344-1.486l-1.943,1.829l-6.173-0.343l-5.943-4.115l0.686-0.8l0.229-7.773l-2.285-3.887l-4.115-0.572l-0.687-2.515l-2.354-0.466
333
+ l-5.798,2.059l-2.265,6.466l-3.232,10.023l-3.233,6.466l-5.011,14.064l-6.467,13.58l-8.083,12.61l-1.94,2.91l-0.808,8.568
334
+ l-1.293,5.981l2.708,3.527l6.729,2.251l11.592,3.293l7.866,2.539l12.414,3.634l13.328,3.59l13.168,3.565"/>
335
+ <path id="ND" sodipodi:nodetypes="cccccccccccccccccccc" fill="#D3D3D3" d="M759.306,289.668l-0.365-7.496l-1.989-7.316
336
+ l-1.829-13.649l-0.457-9.831l-1.989-3.108l-1.601-5.351v-10.288l0.687-3.887l-2.115-5.499l-28.424-0.564l-18.592-0.646
337
+ l-26.512-1.293l-24.946-1.884l-1.261,14.23l-1.372,15.089l-2.259,24.947l-0.486,11.021l56.816,3.764L759.306,289.668z"/>
338
+ <path id="SD" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M760.797,365.181l-0.953-1.081
339
+ l-1.521-3.627l1.829-3.702l1.051-5.555l-2.583-2.058l-0.297-2.744l0.594-2.996l2.15-0.802l0.297-5.735l-0.068-30.086l-0.618-2.972
340
+ l-4.114-3.59l-0.982-1.989v-1.921l1.897-1.279l1.531-1.853l0.184-2.72l-57.384-1.6l-56.174-3.887l-0.767,5.279l-1.613,15.868
341
+ l-1.345,17.947l-1.601,24.597l16.027,1.029l19.638,1.143l17.993,1.303l23.776,1.304l10.744-0.778l2.86,2.286l4.319,2.973
342
+ l0.982,0.754l3.541-0.891l4.047-0.297l2.743-0.068l3.113,1.211l4.548,1.439l3.133,1.761l0.618,1.921l0.914,1.897l0.706-0.481
343
+ L760.797,365.181z"/>
344
+ <path id="NE" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M772.243,408.989l1.372,2.675
345
+ l0.093,2.126l2.354,3.727l2.72,3.151h-5.05l-43.482-0.938l-40.787-0.89l-21.19-0.961l1.072-21.327l-33.379-2.744l4.345-44.01
346
+ l15.546,1.029l20.118,1.143l17.832,1.143l23.777,1.144l10.745-0.458l2.058,2.286l4.801,2.972l1.145,0.915l4.344-1.372l3.887-0.458
347
+ l2.743-0.229l1.829,1.372l5.029,1.601l2.973,1.6l0.457,1.601l0.915,2.058h1.828l0.799,0.046l0.981,5.212l2.743,8.026l1.235,4.641
348
+ l2.126,3.818l0.524,4.938l1.439,4.275l0.55,6.47"/>
349
+ <path id="IA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
350
+ M854.594,363.628l0.17,1.942l2.287,1.14l1.141,1.257l0.344,1.262l3.888,3.202l0.687,2.173l-0.8,2.862l-1.488,3.544l-0.8,2.742
351
+ l-2.173,1.603l-1.716,0.572l-5.484,1.485l-0.688,2.283l-0.799,2.285l0.572,1.372l1.716,1.714l-0.002,3.661l-2.169,1.601
352
+ l-0.459,1.487v2.517l-1.489,0.457l-1.714,1.37l-0.455,1.485l0.455,1.717l-1.374,1.205l-2.294-2.691l-1.483-2.626l-8.341,0.799
353
+ l-10.171,0.571l-25.036,0.688l-13.035,0.229l-9.374,0.229l-1.315,0.122l-1.653-4.472l-0.229-6.63l-1.601-4.115l-0.688-5.258
354
+ l-2.286-3.658l-0.914-4.801l-2.743-7.544l-1.144-5.373l-1.372-2.172l-1.6-2.744l1.828-4.344l1.371-5.716l-2.743-2.058l-0.457-2.743
355
+ l0.914-2.515h1.715h11.546l49.61-0.686l19.877-0.686l1.852,2.747l1.832,2.622l0.455,0.804l-1.83,2.749l0.455,4.222l2.516,3.886
356
+ l2.969,1.824l2.405,0.23L854.594,363.628z"/>
357
+ <path id="MS" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M912.559,628.97
358
+ l-0.254,1.256h-5.174l-1.454-0.81l-2.103-0.322l-6.79,1.939l-1.778-0.809l-2.587,4.203l-1.103,0.777l-1.123-2.488l-1.145-3.887
359
+ l-3.43-3.2l1.144-7.545l-0.686-0.914l-1.829,0.229l-8.23,0.686l-24.233,0.688l-0.457-1.602l0.686-8.002l3.431-6.173l5.258-9.146
360
+ l-0.914-2.058h1.143l0.688-3.201l-2.286-1.829l0.229-1.829l-2.058-4.572l-0.286-5.344l1.372-2.658l-0.4-4.344l-1.371-2.972
361
+ l1.371-1.372l-1.371-2.059l0.457-1.829l0.914-6.173l2.973-2.743l-0.687-2.058l3.657-5.259l2.743-0.914v-2.516l-0.686-1.372
362
+ l2.743-5.258l2.743-1.144l0.107-3.412l8.675-0.077l24.088-1.94l4.58-0.229l0.009,6.372l0.161,16.65l-0.808,31.038l-0.162,14.063
363
+ l2.748,18.754L912.559,628.97z"/>
364
+ <path id="IN" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M906.421,462.854
365
+ l0.063-2.858l0.485-4.525l2.264-2.91l1.777-3.88l2.587-4.203l-0.484-5.82l-1.778-2.748l-0.323-3.232l0.809-5.496l-0.484-6.952
366
+ l-1.294-16.004l-1.293-15.358l-0.971-11.72l3.071,0.889l1.454,0.97l1.133-0.323l2.102-1.94l2.829-1.617l5.093-0.162l21.986-2.263
367
+ l5.574-0.533l1.505,15.957l4.251,36.84l0.599,5.771l-0.372,2.263l1.229,1.795l0.097,1.373l-2.521,1.601l-3.54,1.551l-3.202,0.55
368
+ l-0.599,4.867l-4.574,3.312l-2.797,4.01l0.323,2.377l-0.581,1.534h-3.326l-1.586-1.617l-2.493,1.263l-2.684,1.503l0.161,3.055
369
+ l-1.193,0.258l-0.468-1.018l-2.167-1.503l-3.25,1.341l-1.552,3.006l-1.438-0.809l-1.455-1.6l-4.465,0.485l-5.593,0.97
370
+ L906.421,462.854z"/>
371
+ <path id="IL" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
372
+ M905.805,463.602v-3.605l0.258-4.866l2.377-3.138l1.778-3.766l2.587-3.863l-0.372-5.252l-2.005-3.542l-0.098-3.347l0.695-5.271
373
+ l-0.825-7.178l-1.066-15.778l-1.294-15.017l-0.922-11.639l-0.271-0.921l-0.81-2.587l-1.293-3.718l-1.617-1.778l-1.454-2.587
374
+ l-0.232-5.489l-9.903,1.312l-27.206,1.715l-8.688-0.429l0.229,2.372l2.286,0.686l0.915,1.143l0.457,1.829l3.887,3.429l0.686,2.286
375
+ l-0.686,3.429l-1.829,3.658l-0.688,2.515l-2.285,1.829l-1.829,0.686l-5.259,1.372l-0.686,1.829l-0.688,2.058l0.688,1.372l1.828,1.6
376
+ l-0.229,4.114l-1.828,1.602l-0.687,1.601v2.743l-1.829,0.457l-1.601,1.144l-0.229,1.372l0.229,2.059l-1.715,1.313l-1.029,2.801
377
+ l0.457,3.658l2.287,7.316l7.315,7.545l5.486,3.658l-0.229,4.344l0.914,1.372l6.4,0.457l2.743,1.372l-0.686,3.657l-2.286,5.944
378
+ l-0.687,3.201l2.286,3.886l6.401,5.258l4.571,0.687l2.059,5.029l2.058,3.2l-0.914,2.974l1.6,4.114l1.829,2.059l1.944-0.792
379
+ l0.687-2.164l2.037-1.438l3.236-1.101l3.088,1.18l2.876,1.066l0.791-0.21l-0.065-1.241l-1.065-2.767l0.438-2.377l2.28-1.567
380
+ l2.358-0.987l1.163-0.42l-0.582-1.324l-0.76-2.167l1.245-1.262L905.805,463.602z"/>
381
+ <path id="MN" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
382
+ M759.879,290.471l-0.457-8.459l-1.829-7.316l-1.829-13.489l-0.457-9.831l-1.829-3.429l-1.602-5.03v-10.288l0.688-3.887l-1.821-5.452
383
+ l30.133,0.035l0.323-8.245l0.646-0.162l2.264,0.485l1.939,0.809l0.81,5.497l1.453,6.143l1.617,1.616h4.851l0.322,1.455l6.306,0.323
384
+ v2.102h4.85l0.323-1.293l1.132-1.132l2.264-0.646l1.293,0.97h2.91l3.88,2.587l5.335,2.425l2.425,0.485l0.484-0.97l1.455-0.485
385
+ l0.484,2.91l2.587,1.293l0.484-0.485l1.293,0.162v2.102l2.587,0.97h3.071l1.616-0.809l3.233-3.233l2.586-0.485l0.809,1.778
386
+ l0.485,1.293h0.97l0.971-0.808l8.892-0.323l1.778,3.071h0.646l0.714-1.084l4.439-0.371l-0.612,2.28l-3.938,1.837l-9.246,4.061
387
+ l-4.773,2.007l-3.071,2.587l-2.425,3.557l-2.265,3.879l-1.777,0.809l-4.526,5.011l-1.293,0.162l-3.842,2.934l-2.816,3.161
388
+ l-0.229,2.97l0.227,7.778l-1.597,1.6l-5.259,4.114l-1.832,5.717l2.519,3.647l0.458,2.52l-1.147,2.974l-0.228,3.659l0.458,7.084
389
+ l3.426,4.107h2.976l2.511,2.293l3.201,1.365l3.659,5.035l7.088,5.023l1.83,2.062l0.234,5.502l-20.588,0.686l-60.249,0.459
390
+ l-0.339-35.677l-0.457-2.972l-4.114-3.429l-1.145-1.829v-1.601l2.058-1.6l1.372-1.372L759.879,290.471z"/>
391
+ <path id="WI" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
392
+ M900.94,359.181l0.37-2.97l-1.616-4.527l-0.646-6.143l-1.133-2.425l0.971-3.072l0.809-2.91l1.455-2.586l-0.647-3.395l-0.646-3.557
393
+ l0.484-1.778l1.939-2.425l0.162-2.748l-0.81-1.293l0.646-2.586l0.484-3.233l2.748-5.658l2.91-6.79l0.161-2.263l-0.323-0.97
394
+ l-0.808,0.485l-4.203,6.305l-2.749,4.042l-1.939,1.778l-0.809,2.263l-1.455,0.808l-1.131,1.94l-1.455-0.323l-0.162-1.778
395
+ l1.294-2.425l2.102-4.688l1.777-1.617l1.102-2.292l-1.631-0.905l-1.371-1.372l-1.601-10.288l-3.658-1.144l-1.371-2.286
396
+ l-12.574-2.743l-2.516-1.143l-8.23-2.287l-8.229-1.143l-4.17-5.405l-0.529,1.261l-1.132-0.162l-0.646-1.132l-2.748-0.808
397
+ l-1.132,0.162l-1.778,0.97l-0.97-0.646l0.646-1.94l1.939-3.071l1.132-1.132l-1.938-1.455l-2.103,0.808l-2.91,1.94l-7.437,3.233
398
+ l-2.91,0.646l-2.909-0.485l-0.982-0.878l-2.116,2.835l-0.229,2.744v8.459l-1.145,1.6l-5.258,3.887l-2.286,5.944l0.457,0.229
399
+ l2.516,2.058l0.686,3.201l-1.829,3.201v3.887l0.458,6.63l2.972,2.972h3.431l1.827,3.201l3.431,0.458l3.887,5.715l7.088,4.115
400
+ l2.057,2.744l0.915,7.43l0.687,3.315l2.286,1.601l0.229,1.372l-2.057,3.429l0.229,3.201l2.515,3.887l2.516,1.143l2.972,0.458
401
+ l1.343,1.38h9.174l26.066-1.487L900.94,359.181z"/>
402
+ <path id="MO" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
403
+ M843.788,411.526l-2.521-3.087l-1.144-2.286l-7.772,0.687l-9.831,0.457l-25.377,0.914l-13.488,0.229l-7.888,0.115l-2.286,0.113
404
+ l1.257,2.516l-0.229,2.286l2.516,3.887l3.087,4.115l3.086,2.742l2.286,0.229l1.372,0.915v2.972l-1.829,1.602l-0.457,2.285
405
+ l2.058,3.431l2.515,2.972l2.516,1.829l1.372,11.66l-0.687,35.322l0.229,4.688l0.457,5.384l23.434-0.117l23.206-0.686l20.805-0.802
406
+ l11.655-0.229l2.169,3.426l-0.685,3.309l-3.088,2.401l-0.572,1.838l5.379,0.457l3.896-0.686l1.718-5.494l0.651-5.856l2.317-2.024
407
+ l1.713-1.486l2.058-1.03l0.114-2.859l0.574-1.715l-1.031-1.748l-2.745,0.145l-2.169-2.625l-1.374-4.229l0.803-2.52l-1.944-3.428
408
+ l-1.831-4.576l-4.799-0.799l-6.97-5.6l-1.719-4.112l0.799-3.201l2.061-6.059l0.459-2.863l-1.949-1.031l-6.855-0.798l-1.027-1.712
409
+ l-0.111-4.23l-5.487-3.431l-6.976-7.771l-2.286-7.315l-0.23-4.226L843.788,411.526z"/>
410
+ <path id="AR" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="M878.951,506.952l-3.848,0.938
411
+ l-6.173-0.457l0.687-2.972l3.2-2.744l0.457-2.286l-1.828-2.973l-10.975,0.457l-20.806,0.915l-23.318,0.687l-23.319,0.457
412
+ l1.601,6.857v8.23l1.372,10.975l0.229,37.837l2.285,1.943l2.973-1.372l2.742,1.144l0.432,10.323l22.886-0.143l18.864-0.802
413
+ l10.121-0.196l1.146-2.092l-0.286-3.55l-1.826-2.972l1.601-1.485l-1.601-2.512l0.686-2.51l1.368-5.605l2.519-2.062l-0.687-2.284
414
+ l3.657-5.372l2.744-1.368l-0.113-1.494l-0.346-1.825l2.855-5.599l2.403-1.257l0.384-3.429l1.771-1.241l0.856-4.233l-1.342-4.012
415
+ l4.041-2.377l0.551-2.019l1.235-4.269L878.951,506.952z"/>
416
+ <path id="OK" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
417
+ M663.343,484.57l-10.688-0.457l-6.43-0.484l0.257,0.198l-0.704,10.423l21.965,1.406l32.056,1.304l-2.335,24.419l-0.457,17.832
418
+ l0.229,1.602l4.344,3.658l2.058,1.143l0.688-0.229l0.686-2.058l1.371,1.829h2.06v-1.371l2.742,1.371l-0.457,3.887l4.115,0.229
419
+ l2.515,1.145l4.115,0.686l2.515,1.829l2.286-2.058l3.431,0.686l2.515,3.431h0.914v2.285l2.286,0.687l2.286-2.286l1.828,0.687h2.517
420
+ l0.914,2.516l4.801,1.829l1.372-0.688l1.828-4.115h1.144l1.144,2.059l4.115,0.687l3.658,1.371l2.972,0.915l1.829-0.915l0.686-2.516
421
+ h4.345l2.058,0.915l2.744-2.058h1.143l0.688,1.6h4.113l1.602-2.058l1.829,0.458l2.058,2.515l3.201,1.829l3.2,0.914l1.94,1.119
422
+ l-0.389-37.218l-1.372-10.975l-0.161-8.872l-1.439-6.538l-0.777-7.18l-0.068-3.815l-12.137,0.318l-46.41-0.457l-45.038-2.059
423
+ L663.343,484.57z"/>
424
+ <path id="KS" sodipodi:nodetypes="ccccccccccccccccccccc" fill="#D3D3D3" d="M791.381,487.13l-12.618,0.205l-46.09-0.457
425
+ l-44.558-2.059l-24.63-1.258l4.145-64.72l21.832,0.8l40.468,1.372l44.124,0.458h5.096l3.247,3.225l2.768,0.229l0.89,1.074v2.01
426
+ l-1.829,1.601l-0.457,2.606l2.22,3.591l2.515,3.133l2.515,1.989l1.052,11.178L791.381,487.13z"/>
427
+ <path id="LA" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccscccccccccccccccccccccccccccc" fill="#D3D3D3" d="
428
+ M890.201,634.994l-1.028-2.615l-1.145-3.094l-3.314-3.541l0.915-6.75l-0.117-1.142l-1.263,0.342l-8.229,0.913l-25.028,0.459
429
+ l-0.685-2.396l0.912-8.456l3.315-5.944l5.031-8.691l-0.573-2.397l1.256-0.682l0.459-1.952l-2.286-2.056l-0.111-1.942l-1.831-4.346
430
+ l-0.456-5.941l-9.725,0.113l-19.205,0.915l-22.205,0.028l0.029,9.573l0.686,9.373l0.687,3.888l2.516,4.114l0.914,5.029l4.344,5.487
431
+ l0.229,3.199l0.687,0.688l-0.688,8.459l-2.972,5.029l1.601,2.058l-0.687,2.515l-0.687,7.316l-1.371,3.2l0.122,3.616l4.688-1.521
432
+ l8.083-0.323l10.346,3.557l6.467,1.132l3.718-1.455l3.233,1.133l3.233,0.97l0.808-2.103l-3.232-1.132l-2.587,0.485l-2.748-1.617
433
+ c0,0,0.161-1.293,0.81-1.455c0.646-0.161,3.07-0.97,3.07-0.97l1.778,1.455l1.778-0.971l3.231,0.646l1.455,2.425l0.324,2.264
434
+ l4.525,0.323l1.778,1.778l-0.81,1.615l-1.293,0.81l1.616,1.615l8.406,3.558l3.557-1.293l0.97-2.426l2.587-0.646l1.778-1.455
435
+ l1.293,0.971l0.809,2.91l-2.264,0.808l0.646,0.646l3.396-1.293l2.263-3.396l0.81-0.484l-2.103-0.323l0.81-1.616l-0.162-1.455
436
+ l2.102-0.485l1.132-1.293l0.646,0.809c0,0-0.161,3.071,0.646,3.071c0.81,0,4.203,0.646,4.203,0.646l4.042,1.938l0.97,1.455h2.91
437
+ l1.132,0.972l2.263-3.072v-1.455h-1.293l-3.396-2.748l-5.819-0.81l-3.232-2.263l1.132-2.748l2.263,0.323l0.162-0.646l-1.778-0.971
438
+ v-0.484h3.233l1.777-3.071l-1.293-1.939l-0.323-2.748l-1.455,0.161l-1.939,2.102l-0.646,2.587l-3.07-0.646l-0.972-1.778l1.778-1.939
439
+ l2.021-1.777L890.201,634.994z"/>
440
+ <path id="VA" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" fill="#D3D3D3" d="
441
+ M1116.905,431.245l-0.144-1.946l6.452-2.551l-0.771,3.219l-2.92,3.778l-0.418,4.586l0.462,3.392l-1.828,4.978l-2.164,1.916
442
+ l-1.472-4.641l0.446-5.449l1.587-4.183L1116.905,431.245z M1119.187,459.547l-58.175,12.574l-37.428,5.279l-6.679-0.375
443
+ l-2.585,1.927l-7.339,0.222l-8.382,0.978l-8.928,0.951l8.48-4.948l-0.013-2.074l1.521-2.146l10.553-11.501l3.947,4.478l3.783,0.964
444
+ l2.543-1.14l2.236-1.312l2.537,1.345l3.914-1.429l1.876-4.557l2.603,0.54l2.854-2.131l1.799,0.493l2.827-3.677l0.349-2.083
445
+ l-0.964-1.275l1.003-1.867l5.274-12.277l0.615-5.734l1.229-0.523l2.179,2.443l3.936-0.302l1.93-7.572l2.794-0.562l1.05-2.741
446
+ l2.58-2.347l1.268-2.342l1.504-3.354l0.085-5.066l9.822,3.822c0.681,0.341,0.654-4.783,0.654-4.783l4.051,1.377l-0.462,2.629
447
+ l8.156,2.938l1.293,1.794l-0.868,3.683l-1.264,1.325l-0.507,1.746l0.494,2.403l1.959,1.278l3.918,1.444l2.949,0.969l4.855,0.941
448
+ l2.152,2.088l3.189,0.402l0.868,1.2l-0.438,4.689l1.373,1.104l-0.479,1.931l1.229,0.79l-0.222,1.385l-2.694-0.095l0.089,1.616
449
+ l2.281,1.543l0.121,1.412l1.772,1.785l0.491,2.524l-2.553,1.381l1.571,1.494l5.801-1.687L1119.187,459.547z"/>
450
+ <path id="DC" sodipodi:nodetypes="cccccc" fill="#D3D3D3" d="M1089.757,415.844l-1.077-1.638l-1.015-0.842l1.101-1.616l2.231,1.512
451
+ L1089.757,415.844z"/>
452
+ </svg>