Author: Carlos Lopez <[email protected]>
Date:   Tue Oct 23 20:50:38 2012 +0200

render: use of get_cairocolor again

---

 synfig-core/src/synfig/render.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-core/src/synfig/render.cpp 
b/synfig-core/src/synfig/render.cpp
index c04501e..54a64a0 100644
--- a/synfig-core/src/synfig/render.cpp
+++ b/synfig-core/src/synfig/render.cpp
@@ -394,12 +394,12 @@ synfig::cairorender(
                        for(y2=0,pool=0;y2<a;y2++)
                                for(x2=0;x2<a;x2++)
                                {
-                                       Color color=context.get_color(
+                                       Color 
color=Color(context.get_cairocolor(
                                                                                
                  Point(
                                                                                
                                u+(Point::value_type)(x2)*dsu,
                                                                                
                                v+(Point::value_type)(y2)*dsv
                                                                                
                                )
-                                                                               
                  );
+                                                                               
                  ));
                                        color=color.clamped();
                                        c+=color*color.get_a();
                                        pool+=color.get_a();


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to