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

index 6ab48e592bd922ffc6f20d5b1b4754b74734e1ef..45b2ca0bdf41363159f991b4578acbeb0f4fd6c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-14  6.6.1-9 Cristy  <quetzlzacatenango@image...>
+  * Increase the estimated # points for the path drawing primitive.
+
 2010-05-14  6.6.1-9 Anthony Thyssen <A.Thyssen@griffith...>
   * Addition of more Morphologocal/Convolution Kernels.
     DOG (Difference of Gaussians) and DOB (Difference of Blurs),
@@ -6,9 +9,6 @@
 2010-05-13  6.6.1-9 Cristy  <quetzlzacatenango@image...>
   * The pixel buffer was underallocated for some image formats when streaming.
 
-2010-05-12  6.6.1-8 Cristy  <quetzlzacatenango@image...>
-  * Increase the estimated # points for the path drawing primitive.
-
 2010-05-12  6.6.1-8 Anthony Thyssen <A.Thyssen@griffith...>
   * Implementation of Pattern Matching Morphology methods
     HitAndMiss, Thicken, Thinning
index 8ec44e72a2805b9f6f6298efdb813014dcb0a515..f8adfd2f97657783c61009e54aff5b70e4085b90 100644 (file)
@@ -2884,9 +2884,8 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info)
               t++;
               continue;
             }
-          length++;
+          length+=BezierQuantum;
         }
-        length=k*BezierQuantum;
         break;
       }
       case CirclePrimitive: