]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 7 May 2010 12:25:34 +0000 (12:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 7 May 2010 12:25:34 +0000 (12:25 +0000)
ChangeLog
magick/draw.c

index 2f424bf82c665eac8401c3012756bc25c27ad5e5..89c6c6d8cbd25e70dfceb08f5cd1ed4686e27fe3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
 2010-05-06  6.6.1-6 Cristy  <quetzlzacatenango@image...>
   * Do not claim gray colorspace if gray image includes a non-gray pixel.
   * Initialize BMP alpha channel to opaque for RGB images.
+  * Fixed under allocation for reound rectangles.
 
 2010-05-06  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
   * Made use of new no-'sync' channel enabled mathematical compose methods
index aa370153e4e30d316d77178292b49e67a84be1f0..ce8b658b44adafdfb8e1832fe51fd12b29aa1f72 100644 (file)
@@ -2853,7 +2853,7 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info)
       }
       case RoundRectanglePrimitive:
       {
-        length*=5+4*BezierQuantum;
+        length*=5+8*BezierQuantum;
         break;
       }
       case BezierPrimitive: