]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 9 Sep 2018 16:38:32 +0000 (12:38 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 9 Sep 2018 16:38:32 +0000 (12:38 -0400)
coders/dot.c

index ef704c84871d1feebd9f38caa068581ae5e252e0..609f1096f5a7f1bb0655b08aa120cc6e47687940 100644 (file)
@@ -157,6 +157,7 @@ static Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
   /*
     Read SVG graph.
   */
+  (void) CopyMagickString(read_info->magick,"SVG",MaxTextExtent);
   image=ReadImage(read_info,exception);
   (void) RelinquishUniqueFileResource(read_info->filename);
   read_info=DestroyImageInfo(read_info);