]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 24 May 2012 22:29:40 +0000 (22:29 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 24 May 2012 22:29:40 +0000 (22:29 +0000)
coders/svg.c

index 65fe7fdcb97a6c0ae9f671f5ccf55df944b03cb2..6f8eb5f5cec26bdf8273b3b918654d5fc31ee6c9 100644 (file)
@@ -2878,7 +2878,7 @@ static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
             stride;
 
 #if defined(MAGICKCORE_CAIRO_DELEGATE)
-          stride=4*image->column);
+          stride=4*image->columns;
 #if defined(MAGICKCORE_PANGOCAIRO_DELEGATE)
           stride=(size_t) cairo_format_stride_for_width(CAIRO_FORMAT_ARGB32,
             image->columns);