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:
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