commit | 33e9da6ee222c000535f02c299c1ae7cbee529bd | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Oct 21 19:08:58 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Oct 21 19:08:58 2011 +0000 |
tree | 23fc922e45175872339868fcc6cb561a753814cc | |
parent | 5201002e1ba0118594060d26142b48bdfb1320a2 [diff] [blame] |
diff --git a/coders/svg.c b/coders/svg.c index ddaaca4..17adda7 100644 --- a/coders/svg.c +++ b/coders/svg.c
@@ -2910,6 +2910,7 @@ #else p=gdk_pixbuf_get_pixels(pixel_info); #endif + GetPixelInfo(image,&fill_color); for (y=0; y < (ssize_t) image->rows; y++) { q=GetAuthenticPixels(image,0,y,image->columns,1,exception);