[lasem] svg_filter: fix flood color.



commit 02a67fe7c8be4edc21b51e251e59ca508f181dd2
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu Oct 18 10:18:19 2012 +0200

    svg_filter: fix flood color.

 src/lsmcairo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmcairo.c b/src/lsmcairo.c
index bca1fc7..cde77b9 100644
--- a/src/lsmcairo.c
+++ b/src/lsmcairo.c
@@ -281,7 +281,7 @@ lsm_filter_surface_flood (LsmFilterSurface *surface, guint32 color, double opaci
 	int i, x, y;
 	int stride;
 	unsigned char *pixels;
-	int channelmap[4] = {0, 1, 2, 3};
+	int channelmap[4] = {2, 1, 0, 3};
 
 	g_return_if_fail (surface != NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]