From: Cristy Date: Thu, 20 Apr 2017 12:05:17 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-5~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cab049cec5034813efc221425aff2ce6a6bcb896;p=imagemagick ... --- diff --git a/coders/svg.c b/coders/svg.c index 3924cc8c6..44cf5cf54 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -3047,8 +3047,6 @@ static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception) image->rows=gdk_pixbuf_get_height(pixel_buffer); #endif image->alpha_trait=BlendPixelTrait; - SetImageProperty(image,"svg:base-uri", - rsvg_handle_get_base_uri(svg_handle),exception); status=SetImageExtent(image,image->columns,image->rows,exception); if (status == MagickFalse) {