]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 16 Apr 2017 14:07:18 +0000 (10:07 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 16 Apr 2017 14:07:18 +0000 (10:07 -0400)
coders/svg.c

index 14a919919eef2368ce2b6c8d4326de2eadbf8187..65162753cfbdc456a7b7f82fd653658b6bf2c922 100644 (file)
@@ -3007,8 +3007,8 @@ static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
             if ((dpi_dimension_info.width != dimension_info.width) ||
                 (dpi_dimension_info.height != dimension_info.height))
               apply_density=MagickFalse;
-              rsvg_handle_set_dpi_x_y(svg_handle,image->resolution.x,
-                image->resolution.y);
+            rsvg_handle_set_dpi_x_y(svg_handle,image->resolution.x,
+              image->resolution.y);
           }
         if (image_info->size != (char *) NULL)
           {