(void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",wand->name);
xml_info=NewXMLTreeTag("drawing-wand");
if (xml_info == (XMLTreeInfo *) NULL)
- return(char *) NULL;
+ return((char *) NULL);
+ (void) SetXMLTreeContent(xml_info," ");
GetPixelInfo(wand->image,&pixel);
child=AddChildToXMLTree(xml_info,"clip-path",0);
if (child != (XMLTreeInfo *) NULL)
if (child != (XMLTreeInfo *) NULL)
{
(void) CopyMagickString(value,CommandOptionToMnemonic(
- MagickStretchOptions,(ssize_t) CurrentContext->stretch),MagickPathExtent);
+ MagickStretchOptions,(ssize_t) CurrentContext->stretch),
+ MagickPathExtent);
(void) SetXMLTreeContent(child,value);
}
child=AddChildToXMLTree(xml_info,"font-style",0);
if (child != (XMLTreeInfo *) NULL)
{
(void) CopyMagickString(value,CommandOptionToMnemonic(
- MagickGravityOptions,(ssize_t) CurrentContext->gravity),MagickPathExtent);
+ MagickGravityOptions,(ssize_t) CurrentContext->gravity),
+ MagickPathExtent);
(void) SetXMLTreeContent(child,value);
}
child=AddChildToXMLTree(xml_info,"stroke",0);
child=AddChildToXMLTree(xml_info,"stroke-linecap",0);
if (child != (XMLTreeInfo *) NULL)
{
- (void) CopyMagickString(value,CommandOptionToMnemonic(MagickLineCapOptions,
- (ssize_t) CurrentContext->linecap),MagickPathExtent);
+ (void) CopyMagickString(value,CommandOptionToMnemonic(
+ MagickLineCapOptions,(ssize_t) CurrentContext->linecap),
+ MagickPathExtent);
(void) SetXMLTreeContent(child,value);
}
child=AddChildToXMLTree(xml_info,"stroke-linejoin",0);