Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/mouth.py
diff options
context:
space:
mode:
authorJoshua Minor <j@lux.vu>2008-02-11 08:59:40 (GMT)
committer Joshua Minor <j@lux.vu>2008-02-11 08:59:40 (GMT)
commitc9450cfdf43b638b2d65b5aad7362a259cae3e57 (patch)
tree7f12677722afb735abebc5316ee97b69cdb03deb /Speak.activity/mouth.py
parentea1c1ca1883a597f82ee7f2c8f7ec66777d698ee (diff)
Eyes now track the text cursor
Eyes now face ahead when speaking Added text history popup + arrow key navigation Fixed mouth corners so they match Text doesn't disappear when you press Enter
Diffstat (limited to 'Speak.activity/mouth.py')
-rw-r--r--Speak.activity/mouth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Speak.activity/mouth.py b/Speak.activity/mouth.py
index 453675d..7fb7197 100644
--- a/Speak.activity/mouth.py
+++ b/Speak.activity/mouth.py
@@ -88,6 +88,7 @@ class Mouth(gtk.DrawingArea):
self.context.curve_to(Tx,Ty, Tx,Ty, Rx,Ry)
self.context.curve_to(Bx,By, Bx,By, Lx,Ly)
self.context.set_source_rgb(0,0,0)
+ self.context.close_path()
self.context.stroke()
return True