Author: Carlos Lopez <[email protected]>
Date: Sun Jul 22 11:06:03 2012 +0200
cairorender: Use CairoColor instead of Color to storage color result
---
synfig-core/src/synfig/render.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/synfig-core/src/synfig/render.cpp
b/synfig-core/src/synfig/render.cpp
index 952147e..c0cf6ac 100644
--- a/synfig-core/src/synfig/render.cpp
+++ b/synfig-core/src/synfig/render.cpp
@@ -389,7 +389,7 @@ synfig::cairorender(
// Loop through every pixel in row
for(x=0,u=su;x<w;x++,u+=du)
{
- Color c(Color::alpha());
+ CairoColor c(Color::alpha());
// Loop through all subpixels
for(y2=0,pool=0;y2<a;y2++)
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl