From: cristy Date: Sat, 13 Dec 2014 20:45:52 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8e3fe7dd3d45f17a0be84525efee28da2f1727;p=imagemagick --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index b105cb832..9e816b2a5 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -5578,8 +5578,8 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path) } if (strchr("QqTt",last_attribute) == (char *) NULL) { - points[0]=points[2]; - points[1]=points[3]; + points[0]=point; + points[1]=point; } for (i=0; i < 3; i++) (q+i)->point=points[i];