commit | 98f91ec7f3fedcd2975966146eb8e396d4c59add | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Feb 03 01:15:48 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Feb 03 01:15:48 2011 +0000 |
tree | 98453fcec66a353ccc8735e243025412c1bdcc69 | |
parent | bc4eb11b50a6de720d1b20f0669b5a1eebc87435 [diff] [blame] |
diff --git a/coders/dot.c b/coders/dot.c index 282b6d4..54c5e35 100644 --- a/coders/dot.c +++ b/coders/dot.c
@@ -130,6 +130,7 @@ if (status == MagickFalse) return((Image *) NULL); read_info=CloneImageInfo(image_info); + SetImageInfoBlob(read_info,(void *) NULL,0); (void) CopyMagickString(read_info->magick,"SVG",MaxTextExtent); (void) AcquireUniqueFilename(read_info->filename); (void) FormatMagickString(command,MaxTextExtent,"-Tsvg -o%s %s",