projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc29e7
)
...
author
Cristy
<urban-warrior@imagemagick.org>
Sat, 17 Mar 2018 18:30:24 +0000
(14:30 -0400)
committer
Cristy
<urban-warrior@imagemagick.org>
Sat, 17 Mar 2018 18:30:24 +0000
(14:30 -0400)
coders/label.c
patch
|
blob
|
history
diff --git
a/coders/label.c
b/coders/label.c
index e557ea134bd40d578eac1d01c597e964e9b0da62..0a4201114a0a956ff3ec08315a5c6bdd81bb8f42 100644
(file)
--- a/
coders/label.c
+++ b/
coders/label.c
@@
-135,8
+135,8
@@
static Image *ReadLABELImage(const ImageInfo *image_info,
label=GetImageProperty(image,"label",exception);
draw_info=CloneDrawInfo(image_info,(DrawInfo *) NULL);
draw_info->text=ConstantString(label);
- metrics.width=0;
- metrics.height=0;
+ metrics.width=0
.0
;
+ metrics.height=0
.0
;
metrics.ascent=0.0;
status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
if ((image->columns == 0) && (image->rows == 0))