Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atoidepoc/ui/screens.py8
-rw-r--r--docs/img/src/mask_default.svg18
-rw-r--r--static/graphics/OVERLAY.pngbin79574 -> 84524 bytes
-rw-r--r--static/graphics/ROUTE.pngbin518733 -> 552862 bytes
-rw-r--r--static/graphics/mask_default.pngbin10747 -> 10747 bytes
5 files changed, 13 insertions, 13 deletions
diff --git a/atoidepoc/ui/screens.py b/atoidepoc/ui/screens.py
index 588895b..19463e8 100644
--- a/atoidepoc/ui/screens.py
+++ b/atoidepoc/ui/screens.py
@@ -123,7 +123,7 @@ MAISONS_KEYS = [(0, 0), (0, 0.2), (0.2, 0.4), (0, 0.2), (0.2, 0),
(-0.2, 0.2), (0, 0.4), (0.2, 0.6), (0, 0.8), (0, 0.6),
(0, 0.4), (-0.2, 0.2), (-0.2, 0.2), (0, 0)]
-CIEL_KEYS = [(0, -1.8) for _i in range(24)]
+CIEL_KEYS = [(0, -8) for _i in range(24)]
BOTTOM_KEYS = [(0, 1.56) for _i in range(24)]
@@ -296,15 +296,15 @@ class ScreenStory(gtk.Fixed):
#
if self.fullscreen is True:
_scene_with = self._screen_width
- _scene_height = 468 * _scene_with / 1024.0
+ _scene_height = 516 * _scene_with / 1024.0
else:
_scene_with = 1024
- _scene_height = 468
+ _scene_height = 516
# update x
_x = ((self._screen_width - width) / 2)
_x += int(x * _scene_with / 100.0)
# update y
- _y = ((self._screen_height - height - + 88) / 2)
+ _y = ((self._screen_height - height - 88) / 2)
_y += int(y * _scene_height / 100.0)
# return it
return _x, _y
diff --git a/docs/img/src/mask_default.svg b/docs/img/src/mask_default.svg
index 0152976..5b154ac 100644
--- a/docs/img/src/mask_default.svg
+++ b/docs/img/src/mask_default.svg
@@ -14,7 +14,10 @@
id="svg2"
version="1.1"
inkscape:version="0.47 r22583"
- sodipodi:docname="mask_default.svg">
+ sodipodi:docname="mask_default.svg"
+ inkscape:export-filename="/home/florent/Dev/Src/Python/OLPC/atoidepoc/docs/img/src/mask_default.png"
+ inkscape:export-xdpi="90.00679"
+ inkscape:export-ydpi="90.00679">
<defs
id="defs4">
<inkscape:perspective
@@ -33,8 +36,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
- inkscape:cx="895.92015"
- inkscape:cy="508.57143"
+ inkscape:cx="544.49158"
+ inkscape:cy="502.85714"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -42,7 +45,7 @@
inkscape:guide-bbox="true"
inkscape:window-width="1174"
inkscape:window-height="786"
- inkscape:window-x="342"
+ inkscape:window-x="743"
inkscape:window-y="24"
inkscape:window-maximized="0" />
<metadata
@@ -64,11 +67,8 @@
transform="translate(0,27.637817)">
<path
style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 0 0 L 0 1080 L 1920 1080 L 1920 0 L 0 0 z M 448 306 L 1472 306 L 1472 774 L 448 774 L 448 306 z "
+ d="M 0 0 L 0 1080 L 1920 1080 L 1920 0 L 0 0 z M 448 282 L 1472 282 L 1472 798 L 448 798 L 448 282 z "
transform="translate(0,-27.637817)"
- id="rect2816"
- inkscape:export-filename="/home/florent/Desktop/mask_default.png"
- inkscape:export-xdpi="90.00679"
- inkscape:export-ydpi="90.00679" />
+ id="rect2816" />
</g>
</svg>
diff --git a/static/graphics/OVERLAY.png b/static/graphics/OVERLAY.png
index d539424..240a934 100644
--- a/static/graphics/OVERLAY.png
+++ b/static/graphics/OVERLAY.png
Binary files differ
diff --git a/static/graphics/ROUTE.png b/static/graphics/ROUTE.png
index 3442fbd..bc78262 100644
--- a/static/graphics/ROUTE.png
+++ b/static/graphics/ROUTE.png
Binary files differ
diff --git a/static/graphics/mask_default.png b/static/graphics/mask_default.png
index 5e9c1d1..0674dcb 100644
--- a/static/graphics/mask_default.png
+++ b/static/graphics/mask_default.png
Binary files differ