Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2013-08-13 18:13:56 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2013-08-13 18:13:56 (GMT)
commitf41503959688561a855d37b32a1e9d5da18428a2 (patch)
treef3eddeea0242446089b8fa6fc00e0451f492328c
parent306db77d94eaa00e46ea85f5879486055a78c9f6 (diff)
Add 4 box to supplant the fixed
Signed-off-by: Cristhofer Travieso <cristhofert97@gmail.com>
-rw-r--r--NOTES2
-rw-r--r--game.py51
-rw-r--r--gamepy.py18
-rw-r--r--icons/cards/back.svg1734
4 files changed, 943 insertions, 862 deletions
diff --git a/NOTES b/NOTES
index a67790b..2087956 100644
--- a/NOTES
+++ b/NOTES
@@ -1,2 +1,4 @@
NOTA
ESte juego posiblemente se a eecho en cairo
+Por ahora en gtk
+
diff --git a/game.py b/game.py
index 825c513..c9908fb 100644
--- a/game.py
+++ b/game.py
@@ -20,10 +20,14 @@ from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GObject
import os
+import random
WIDTH = 1200
HEIGHT = 700
+OPPONENT_CARDS = [None, None, None]
+MY_CARDS = [None, None, None]
+
class Eventbox(Gtk.EventBox):
def __init__(self):
Gtk.EventBox.__init__(self)
@@ -31,9 +35,54 @@ class Eventbox(Gtk.EventBox):
parse, color = Gdk.Color.parse('green')
self.modify_bg(Gtk.StateType.NORMAL, color)
- self.add(Fixed())
+ self.add(Box())
self.show()
+class Box(Gtk.VBox):
+ def __init__(self):
+
+ self.opponent_box = Gtk.HBox()
+ self.add(self.opponent_box)
+ self.my_box = Gtk.HBox()
+ self.add(self.my_box)
+ self.play_box = Gtk.HBox()
+ self.add(self.play_box)
+
+ self._deal()
+
+ for image in MY_CARDS:
+ b = Gtk.Button()
+ i = Gtk.Image()
+ i.set_from_file(image)
+ b.add(i)
+ b.connect('clicked', self._click)
+ self.my_box.add(b)
+
+ self.show_all()
+
+ def _deal(self):
+ OPPONENT_CARDS[0] = random.choice(os.getcwd() + '/cards')
+ OPPONENT_CARDS[1] = random.choice(os.getcwd() + '/cards')
+ OPPONENT_CARDS[2] = random.choice(os.getcwd() + '/cards')
+
+ MY_CARDS[0] = random.choice(os.getcwd() + '/cards')
+ MY_CARDS[1] = random.choice(os.getcwd() + '/cards')
+ MY_CARDS[2] = random.choice(os.getcwd() + '/cards')
+
+ def _click(self, widget):
+ self.my_box.remove(widget)
+ self.play_box.add(widget)
+
+ image = random.choice(OPPONET_CARDS)
+ btn = Gtk.Button()
+ img = Gtk.Image()
+ img.set_from_file(image)
+ btn.add(img)
+ btn.connect('clicked', self._click)
+ self.paly_box.add(btn)
+
+ del OPPONENT_CARDS[OPPONENT_CARDS.index(image)]
+
class Fixed(Gtk.Fixed):
def __init__(self):
diff --git a/gamepy.py b/gamepy.py
new file mode 100644
index 0000000..1645e18
--- /dev/null
+++ b/gamepy.py
@@ -0,0 +1,18 @@
+
+# Copyright (C) 2013 Cristhofer Travieso <cristhofert97@gmail.com>
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+import pygame
diff --git a/icons/cards/back.svg b/icons/cards/back.svg
index 9551ab1..3311b5f 100644
--- a/icons/cards/back.svg
+++ b/icons/cards/back.svg
@@ -9,8 +9,8 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="210mm"
- height="297mm"
+ width="150"
+ height="210"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
@@ -24,9 +24,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="231.10555"
- inkscape:cy="703.35836"
+ inkscape:zoom="1"
+ inkscape:cx="362.59431"
+ inkscape:cy="285.47424"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -50,868 +50,880 @@
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
- id="layer1">
- <rect
- style="fill:#0000ff;fill-opacity:0.10921501;fill-rule:evenodd;stroke:#000000;stroke-width:7.08661413000000007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="rect2985"
- width="743.10144"
- height="1051.3715"
- x="0.49425524"
- y="0.49644354" />
+ id="layer1"
+ transform="translate(0,-842.36218)">
<g
- id="g3308"
- style="fill:none;stroke:#0000ff;stroke-opacity:1;fill-opacity:0">
+ id="g3877"
+ transform="matrix(0.19860028,0,0,0.19860028,0.60554255,842.75722)">
<rect
- y="92.264412"
- x="91.328934"
- height="836.12543"
- width="565.91351"
- id="rect2985-6"
- style="fill:none;stroke:#0000ff;stroke-width:5.51502371000000036;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0" />
+ y="-1.8949803"
+ x="5.5921278"
+ height="1051.3715"
+ width="743.10144"
+ id="rect2985-5"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.08661413;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
- id="g4226"
- style="fill:none;stroke:#0000ff;stroke-opacity:1;fill-opacity:0">
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7"
- width="20.705313"
- height="20.705313"
- x="195.54659"
- y="-32.664192"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4"
- width="20.705313"
- height="20.705313"
- x="240.97168"
- y="12.84685"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0"
- width="20.705313"
- height="20.705313"
- x="286.41824"
- y="59.367805"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9"
- width="20.705313"
- height="20.705313"
- x="331.84335"
- y="104.87885"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8"
- width="20.705313"
- height="20.705313"
- x="377.12878"
- y="143.82542"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1"
- width="20.705313"
- height="20.705313"
- x="422.55386"
- y="189.33646"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6"
- width="20.705313"
- height="20.705313"
- x="468.00043"
- y="235.85744"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6"
- width="20.705313"
- height="20.705313"
- x="513.42554"
- y="281.36841"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2"
- width="20.705313"
- height="20.705313"
- x="558.80225"
- y="324.60709"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17"
- width="20.705313"
- height="20.705313"
- x="604.22736"
- y="370.1181"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0"
- width="20.705313"
- height="20.705313"
- x="649.67395"
- y="416.63907"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3"
- width="20.705313"
- height="20.705313"
- x="695.09906"
- y="462.15015"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3"
- width="20.705313"
- height="20.705313"
- x="740.38446"
- y="501.09665"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-23"
- width="20.705313"
- height="20.705313"
- x="248.13156"
- y="-87.510017"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-0"
- width="20.705313"
- height="20.705313"
- x="293.55646"
- y="-41.999126"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-09"
- width="20.705313"
- height="20.705313"
- x="339.00278"
- y="4.5216289"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-0"
- width="20.705313"
- height="20.705313"
- x="384.42767"
- y="50.032703"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-4"
- width="20.705313"
- height="20.705313"
- x="429.71289"
- y="88.979393"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-9"
- width="20.705313"
- height="20.705313"
- x="475.13791"
- y="134.49062"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-8"
- width="20.705313"
- height="20.705313"
- x="520.58447"
- y="181.01144"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-5"
- width="20.705313"
- height="20.705313"
- x="566.00952"
- y="226.52234"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-6"
- width="20.705313"
- height="20.705313"
- x="611.38623"
- y="269.76089"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-0"
- width="20.705313"
- height="20.705313"
- x="656.81134"
- y="315.27209"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-8"
- width="20.705313"
- height="20.705313"
- x="702.25793"
- y="361.79324"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-4"
- width="20.705313"
- height="20.705313"
- x="747.68304"
- y="407.30447"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-7"
- width="20.705313"
- height="20.705313"
- x="792.96844"
- y="446.25119"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-6"
- width="20.705313"
- height="20.705313"
- x="294.20157"
- y="-135.16994"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-7"
- width="20.705313"
- height="20.705313"
- x="339.62665"
- y="-89.658836"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-7"
- width="20.705313"
- height="20.705313"
- x="385.07321"
- y="-43.137859"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-4"
- width="20.705313"
- height="20.705313"
- x="430.49832"
- y="2.3731861"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-30"
- width="20.705313"
- height="20.705313"
- x="475.78375"
- y="41.319706"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-5"
- width="20.705313"
- height="20.705313"
- x="521.20892"
- y="86.830742"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-2"
- width="20.705313"
- height="20.705313"
- x="566.65552"
- y="133.3517"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-2"
- width="20.705313"
- height="20.705313"
- x="612.08063"
- y="178.86272"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-9"
- width="20.705313"
- height="20.705313"
- x="657.45734"
- y="222.10139"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-6"
- width="20.705313"
- height="20.705313"
- x="702.88245"
- y="267.61249"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-2"
- width="20.705313"
- height="20.705313"
- x="748.32904"
- y="314.13345"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-6"
- width="20.705313"
- height="20.705313"
- x="793.75415"
- y="359.64453"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-4"
- width="20.705313"
- height="20.705313"
- x="839.03955"
- y="398.591"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-60"
- width="20.705313"
- height="20.705313"
- x="330.74814"
- y="-174.54387"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-73"
- width="20.705313"
- height="20.705313"
- x="376.17325"
- y="-129.033"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-1"
- width="20.705313"
- height="20.705313"
- x="421.61981"
- y="-82.512039"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-60"
- width="20.705313"
- height="20.705313"
- x="467.04489"
- y="-37.000954"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-8"
- width="20.705313"
- height="20.705313"
- x="512.33032"
- y="1.9455633"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-8"
- width="20.705313"
- height="20.705313"
- x="557.75543"
- y="47.456566"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-0"
- width="20.705313"
- height="20.705313"
- x="603.20197"
- y="93.977577"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-4"
- width="20.705313"
- height="20.705313"
- x="648.62708"
- y="139.48878"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-5"
- width="20.705313"
- height="20.705313"
- x="694.00378"
- y="182.72746"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-60"
- width="20.705313"
- height="20.705313"
- x="739.42889"
- y="228.23845"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-3"
- width="20.705313"
- height="20.705313"
- x="784.87549"
- y="274.75909"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-3"
- width="20.705313"
- height="20.705313"
- x="830.3006"
- y="320.27017"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-77"
- width="20.705313"
- height="20.705313"
- x="875.586"
- y="359.21664"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-5"
- width="20.705313"
- height="20.705313"
- x="371.57651"
- y="-216.5542"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-11"
- width="20.705313"
- height="20.705313"
- x="417.00162"
- y="-171.04315"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-4"
- width="20.705313"
- height="20.705313"
- x="462.44818"
- y="-124.52222"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-7"
- width="20.705313"
- height="20.705313"
- x="507.87317"
- y="-79.011185"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-42"
- width="20.705313"
- height="20.705313"
- x="553.15863"
- y="-40.064671"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-4"
- width="20.705313"
- height="20.705313"
- x="598.58374"
- y="5.4463663"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-21"
- width="20.705313"
- height="20.705313"
- x="644.03027"
- y="51.967354"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-9"
- width="20.705313"
- height="20.705313"
- x="689.45538"
- y="97.478447"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-1"
- width="20.705313"
- height="20.705313"
- x="734.83209"
- y="140.71713"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-2"
- width="20.705313"
- height="20.705313"
- x="780.2572"
- y="186.22815"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-84"
- width="20.705313"
- height="20.705313"
- x="825.7038"
- y="232.74911"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-36"
- width="20.705313"
- height="20.705313"
- x="871.12891"
- y="278.26016"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-6"
- width="20.705313"
- height="20.705313"
- x="916.41431"
- y="317.20667"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-23-7"
- width="20.705313"
- height="20.705313"
- x="424.1615"
- y="-271.40009"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-0-2"
- width="20.705313"
- height="20.705313"
- x="469.5864"
- y="-225.88913"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-09-4"
- width="20.705313"
- height="20.705313"
- x="515.03259"
- y="-179.36838"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-0-7"
- width="20.705313"
- height="20.705313"
- x="560.45752"
- y="-133.85728"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-4-8"
- width="20.705313"
- height="20.705313"
- x="605.74274"
- y="-94.910645"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-9-0"
- width="20.705313"
- height="20.705313"
- x="651.16772"
- y="-49.399471"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-8-7"
- width="20.705313"
- height="20.705313"
- x="696.61432"
- y="-2.8786387"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-5-5"
- width="20.705313"
- height="20.705313"
- x="742.03937"
- y="42.632256"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-6-9"
- width="20.705313"
- height="20.705313"
- x="787.41608"
- y="85.870911"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-0-6"
- width="20.705313"
- height="20.705313"
- x="832.84119"
- y="131.38214"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-8-2"
- width="20.705313"
- height="20.705313"
- x="878.28778"
- y="177.90329"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-4-2"
- width="20.705313"
- height="20.705313"
- x="923.71289"
- y="223.41452"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-7-8"
- width="20.705313"
- height="20.705313"
- x="968.99829"
- y="262.36121"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-6-4"
- width="20.705313"
- height="20.705313"
- x="470.23151"
- y="-319.06"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-7-8"
- width="20.705313"
- height="20.705313"
- x="515.65649"
- y="-273.54886"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-7-6"
- width="20.705313"
- height="20.705313"
- x="561.10309"
- y="-227.02786"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-4-6"
- width="20.705313"
- height="20.705313"
- x="606.5282"
- y="-181.51682"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-30-2"
- width="20.705313"
- height="20.705313"
- x="651.8136"
- y="-142.5703"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-5-5"
- width="20.705313"
- height="20.705313"
- x="697.23877"
- y="-97.059311"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-2-7"
- width="20.705313"
- height="20.705313"
- x="742.68536"
- y="-50.538387"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-2-4"
- width="20.705313"
- height="20.705313"
- x="788.11047"
- y="-5.0273666"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-9-3"
- width="20.705313"
- height="20.705313"
- x="833.48718"
- y="38.211311"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-6-3"
- width="20.705313"
- height="20.705313"
- x="878.91229"
- y="83.722496"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-2-9"
- width="20.705313"
- height="20.705313"
- x="924.35889"
- y="130.2435"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-6-2"
- width="20.705313"
- height="20.705313"
- x="969.784"
- y="175.75458"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-4-1"
- width="20.705313"
- height="20.705313"
- x="1015.0696"
- y="214.70105"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-60-9"
- width="20.705313"
- height="20.705313"
- x="506.77795"
- y="-358.43393"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-73-2"
- width="20.705313"
- height="20.705313"
- x="552.20312"
- y="-312.92303"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-1-1"
- width="20.705313"
- height="20.705313"
- x="597.64966"
- y="-266.40213"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-60-4"
- width="20.705313"
- height="20.705313"
- x="643.07471"
- y="-220.89096"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-8-2"
- width="20.705313"
- height="20.705313"
- x="688.36017"
- y="-181.94443"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-1-8-9"
- width="20.705313"
- height="20.705313"
- x="733.78528"
- y="-136.43344"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-6-0-4"
- width="20.705313"
- height="20.705313"
- x="779.23181"
- y="-89.91246"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-6-4-9"
- width="20.705313"
- height="20.705313"
- x="824.65692"
- y="-44.401306"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-2-5-7"
- width="20.705313"
- height="20.705313"
- x="870.03363"
- y="-1.162619"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-17-60-5"
- width="20.705313"
- height="20.705313"
- x="915.45874"
- y="44.348366"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-0-0-3-5"
- width="20.705313"
- height="20.705313"
- x="960.90533"
- y="90.869125"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-4-9-3-3-9"
- width="20.705313"
- height="20.705313"
- x="1006.3305"
- y="136.38022"
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
- <rect
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-opacity:1"
- id="rect3001-7-8-3-77-7"
- width="20.705313"
- height="20.705313"
- x="1051.6158"
- y="175.32669"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1"
+ id="g3308">
+ <rect
+ style="fill:none;stroke:#0000ff;stroke-width:5.51502371;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect2985-6"
+ width="565.91351"
+ height="836.12543"
+ x="91.328934"
+ y="92.264412" />
+ <g
+ style="fill:none;stroke:#0000ff;stroke-opacity:1"
+ id="g4226">
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-32.664192"
+ x="195.54659"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="12.84685"
+ x="240.97168"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="59.367805"
+ x="286.41824"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="104.87885"
+ x="331.84335"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="143.82542"
+ x="377.12878"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="189.33646"
+ x="422.55386"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="235.85744"
+ x="468.00043"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="281.36841"
+ x="513.42554"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="324.60709"
+ x="558.80225"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="370.1181"
+ x="604.22736"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="416.63907"
+ x="649.67395"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="462.15015"
+ x="695.09906"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="501.09665"
+ x="740.38446"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-87.510017"
+ x="248.13156"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-23"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-41.999126"
+ x="293.55646"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="4.5216289"
+ x="339.00278"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-09"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="50.032703"
+ x="384.42767"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="88.979393"
+ x="429.71289"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="134.49062"
+ x="475.13791"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="181.01144"
+ x="520.58447"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="226.52234"
+ x="566.00952"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="269.76089"
+ x="611.38623"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="315.27209"
+ x="656.81134"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="361.79324"
+ x="702.25793"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="407.30447"
+ x="747.68304"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="446.25119"
+ x="792.96844"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-135.16994"
+ x="294.20157"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-89.658836"
+ x="339.62665"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-43.137859"
+ x="385.07321"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="2.3731861"
+ x="430.49832"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="41.319706"
+ x="475.78375"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-30"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="86.830742"
+ x="521.20892"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="133.3517"
+ x="566.65552"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="178.86272"
+ x="612.08063"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="222.10139"
+ x="657.45734"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="267.61249"
+ x="702.88245"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="314.13345"
+ x="748.32904"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="359.64453"
+ x="793.75415"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="398.591"
+ x="839.03955"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-174.54387"
+ x="330.74814"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-60"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-129.033"
+ x="376.17325"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-73"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-82.512039"
+ x="421.61981"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-1"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-37.000954"
+ x="467.04489"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-60"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="1.9455633"
+ x="512.33032"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="47.456566"
+ x="557.75543"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="93.977577"
+ x="603.20197"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="139.48878"
+ x="648.62708"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="182.72746"
+ x="694.00378"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="228.23845"
+ x="739.42889"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-60"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="274.75909"
+ x="784.87549"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="320.27017"
+ x="830.3006"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="359.21664"
+ x="875.586"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-77"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-216.5542"
+ x="371.57651"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-171.04315"
+ x="417.00162"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-11"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-124.52222"
+ x="462.44818"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-79.011185"
+ x="507.87317"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-40.064671"
+ x="553.15863"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-42"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="5.4463663"
+ x="598.58374"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="51.967354"
+ x="644.03027"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-21"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="97.478447"
+ x="689.45538"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="140.71713"
+ x="734.83209"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-1"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="186.22815"
+ x="780.2572"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="232.74911"
+ x="825.7038"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-84"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="278.26016"
+ x="871.12891"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-36"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="317.20667"
+ x="916.41431"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-271.40009"
+ x="424.1615"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-23-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-225.88913"
+ x="469.5864"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-0-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-179.36838"
+ x="515.03259"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-09-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-133.85728"
+ x="560.45752"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-0-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-94.910645"
+ x="605.74274"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-4-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-49.399471"
+ x="651.16772"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-9-0"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-2.8786387"
+ x="696.61432"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-8-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="42.632256"
+ x="742.03937"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-5-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="85.870911"
+ x="787.41608"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-6-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="131.38214"
+ x="832.84119"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-0-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="177.90329"
+ x="878.28778"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-8-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="223.41452"
+ x="923.71289"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-4-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="262.36121"
+ x="968.99829"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-7-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-319.06"
+ x="470.23151"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-6-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-273.54886"
+ x="515.65649"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-7-8"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-227.02786"
+ x="561.10309"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-7-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-181.51682"
+ x="606.5282"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-4-6"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-142.5703"
+ x="651.8136"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-30-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-97.059311"
+ x="697.23877"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-5-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-50.538387"
+ x="742.68536"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-2-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-5.0273666"
+ x="788.11047"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-2-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="38.211311"
+ x="833.48718"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-9-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="83.722496"
+ x="878.91229"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-6-3"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="130.2435"
+ x="924.35889"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-2-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="175.75458"
+ x="969.784"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-6-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="214.70105"
+ x="1015.0696"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-4-1"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-358.43393"
+ x="506.77795"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-60-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-312.92303"
+ x="552.20312"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-73-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-266.40213"
+ x="597.64966"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-1-1"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-220.89096"
+ x="643.07471"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-60-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-181.94443"
+ x="688.36017"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-8-2"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-136.43344"
+ x="733.78528"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-1-8-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-89.91246"
+ x="779.23181"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-6-0-4"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-44.401306"
+ x="824.65692"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-6-4-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="-1.162619"
+ x="870.03363"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-2-5-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="44.348366"
+ x="915.45874"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-17-60-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="90.869125"
+ x="960.90533"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-0-0-3-5"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="136.38022"
+ x="1006.3305"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-4-9-3-3-9"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ <rect
+ transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
+ y="175.32669"
+ x="1051.6158"
+ height="20.705313"
+ width="20.705313"
+ id="rect3001-7-8-3-77-7"
+ style="fill:none;stroke:#0000ff;stroke-opacity:1" />
+ </g>
+ <rect
+ style="fill:none;stroke:#0000ff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="rect3001"
+ width="150"
+ height="150"
+ x="561.67255"
+ y="4.6650295"
transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)" />
</g>
<rect
- transform="matrix(0.69190536,0.72198821,-0.72198821,0.69190536,0,0)"
- y="4.6650295"
- x="561.67255"
- height="150"
- width="150"
- id="rect3001"
- style="fill:none;fill-opacity:0;stroke:#0000ff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ y="0.49644354"
+ x="0.49425524"
+ height="1051.3715"
+ width="743.10144"
+ id="rect2985"
+ style="fill:#0000ff;fill-opacity:0.10921499;fill-rule:evenodd;stroke:#000000;stroke-width:7.08661413;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
</g>
</svg>