]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 25 Mar 2013 12:01:32 +0000 (12:01 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 25 Mar 2013 12:01:32 +0000 (12:01 +0000)
coders/svg.c

index 7cc54a360c92938c75d510ddf0ca75c3709406a9..b13881f670879b45ac20b214dca352afcb317398 100644 (file)
@@ -3215,6 +3215,7 @@ ModuleExport size_t RegisterSVGImage(void)
   (void) CopyMagickString(version,"XML " LIBXML_DOTTED_VERSION,MaxTextExtent);
 #endif
 #if defined(MAGICKCORE_RSVG_DELEGATE)
+  g_type_init();
   (void) FormatLocaleString(version,MaxTextExtent,"RSVG %d.%d.%d",
     LIBRSVG_MAJOR_VERSION,LIBRSVG_MINOR_VERSION,LIBRSVG_MICRO_VERSION);
 #endif