mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
render empty labels @ https://github.com/ImageMagick/ImageMagick/issues/5530
This commit is contained in:
@@ -790,8 +790,6 @@ MagickExport MagickBooleanType GetMultilineTypeMetrics(Image *image,
|
||||
assert(draw_info != (DrawInfo *) NULL);
|
||||
assert(draw_info->text != (char *) NULL);
|
||||
assert(draw_info->signature == MagickCoreSignature);
|
||||
if (*draw_info->text == '\0')
|
||||
return(MagickFalse);
|
||||
annotate_info=CloneDrawInfo((ImageInfo *) NULL,draw_info);
|
||||
annotate_info->text=DestroyString(annotate_info->text);
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user