]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 18 Oct 2018 18:13:56 +0000 (14:13 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 18 Oct 2018 18:13:56 +0000 (14:13 -0400)
coders/svg.c

index 25a8f9b6c246b3b0ff21940d25408176568f3bb0..92723d159cecfa388d5a3f2a237c0f113851a519 100644 (file)
@@ -3088,7 +3088,7 @@ static void SVGExternalSubset(void *context,const xmlChar *name,
   Static declarations.
 */
 static char
-  SVGDensityGeometry[] = "72.0x72.0";
+  SVGDensityGeometry[] = "90.0x90.0";
 
 static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
 {