Re: [Sugar-devel] [PATCH Speak] Use radians instead of degrees

2012-10-31 Thread Rafael Ortiz
Feels Good and it's good, applied. http://git.sugarlabs.org/speak/mainline/commit/4a3727eb55ddade829e0dd940d33b89da8f2f2eb Thanks Manuel. On Tue, Oct 30, 2012 at 6:00 PM, Bernie Innocenti wrote: > On Mon, 2012-10-29 at 13:28 -0300, Manuel Kaufmann wrote: > > Cairo.Context.arc needs the angle

Re: [Sugar-devel] [PATCH Speak] Use radians instead of degrees

2012-10-30 Thread Bernie Innocenti
On Mon, 2012-10-29 at 13:28 -0300, Manuel Kaufmann wrote: > Cairo.Context.arc needs the angle in radians instead of degrees. Give > it as 360 (radians) was taking up to 8 seconds to draw the eyes. Ouch, thanks for fixing this! -- Bernie Innocenti Sugar Labs Infrastructure Team http://wiki.sugarl

[Sugar-devel] [PATCH Speak] Use radians instead of degrees

2012-10-29 Thread Manuel Kaufmann
Cairo.Context.arc needs the angle in radians instead of degrees. Give it as 360 (radians) was taking up to 8 seconds to draw the eyes. Signed-off-by: Manuel Kaufmann --- eye.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/eye.py b/eye.py index 954e68a..e1bf5b8 1006