From: cristy Date: Fri, 14 May 2010 12:15:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0bf468e928fc09d3876c34647876b8960b10cb0;p=imagemagick --- diff --git a/ChangeLog b/ChangeLog index 6ab48e592..45b2ca0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2010-05-14 6.6.1-9 Cristy + * Increase the estimated # points for the path drawing primitive. + 2010-05-14 6.6.1-9 Anthony Thyssen * 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 * The pixel buffer was underallocated for some image formats when streaming. -2010-05-12 6.6.1-8 Cristy - * Increase the estimated # points for the path drawing primitive. - 2010-05-12 6.6.1-8 Anthony Thyssen * Implementation of Pattern Matching Morphology methods HitAndMiss, Thicken, Thinning diff --git a/magick/draw.c b/magick/draw.c index 8ec44e72a..f8adfd2f9 100644 --- a/magick/draw.c +++ b/magick/draw.c @@ -2884,9 +2884,8 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info) t++; continue; } - length++; + length+=BezierQuantum; } - length=k*BezierQuantum; break; } case CirclePrimitive: