]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 30 May 2013 23:33:30 +0000 (23:33 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 30 May 2013 23:33:30 +0000 (23:33 +0000)
coders/label.c

index 9d1320df74f919d7b75ed249f4d18b1a7dda3b3f..5437019b658bf71914dfbddf63792706018ce2e0 100644 (file)
@@ -192,7 +192,7 @@ static Image *ReadLABELImage(const ImageInfo *image_info,
             else
               high=draw_info->pointsize-1.0;
         }
-        draw_info->pointsize=(low+high)/2.0-1.0;
+        draw_info->pointsize=(low+high)/2.0;
       }
   status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception);
   if (status == MagickFalse)