Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-09-27 19:49:13 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-09-27 19:49:13 (GMT)
commit2db6ea519c0b27c11f394fe192775163bf7524c7 (patch)
tree37e92e61bf04157922d0fa7d18f324da43d5cbca
parentaea2d90b07446a988d8884a99534f4955bb841f7 (diff)
Add buttons to show different text levels
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--activity.py36
-rw-r--r--data.py2
-rw-r--r--icons/easy.svg40
-rw-r--r--icons/hard.svg111
-rw-r--r--icons/medium.svg65
5 files changed, 246 insertions, 8 deletions
diff --git a/activity.py b/activity.py
index c483b07..5909573 100644
--- a/activity.py
+++ b/activity.py
@@ -67,19 +67,38 @@ class MyEcoTvActivity(activity.Activity):
toolbar_box.toolbar.insert(Gtk.SeparatorToolItem(), -1)
self._world_bt = ToolButton('world-map-au')
+ self._world_bt.set_tooltip(_('Map'))
self._world_bt.connect('clicked',
self.__show_world_map_cb)
toolbar_box.toolbar.insert(self._world_bt, -1)
self._play_bt = ToolButton('player_play')
+ self._play_bt.set_tooltip(_('Video'))
self._play_bt.connect('clicked',
self.__play_video_cb)
toolbar_box.toolbar.insert(self._play_bt, -1)
- self._info_bt = ToolButton('toolbar-help')
- self._info_bt.connect('clicked',
- self.__show_info_cb)
- toolbar_box.toolbar.insert(self._info_bt, -1)
+ toolbar_box.toolbar.insert(Gtk.SeparatorToolItem(), -1)
+
+ self._text_level = 'text_easy'
+
+ self._text_easy_bt = ToolButton('easy')
+ self._text_easy_bt.set_tooltip(_('Easy text'))
+ self._text_easy_bt.connect('clicked',
+ self.__show_info_cb, 'text_easy')
+ toolbar_box.toolbar.insert(self._text_easy_bt, -1)
+
+ self._text_medium_bt = ToolButton('medium')
+ self._text_medium_bt.set_tooltip(_('Medium text'))
+ self._text_medium_bt.connect('clicked',
+ self.__show_info_cb, 'text_medium')
+ toolbar_box.toolbar.insert(self._text_medium_bt, -1)
+
+ self._text_hard_bt = ToolButton('hard')
+ self._text_hard_bt.set_tooltip(_('Hard text'))
+ self._text_hard_bt.connect('clicked',
+ self.__show_info_cb, 'text_hard')
+ toolbar_box.toolbar.insert(self._text_hard_bt, -1)
separator = Gtk.SeparatorToolItem()
separator.props.draw = False
@@ -141,7 +160,8 @@ class MyEcoTvActivity(activity.Activity):
if data is not None and data['video'] is not None:
self.show_video(data['video'])
- def __show_info_cb(self, button):
+ def __show_info_cb(self, button, text_level):
+ self._text_level = text_level
if self._icon_selected is None:
return
data = self.get_data_icon(self._icon_selected)
@@ -151,7 +171,7 @@ class MyEcoTvActivity(activity.Activity):
self._notebook.remove_page(-1)
info_box = InformationBox(data['icon_name'], _('Did you know?'),
- data['text_easy'])
+ data[text_level])
self._notebook.append_page(info_box, None)
self.set_current_page(INFO_PAGE)
@@ -164,7 +184,9 @@ class MyEcoTvActivity(activity.Activity):
def set_current_page(self, page):
self._notebook.set_current_page(page)
self._world_bt.set_sensitive(page != MAP_PAGE)
- self._info_bt.set_sensitive(page == VIDEO_PAGE)
+ self._text_easy_bt.set_sensitive(page in (VIDEO_PAGE, INFO_PAGE))
+ self._text_medium_bt.set_sensitive(page in (VIDEO_PAGE, INFO_PAGE))
+ self._text_hard_bt.set_sensitive(page in (VIDEO_PAGE, INFO_PAGE))
self._play_bt.set_sensitive(page == INFO_PAGE)
if page != VIDEO_PAGE:
self._videoplayer.stop()
diff --git a/data.py b/data.py
index 27fddf8..ec7e2f9 100644
--- a/data.py
+++ b/data.py
@@ -23,7 +23,7 @@ DAT_DIC = ({'name': 'Butterfly', 'icon_name': 'butterflies',
'nests in trees.'),
_('Chimpanzees live about 40 years in the forest.'),
_('Chimpanzees are very noisy creatures.')],
- 'text_middle': [
+ 'text_medium': [
_('Chimpanzees are great apes that live in western and '
'central Africa. They are under threat from deforestation, '
'human diseases and hunting as a food source.'),
diff --git a/icons/easy.svg b/icons/easy.svg
new file mode 100644
index 0000000..d2afab6
--- /dev/null
+++ b/icons/easy.svg
@@ -0,0 +1,40 @@
+<?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.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg3213"
+ xml:space="preserve"><metadata
+ id="metadata3245"><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="defs3243" /><g
+ transform="translate(-10.352771,-11.755)"
+ id="Layer_8"><g
+ id="g3222"><g
+ id="T4GGIM.tif_1_"><g
+ id="g3227"><path
+ d="m 51.899,32.196 c -0.158,0.781 -0.269,1.576 -0.483,2.344 -0.99,3.549 -3.092,6.275 -6.198,8.234 -0.262,0.164 -0.345,0.332 -0.342,0.625 0.013,1.447 0.008,2.895 0.005,4.342 -0.002,1.555 -1.227,2.783 -2.778,2.785 -2.821,0.002 -5.642,0.002 -8.462,0 -1.579,-0.002 -2.791,-1.225 -2.792,-2.814 -0.001,-1.434 -0.011,-2.865 0.008,-4.297 0.004,-0.32 -0.104,-0.488 -0.368,-0.658 -3.434,-2.189 -5.619,-5.258 -6.42,-9.268 -1.536,-7.69 3.816,-15.296 11.581,-16.476 7.285,-1.109 14.003,3.322 15.838,10.457 0.177,0.688 0.276,1.396 0.412,2.093 -10e-4,0.878 -10e-4,1.756 -10e-4,2.633 z m -9.823,15.508 c 0,-0.207 0,-0.367 0,-0.527 0,-1.826 0.006,-3.654 -0.007,-5.48 -0.001,-0.27 0.077,-0.426 0.316,-0.551 0.413,-0.215 0.813,-0.459 1.214,-0.699 3.893,-2.324 6.027,-6.717 5.385,-11.078 -0.958,-6.506 -6.995,-10.802 -13.439,-9.435 -4.138,0.879 -6.972,3.438 -8.305,7.443 -1.319,3.96 -0.523,7.606 2.172,10.813 1.082,1.285 2.476,2.168 3.934,2.959 0.234,0.127 0.318,0.277 0.316,0.549 -0.013,1.842 -0.006,3.684 -0.006,5.525 0,0.154 0,0.311 0,0.48 2.824,10e-4 5.596,10e-4 8.42,10e-4 z"
+ id="path3229"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="M 35.849,61.755 C 35.613,61.65 35.368,61.566 35.143,61.441 34.185,60.91 33.697,60.078 33.636,58.996 32.68,58.785 32.227,58.287 32.251,57.48 c 0.021,-0.74 0.601,-1.334 1.345,-1.336 2.846,-0.008 5.693,-0.006 8.539,0 0.667,0.002 1.245,0.52 1.338,1.162 0.101,0.697 -0.272,1.34 -0.915,1.562 -0.147,0.053 -0.303,0.08 -0.466,0.123 -0.072,1.451 -0.906,2.297 -2.209,2.764 -1.344,0 -2.69,0 -4.034,0 z"
+ id="path3231"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 37.88,51.931 c 1.374,0 2.748,-0.002 4.123,0 0.872,0.002 1.471,0.564 1.477,1.385 0.005,0.846 -0.591,1.42 -1.484,1.422 -2.763,0 -5.525,0.002 -8.289,-0.002 -0.86,0 -1.456,-0.58 -1.455,-1.406 10e-4,-0.824 0.597,-1.396 1.462,-1.398 1.389,-0.003 2.778,-0.001 4.166,-0.001 z"
+ id="path3233"
+ style="fill:#ffffff;fill-rule:evenodd" /></g></g><g
+ id="g3235"><path
+ d="M 36.21,48.062 V 36.499 c 0,0 0.469,-2.969 -0.719,-3.656 -1.188,-0.687 -3.219,-0.25 -3.219,1.688 0,1.938 1.531,2 5.625,1.906"
+ id="path3237"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
+ d="M 39.023,48.062 V 36.499 c 0,0 -0.469,-2.969 0.719,-3.656 1.188,-0.687 3.219,-0.25 3.219,1.688 0,1.938 -1.531,2 -5.625,1.906"
+ id="path3239"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g></g></g></svg>
diff --git a/icons/hard.svg b/icons/hard.svg
new file mode 100644
index 0000000..6c843e3
--- /dev/null
+++ b/icons/hard.svg
@@ -0,0 +1,111 @@
+<?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.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg3247"
+ xml:space="preserve"><metadata
+ id="metadata3314"><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="defs3312" /><g
+ transform="translate(0,-20)"
+ id="bg"
+ style="display:none"><rect
+ width="1200"
+ height="900"
+ x="-525"
+ y="-540.33197"
+ id="rect3250"
+ style="fill:#ffffff;display:inline" /></g><g
+ transform="translate(0,-20)"
+ id="Layer_3" /><g
+ transform="translate(0,-20)"
+ id="Layer_4" /><g
+ transform="translate(0,-20)"
+ id="Layer_2" /><g
+ transform="translate(0,-20)"
+ id="SEARCH" /><g
+ transform="translate(0,-20)"
+ id="Layer_5" /><g
+ transform="translate(0,-20)"
+ id="Layer_7" /><g
+ transform="translate(-10.598,-11.756)"
+ id="Layer_8"><g
+ id="g3259"><g
+ id="T4GGIM.tif_8_"><g
+ id="g3264"><path
+ d="m 51.976,32.197 c -0.158,0.781 -0.269,1.576 -0.483,2.344 -0.99,3.549 -3.092,6.275 -6.198,8.234 -0.262,0.164 -0.345,0.332 -0.342,0.625 0.013,1.447 0.008,2.895 0.005,4.342 -0.002,1.555 -1.227,2.783 -2.778,2.785 -2.821,0.002 -5.642,0.002 -8.462,0 -1.579,-0.002 -2.791,-1.225 -2.792,-2.814 -10e-4,-1.434 -0.011,-2.865 0.008,-4.297 0.004,-0.32 -0.104,-0.488 -0.368,-0.658 C 27.132,40.569 24.947,37.5 24.146,33.49 22.61,25.8 27.962,18.194 35.727,17.014 c 7.285,-1.109 14.003,3.322 15.838,10.457 0.177,0.688 0.276,1.395 0.412,2.092 -10e-4,0.877 -10e-4,1.757 -10e-4,2.634 z m -9.823,15.508 c 0,-0.207 0,-0.367 0,-0.527 0,-1.826 0.006,-3.654 -0.007,-5.48 -10e-4,-0.27 0.077,-0.426 0.316,-0.551 0.413,-0.215 0.813,-0.459 1.214,-0.699 3.893,-2.324 6.027,-6.717 5.385,-11.079 -0.958,-6.506 -6.995,-10.801 -13.439,-9.434 -4.138,0.879 -6.972,3.438 -8.305,7.443 -1.319,3.96 -0.523,7.606 2.172,10.813 1.082,1.285 2.476,2.168 3.934,2.959 0.234,0.127 0.318,0.277 0.316,0.549 -0.013,1.842 -0.006,3.684 -0.006,5.525 0,0.154 0,0.311 0,0.48 2.824,10e-4 5.596,10e-4 8.42,10e-4 z"
+ id="path3266"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 35.925,61.756 c -0.236,-0.105 -0.481,-0.189 -0.706,-0.314 -0.958,-0.531 -1.446,-1.363 -1.507,-2.445 -0.956,-0.211 -1.409,-0.709 -1.385,-1.516 0.021,-0.74 0.601,-1.334 1.345,-1.336 2.846,-0.008 5.693,-0.006 8.539,0 0.667,0.002 1.245,0.52 1.338,1.162 0.101,0.697 -0.272,1.34 -0.915,1.562 -0.147,0.053 -0.303,0.08 -0.466,0.123 -0.072,1.451 -0.906,2.297 -2.209,2.764 -1.344,0 -2.689,0 -4.034,0 z"
+ id="path3268"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 37.957,51.932 c 1.374,0 2.748,-0.002 4.123,0 0.872,0.002 1.471,0.564 1.477,1.385 0.005,0.846 -0.591,1.42 -1.484,1.422 -2.763,0 -5.525,0.002 -8.289,-0.002 -0.86,0 -1.456,-0.58 -1.455,-1.406 10e-4,-0.824 0.597,-1.396 1.462,-1.398 1.389,-0.003 2.777,-10e-4 4.166,-10e-4 z"
+ id="path3270"
+ style="fill:#ffffff;fill-rule:evenodd" /></g></g><g
+ id="g3272"><path
+ d="m 56.792,32.4 c -1.084,0 -2.169,0 -3.208,0 0,-1.055 0,-2.063 0,-3.118 1.04,0 2.124,0 3.208,0 0,1.037 0,2.079 0,3.118 z"
+ id="path3274"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 53.512,20.11 c 0.537,0.934 1.043,1.812 1.572,2.732 -0.951,0.549 -1.867,1.078 -2.775,1.602 -0.537,-0.922 -1.047,-1.797 -1.584,-2.719 0.91,-0.527 1.826,-1.058 2.787,-1.615 z"
+ id="path3276"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 28.963,18.196 c -0.531,-0.918 -1.062,-1.838 -1.611,-2.785 0.912,-0.527 1.791,-1.035 2.729,-1.576 0.539,0.934 1.07,1.852 1.606,2.779 -0.916,0.532 -1.802,1.047 -2.724,1.582 z"
+ id="path3278"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 21.073,22.843 c 0.546,-0.945 1.054,-1.824 1.577,-2.73 0.953,0.553 1.871,1.084 2.785,1.613 -0.533,0.916 -1.043,1.793 -1.582,2.721 -0.904,-0.524 -1.82,-1.051 -2.78,-1.604 z"
+ id="path3280"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 48.806,15.407 c -0.544,0.943 -1.073,1.861 -1.607,2.787 -0.905,-0.525 -1.78,-1.033 -2.718,-1.576 0.516,-0.898 1.041,-1.812 1.598,-2.781 0.913,0.527 1.802,1.039 2.727,1.57 z"
+ id="path3282"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 36.553,12.149 c 1.023,0 2.023,0 3.055,0 0,1.088 0,2.166 0,3.184 -1.022,0 -2.021,0 -3.055,0 0,-1 0,-2.064 0,-3.184 z"
+ id="path3284"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 22.574,29.315 c 0,1.02 0,2.026 0,3.06 -1.008,0 -2.07,0 -3.17,0 0,-1.006 0,-2.017 0,-3.06 1.066,0 2.139,0 3.17,0 z"
+ id="path3286"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 50.947,40.088 c 0.44,-0.979 0.863,-1.92 1.299,-2.887 0.951,0.549 1.873,1.082 2.838,1.639 -0.526,0.914 -1.033,1.793 -1.569,2.725 -0.865,-0.497 -1.712,-0.985 -2.568,-1.477 z"
+ id="path3288"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 25.191,40.102 c -0.841,0.484 -1.678,0.967 -2.543,1.465 -0.527,-0.914 -1.036,-1.795 -1.572,-2.725 0.945,-0.547 1.865,-1.08 2.824,-1.635 0.432,0.967 0.852,1.908 1.291,2.895 z"
+ id="path3290"
+ style="fill:#ffffff;fill-rule:evenodd" /></g><g
+ id="g3292"><line
+ stroke-miterlimit="10"
+ x1="36.474998"
+ y1="48.414001"
+ x2="36.474998"
+ y2="34.852001"
+ id="line3294"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><line
+ stroke-miterlimit="10"
+ x1="39.286999"
+ y1="48.414001"
+ x2="39.286999"
+ y2="34.852001"
+ id="line3296"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><g
+ id="g3298"><path
+ d="m 36.475,32.664 v -3.562 c 0,0 0.469,-2.969 -0.719,-3.656 -1.188,-0.687 -3.219,-0.25 -3.219,1.688 0,1.938 1.531,2 5.625,1.906"
+ id="path3300"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
+ d="m 39.287,32.664 v -3.562 c 0,0 -0.469,-2.969 0.719,-3.656 1.188,-0.687 3.219,-0.25 3.219,1.688 0,1.938 -1.531,2 -5.625,1.906"
+ id="path3302"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g><g
+ id="g3304"><path
+ d="m 36.475,29.142 v 3.562 c 0,0 0.469,2.969 -0.719,3.656 -1.188,0.687 -3.219,0.25 -3.219,-1.688 0,-1.938 1.531,-2 5.625,-1.906"
+ id="path3306"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
+ d="m 39.287,29.142 v 3.562 c 0,0 -0.469,2.969 0.719,3.656 1.188,0.687 3.219,0.25 3.219,-1.688 0,-1.938 -1.531,-2 -5.625,-1.906"
+ id="path3308"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g></g></g></g></svg>
diff --git a/icons/medium.svg b/icons/medium.svg
new file mode 100644
index 0000000..0202db5
--- /dev/null
+++ b/icons/medium.svg
@@ -0,0 +1,65 @@
+<?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.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg3316"
+ xml:space="preserve"><metadata
+ id="metadata3363"><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="defs3361" /><g
+ transform="translate(0,-20)"
+ id="bg"
+ style="display:none"><rect
+ width="1200"
+ height="900"
+ x="-450"
+ y="-420.33301"
+ id="rect3319"
+ style="fill:#ffffff;display:inline" /></g><g
+ transform="translate(-10.5335,-11.755)"
+ id="Layer_8"><g
+ id="g3328"><g
+ id="T4GGIM.tif_5_"><g
+ id="g3333"><path
+ d="m 51.931,32.196 c -0.158,0.781 -0.269,1.576 -0.483,2.344 -0.99,3.549 -3.092,6.275 -6.198,8.234 -0.262,0.164 -0.345,0.332 -0.342,0.625 0.013,1.447 0.008,2.895 0.005,4.342 -0.002,1.555 -1.227,2.783 -2.778,2.785 -2.821,0.002 -5.642,0.002 -8.462,0 -1.579,-0.002 -2.791,-1.225 -2.792,-2.814 -0.001,-1.434 -0.011,-2.865 0.008,-4.297 0.004,-0.32 -0.104,-0.488 -0.368,-0.658 -3.434,-2.189 -5.619,-5.258 -6.42,-9.268 -1.536,-7.69 3.816,-15.295 11.581,-16.475 7.285,-1.109 14.003,3.322 15.838,10.457 0.177,0.688 0.276,1.395 0.412,2.092 -0.001,0.877 -0.001,1.756 -0.001,2.633 z m -9.823,15.508 c 0,-0.207 0,-0.367 0,-0.527 0,-1.826 0.006,-3.654 -0.007,-5.48 -10e-4,-0.27 0.077,-0.426 0.316,-0.551 0.413,-0.215 0.813,-0.459 1.214,-0.699 3.893,-2.324 6.027,-6.717 5.385,-11.079 -0.958,-6.506 -6.995,-10.801 -13.439,-9.434 -4.138,0.879 -6.972,3.438 -8.305,7.443 -1.319,3.959 -0.523,7.606 2.172,10.813 1.082,1.285 2.476,2.168 3.934,2.959 0.234,0.127 0.318,0.277 0.316,0.549 -0.013,1.842 -0.006,3.684 -0.006,5.525 0,0.154 0,0.311 0,0.48 2.824,10e-4 5.596,10e-4 8.42,10e-4 z"
+ id="path3335"
+ style="fill:#ffffff;fill-rule:evenodd;" /><path
+ d="M 35.88,61.755 C 35.644,61.65 35.399,61.566 35.174,61.441 34.216,60.91 33.728,60.078 33.667,58.996 32.711,58.785 32.258,58.287 32.282,57.48 c 0.021,-0.74 0.601,-1.334 1.345,-1.336 2.846,-0.008 5.693,-0.006 8.539,0 0.667,0.002 1.245,0.52 1.338,1.162 0.101,0.697 -0.272,1.34 -0.915,1.562 -0.147,0.053 -0.303,0.08 -0.466,0.123 -0.072,1.451 -0.906,2.297 -2.209,2.764 -1.344,0 -2.689,0 -4.034,0 z"
+ id="path3337"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 37.912,51.931 c 1.374,0 2.748,-0.002 4.123,0 0.872,0.002 1.471,0.564 1.477,1.385 0.005,0.846 -0.591,1.42 -1.484,1.422 -2.763,0 -5.525,0.002 -8.289,-0.002 -0.86,0 -1.456,-0.58 -1.455,-1.406 10e-4,-0.824 0.597,-1.396 1.462,-1.398 1.389,-0.003 2.777,-0.001 4.166,-0.001 z"
+ id="path3339"
+ style="fill:#ffffff;fill-rule:evenodd" /></g></g><g
+ id="g3341"><path
+ d="m 53.467,20.11 c 0.537,0.934 1.043,1.812 1.572,2.732 -0.951,0.549 -1.867,1.078 -2.775,1.602 -0.537,-0.922 -1.047,-1.797 -1.584,-2.719 0.91,-0.527 1.826,-1.058 2.787,-1.615 z"
+ id="path3343"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 21.028,22.842 c 0.546,-0.945 1.054,-1.824 1.577,-2.73 0.953,0.553 1.871,1.084 2.785,1.613 -0.533,0.916 -1.043,1.793 -1.582,2.721 -0.904,-0.524 -1.82,-1.051 -2.78,-1.604 z"
+ id="path3345"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 36.508,12.149 c 1.023,0 2.023,0 3.055,0 0,1.088 0,2.166 0,3.184 -1.022,0 -2.021,0 -3.055,0 0,-1 0,-2.065 0,-3.184 z"
+ id="path3347"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 50.902,40.087 c 0.44,-0.979 0.863,-1.92 1.299,-2.887 0.951,0.549 1.873,1.082 2.838,1.639 -0.526,0.914 -1.033,1.793 -1.569,2.725 -0.865,-0.497 -1.712,-0.985 -2.568,-1.477 z"
+ id="path3349"
+ style="fill:#ffffff;fill-rule:evenodd" /><path
+ d="m 25.146,40.101 c -0.841,0.484 -1.678,0.967 -2.543,1.465 -0.527,-0.914 -1.036,-1.795 -1.572,-2.725 0.945,-0.547 1.865,-1.08 2.824,-1.635 0.432,0.967 0.852,1.908 1.291,2.895 z"
+ id="path3351"
+ style="fill:#ffffff;fill-rule:evenodd" /></g><g
+ id="g3353"><path
+ d="M 36.56,48.062 V 36.499 c 0,0 0.469,-2.969 -0.719,-3.656 -1.188,-0.687 -3.219,-0.25 -3.219,1.688 0,1.938 1.531,2 5.625,1.906"
+ id="path3355"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /><path
+ d="M 39.372,48.062 V 36.499 c 0,0 -0.469,-2.969 0.719,-3.656 1.188,-0.687 3.219,-0.25 3.219,1.688 0,1.938 -1.531,2 -5.625,1.906"
+ id="path3357"
+ style="fill:none;stroke:#ffffff;stroke-width:0.9921;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10" /></g></g></g></svg>