Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2012-08-25 01:28:27 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2012-08-25 01:28:27 (GMT)
commit15c4a3f753626549b86a17f8f6b8d830fe9ca63b (patch)
tree501d5962e48e6c3fda9252bebc9454fee2cd904d
parentfade67fb3f562066beb19c9fab3e35a9a7a6e254 (diff)
add radiotoolbuttons cross, circle, human, robot and toolbutton help, score
-rw-r--r--activity.py42
-rw-r--r--icons/circle.svg86
-rw-r--r--icons/cross.svg63
-rw-r--r--icons/help-icon.svg14
-rw-r--r--icons/human.svg7
-rw-r--r--icons/robot.svg99
-rw-r--r--icons/score.svg133
7 files changed, 440 insertions, 4 deletions
diff --git a/activity.py b/activity.py
index 8f76475..c942fbf 100644
--- a/activity.py
+++ b/activity.py
@@ -20,19 +20,17 @@ from sugar.activity import activity
from sugar.activity.widgets import StopButton
from sugar.activity.widgets import ActivityToolbarButton
from sugar.graphics.toolbarbox import ToolbarBox
+from sugar.graphics.radiotoolbutton import RadioToolButton
+from sugar.graphics.toolbutton import ToolButton
class Activity(activity.Activity):
def __init__(self, handle):
activity.Activity.__init__(self, handle, True)
-
- self.max_participants = 1
# Toolbar
toolbarbox = ToolbarBox()
- self.set_toolbar_box(toolbarbox)
activity_button = ActivityToolbarButton(self)
-
toolbarbox.toolbar.insert(activity_button, 0)
separator = gtk.SeparatorToolItem()
@@ -41,12 +39,47 @@ class Activity(activity.Activity):
toolbarbox.toolbar.insert(separator, -1)
#toolbutton
+ self._cross_btn = RadioToolButton()
+ self._cross_btn.set_tooltip('Cross')
+ self._cross_btn.props.icon_name = 'cross'
+ toolbarbox.toolbar.insert(self._cross_btn, -1)
+
+ self._circle_btn = RadioToolButton()
+ self._circle_btn.set_tooltip('Circle')
+ self._circle_btn.props.icon_name = 'circle'
+ self._circle_btn.props.group = self._cross_btn
+ toolbarbox.toolbar.insert(self._circle_btn, -1)
+
+ separator = gtk.SeparatorToolItem()
+ separator.set_expand(False)
+ separator.set_draw(True)
+ toolbarbox.toolbar.insert(separator, -1)
+
+ self._vs_human_btn = RadioToolButton()
+ self._vs_human_btn.set_tooltip('Play against a person')
+ self._vs_human_btn.props.icon_name = 'human'
+ toolbarbox.toolbar.insert(self._vs_human_btn, -1)
+
+ self._vs_robot_btn = RadioToolButton()
+ self._vs_robot_btn.set_tooltip('Play against the computer')
+ self._vs_robot_btn.props.icon_name = 'robot'
+ self._vs_robot_btn.props.group = self._vs_human_btn
+ toolbarbox.toolbar.insert(self._vs_robot_btn, -1)
separator = gtk.SeparatorToolItem()
separator.set_expand(True)
separator.set_draw(False)
toolbarbox.toolbar.insert(separator, -1)
+ self._score_btn = ToolButton()
+ self._score_btn.props.icon_name = 'score'
+ toolbarbox.toolbar.insert(self._score_btn, -1)
+
+ self._help_btn = ToolButton()
+ self._help_btn.set_tooltip('Help')
+ self._help_btn.props.icon_name = 'help-icon'
+ toolbarbox.toolbar.insert(self._help_btn, -1)
+
stopbtn = StopButton(self)
toolbarbox.toolbar.insert(stopbtn, -1)
@@ -54,4 +87,5 @@ class Activity(activity.Activity):
box = gtk.VBox()
self.set_canvas(box)
+ self.set_toolbar_box(toolbarbox)
self.show_all()
diff --git a/icons/circle.svg b/icons/circle.svg
new file mode 100644
index 0000000..cbc4213
--- /dev/null
+++ b/icons/circle.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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="55"
+ height="55"
+ id="svg3785"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="circle.svg">
+ <defs
+ id="defs3787" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="10"
+ inkscape:cx="19.61553"
+ inkscape:cy="24.229734"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1200"
+ inkscape:window-height="804"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata3790">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-997.36218)">
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:16.78624916000000056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path3793"
+ sodipodi:cx="457.14285"
+ sodipodi:cy="536.64789"
+ sodipodi:rx="348.57144"
+ sodipodi:ry="321.42856"
+ d="m 805.71429,536.64789 c 0,177.52009 -156.06075,321.42856 -348.57144,321.42856 -192.51069,0 -348.57144,-143.90847 -348.57144,-321.42856 0,-177.52009 156.06075,-321.42856 348.57144,-321.42856 192.51069,0 348.57144,143.90847 348.57144,321.42856 z"
+ transform="matrix(0.07696361,0,0,0.08346276,-7.6833603,980.07206)" />
+ <path
+ transform="matrix(0.07272261,0,0,0.07886364,-5.7446228,982.54017)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#ffffff;stroke-width:56.80570221;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path3793-2"
+ sodipodi:cx="457.14285"
+ sodipodi:cy="536.64789"
+ sodipodi:rx="348.57144"
+ sodipodi:ry="321.42856"
+ d="m 805.71429,536.64789 c 0,177.52009 -156.06075,321.42856 -348.57144,321.42856 -192.51069,0 -348.57144,-143.90847 -348.57144,-321.42856 0,-177.52009 156.06075,-321.42856 348.57144,-321.42856 192.51069,0 348.57144,143.90847 348.57144,321.42856 z" />
+ <path
+ transform="matrix(0.04776764,0,0,0.05180136,5.4645328,997.2619)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#ffffff;stroke-width:90.46384449;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path3793-2-8"
+ sodipodi:cx="457.14285"
+ sodipodi:cy="536.64789"
+ sodipodi:rx="348.57144"
+ sodipodi:ry="321.42856"
+ d="m 805.71429,536.64789 c 0,177.52009 -156.06075,321.42856 -348.57144,321.42856 -192.51069,0 -348.57144,-143.90847 -348.57144,-321.42856 0,-177.52009 156.06075,-321.42856 348.57144,-321.42856 192.51069,0 348.57144,143.90847 348.57144,321.42856 z" />
+ </g>
+</svg>
diff --git a/icons/cross.svg b/icons/cross.svg
new file mode 100644
index 0000000..cc20d1c
--- /dev/null
+++ b/icons/cross.svg
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ version="1.1"
+ width="55"
+ height="55"
+ id="svg2"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="cros.svg">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1200"
+ inkscape:window-height="804"
+ id="namedview8"
+ showgrid="false"
+ inkscape:zoom="10.163636"
+ inkscape:cx="24.05635"
+ inkscape:cy="27.5"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <metadata
+ id="metadata3026">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs10" />
+ <g
+ transform="matrix(1.4784946,0,0,1.4784946,-65.79301,-27.943547)"
+ id="g6"
+ style="fill:none;stroke:#ffffff;stroke-width:3.04363641;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
+ <path
+ d="m 33.4,62.5 10.1,10.1 c 0.8,0.8 1.2,1.8 1.2,2.9 0,2.3 -1.9,4.1 -4.1,4.1 -1.1,0 -2.2,-0.5 -2.9,-1.2 L 27.6,68.3 17.5,78.4 c -0.8,0.8 -1.8,1.2 -2.9,1.2 -2.3,0 -4.1,-1.9 -4.1,-4.1 0,-1.1 0.5,-2.2 1.2,-2.9 L 21.8,62.5 11.7,52.4 c -0.7,-0.7 -1.2,-1.8 -1.2,-2.9 0,-2.3 1.9,-4.1 4.1,-4.1 1.1,0 2.2,0.5 2.9,1.2 L 27.6,56.7 37.7,46.6 c 0.8,-0.7 1.8,-1.2 2.9,-1.2 2.3,0 4.1,1.9 4.1,4.1 0,1.1 -0.5,2.2 -1.2,2.9 L 33.4,62.5 z"
+ transform="translate(35.5,-25)"
+ id="path8"
+ style="fill:none;stroke:#ffffff;stroke-width:3.04363641;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>
diff --git a/icons/help-icon.svg b/icons/help-icon.svg
new file mode 100644
index 0000000..f6c92bf
--- /dev/null
+++ b/icons/help-icon.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="55px" height="55px">
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linejoin:round"
+ d="M 48,28 A 20,20 0 1 1 8,28 A 20,20 0 1 1 48,28 z"/>
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round"
+ d="M 22,20 C 22,20 25,17 29,17 C 33,17 36,19 36,23 C 36,27 31,29 28,29 L 28,32" />
+ <path
+ style="fill:#ffffff"
+ d="M 25,40
+ a 3,3 0 1 1 6,0
+ a 3,3 0 1 1 -6,0 z" />
+</svg>
diff --git a/icons/human.svg b/icons/human.svg
new file mode 100644
index 0000000..b673179
--- /dev/null
+++ b/icons/human.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#010101">
+ <!ENTITY fill_color "#FFFFFF">
+]><svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="stock-xo_1_">
+ <path d="M33.233,35.1l10.102,10.1c0.752,0.75,1.217,1.783,1.217,2.932 c0,2.287-1.855,4.143-4.146,4.143c-1.145,0-2.178-0.463-2.932-1.211L27.372,40.961l-10.1,10.1c-0.75,0.75-1.787,1.211-2.934,1.211 c-2.284,0-4.143-1.854-4.143-4.141c0-1.146,0.465-2.184,1.212-2.934l10.104-10.102L11.409,24.995 c-0.747-0.748-1.212-1.785-1.212-2.93c0-2.289,1.854-4.146,4.146-4.146c1.143,0,2.18,0.465,2.93,1.214l10.099,10.102l10.102-10.103 c0.754-0.749,1.787-1.214,2.934-1.214c2.289,0,4.146,1.856,4.146,4.145c0,1.146-0.467,2.18-1.217,2.932L33.233,35.1z" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5"/>
+ <circle cx="27.371" cy="10.849" fill="&fill_color;" r="8.122" stroke="&stroke_color;" stroke-width="3.5"/>
+</g></svg> \ No newline at end of file
diff --git a/icons/robot.svg b/icons/robot.svg
new file mode 100644
index 0000000..91cedc8
--- /dev/null
+++ b/icons/robot.svg
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.0"
+ width="55"
+ height="55"
+ id="svg2">
+ <metadata
+ id="metadata3038">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4" />
+ <rect
+ width="3.6656132"
+ height="9.5444069"
+ x="-42.845825"
+ y="-15.126163"
+ transform="matrix(-0.89091996,-0.45416035,-0.40870649,0.91266588,0,0)"
+ id="rect3687"
+ style="fill:none;stroke:#ffffff;stroke-width:1.72821403;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ width="3.6656165"
+ height="9.5444155"
+ x="7.0011344"
+ y="9.6786585"
+ transform="matrix(0.89091996,-0.45416035,0.40870649,0.91266588,0,0)"
+ id="rect3685"
+ style="fill:none;stroke:#ffffff;stroke-width:1.72821581;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ width="37.611328"
+ height="40.772209"
+ x="8.6943359"
+ y="9.8687277"
+ id="rect1919"
+ style="fill:#282828;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.46731305;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 25.841115,21.968429 a 6.4093275,6.355592 0 0 1 -12.818655,0 6.4093275,6.355592 0 1 1 12.818655,0 z"
+ id="path2794"
+ style="fill:none;stroke:#ffffff;stroke-width:1.48038781;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 42.429962,22.053175 a 6.4093275,6.355592 0 0 1 -12.818655,0 6.4093275,6.355592 0 1 1 12.818655,0 z"
+ id="path3669"
+ style="fill:none;stroke:#ffffff;stroke-width:1.48038781;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ width="27.334038"
+ height="11.947053"
+ ry="0"
+ x="14.285403"
+ y="34.015823"
+ id="rect3679"
+ style="fill:none;stroke:#ffffff;stroke-width:1.91710222;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 20.86446,21.646627 a 1.2818655,1.3676591 0 0 1 -2.563731,0 1.2818655,1.3676591 0 1 1 2.563731,0 z"
+ id="path3681"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.48038781;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 37.754923,21.646627 a 1.2818655,1.3676591 0 0 1 -2.563731,0 1.2818655,1.3676591 0 1 1 2.563731,0 z"
+ id="path3683"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.48038781;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 14.228922,39.98935 26.843769,0"
+ id="path3689"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.91710222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ transform="translate(0.67863314,0)"
+ id="g3810">
+ <path
+ d="m 29.963193,33.955559 0,11.263071"
+ id="path3691"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.91710222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 24.584384,33.955559 0,11.263071"
+ id="path3693"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.91710222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 35.342002,33.955559 0,11.263071"
+ id="path3695"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.91710222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 19.205576,33.955559 0,11.263071"
+ id="path3697"
+ style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.91710222;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+</svg>
diff --git a/icons/score.svg b/icons/score.svg
new file mode 100644
index 0000000..bfd8e1f
--- /dev/null
+++ b/icons/score.svg
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ 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"
+ version="1.0"
+ width="84.862267"
+ height="78.095123"
+ id="svg4502"
+ style="display:inline"
+ inkscape:version="0.48.3.1 r9886"
+ sodipodi:docname="score.svg">
+ <metadata
+ id="metadata20">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="744"
+ id="namedview18"
+ showgrid="false"
+ inkscape:zoom="2.3150307"
+ inkscape:cx="103.52923"
+ inkscape:cy="41.700533"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="g4395"
+ fit-margin-top="2"
+ fit-margin-left="2"
+ fit-margin-right="2"
+ fit-margin-bottom="2" />
+ <defs
+ id="defs4504">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 100 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="200 : 100 : 1"
+ inkscape:persp3d-origin="100 : 66.666667 : 1"
+ id="perspective22" />
+ </defs>
+ <g
+ transform="translate(-10.082352,65.657527)"
+ id="terron"
+ style="display:inline">
+ <g
+ id="g4395">
+ <rect
+ style="fill:none;stroke:#ffffff;stroke-width:5.34319830000000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect3049"
+ width="75.519066"
+ height="36.633076"
+ x="14.753951"
+ y="-30.1754" />
+ <rect
+ style="fill:none;stroke:#ffffff;stroke-width:5.35777044000000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect3819"
+ width="38.422394"
+ height="30.206703"
+ x="33.302288"
+ y="-60.54668" />
+ <text
+ xml:space="preserve"
+ style="font-size:19.42981148000000147px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;font-family:Sans;-inkscape-font-specification:Sans Bold;stroke-opacity:1"
+ x="49.897705"
+ y="-35.294449"
+ id="text3821"
+ sodipodi:linespacing="125%"
+ transform="scale(0.92818218,1.0773747)"><tspan
+ sodipodi:role="line"
+ id="tspan3823"
+ x="49.897705"
+ y="-35.294449">1</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:19.42981148000000147px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-opacity:1;display:inline;font-family:Sans;-inkscape-font-specification:Sans Bold"
+ x="28.97287"
+ y="-4.3726034"
+ id="text3821-4"
+ sodipodi:linespacing="125%"
+ transform="scale(0.92818218,1.0773747)"><tspan
+ sodipodi:role="line"
+ id="tspan3823-1"
+ x="28.97287"
+ y="-4.3726034"
+ style="stroke-width:1;stroke:#ffffff;stroke-opacity:1">2</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:19.42981148000000147px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;display:inline;font-family:Sans;-inkscape-font-specification:Sans Bold;stroke-opacity:1"
+ x="73.573051"
+ y="-5.0112777"
+ id="text3821-4-1"
+ sodipodi:linespacing="125%"
+ transform="scale(0.92818218,1.0773747)"><tspan
+ sodipodi:role="line"
+ id="tspan3823-1-2"
+ x="73.573051"
+ y="-5.0112777">3</tspan><tspan
+ sodipodi:role="line"
+ x="73.573051"
+ y="19.275986"
+ id="tspan3879" /></text>
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:4.88154649999999979;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 53.67775,-28.217139 0,32.7603728 z"
+ id="path3881"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>