Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-10-03 Thread Carlos López González
Hi! This morning I came out with another simper solution for the STRAIGHT method! It is very exciting! The code I previously figured out was this: /// OLD CODE cairo_save(cr); // This part would retrieve the current passed surface and copy it on destimage

Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-10-03 Thread Timothée Giet
Great! Carlos, you rock :) 2012/10/3 Carlos López González genet...@gmail.com Hi! This morning I came out with another simper solution for the STRAIGHT method! It is very exciting! The code I previously figured out was this: /// OLD CODE

Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-10-03 Thread Joshua Bell
Agreed. You're a legend, Carlos. Timothée Giet anim...@gmail.com wrote: Great! Carlos, you rock :) 2012/10/3 Carlos López González genet...@gmail.com Hi! This morning I came out with another simper solution for the STRAIGHT method! It is very exciting! The code I previously figured out

[Synfig-devl] Carlos Lopez : Cairo operators: simplify the Straight method

2012-10-03 Thread root
Author: Carlos Lopez genet...@gmail.com Date: Wed Oct 3 22:00:37 2012 +0200 Cairo operators: simplify the Straight method --- synfig-core/src/synfig/cairo_operators.cpp | 28 +--- 1 files changed, 5 insertions(+), 23 deletions(-) diff --git