From 9d8e3fe7dd3d45f17a0be84525efee28da2f1727 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 13 Dec 2014 20:45:52 +0000 Subject: [PATCH] --- MagickCore/draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; -- 2.40.0