From: Cristy Date: Sun, 16 Apr 2017 14:07:18 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-5~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b01d64f4e09a86b41dc936c65fc4ebdef9aae7bb;p=imagemagick ... --- diff --git a/coders/svg.c b/coders/svg.c index 14a919919..65162753c 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -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) {