From c9450cfdf43b638b2d65b5aad7362a259cae3e57 Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Mon, 11 Feb 2008 08:59:40 +0000 Subject: 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 --- (limited to 'Speak.activity/mouth.py') 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 -- cgit v0.9.1