From e391d528a857af7140f59625161acff1de6aa51f Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 16 Feb 2018 18:34:12 -0500 Subject: [PATCH] ... --- MagickCore/draw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 32b0aa6fc..99495b701 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -5790,6 +5790,7 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path) TraceBezier(q,4); q+=q->coordinates; point=end; + last_attribute=attribute; while (isspace((int) ((unsigned char) *p)) != 0) p++; if (*p == ',') @@ -5832,6 +5833,7 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path) TraceBezier(q,3); q+=q->coordinates; point=end; + last_attribute=attribute; while (isspace((int) ((unsigned char) *p)) != 0) p++; if (*p == ',') -- 2.40.0