From 206c26e9414539ef4bdfad67b430b8a5b165c0ea Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 7 Nov 2013 18:04:21 +0000 Subject: [PATCH] --- MagickCore/draw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 2b52814af..8e1678a49 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -5280,13 +5280,14 @@ static size_t TracePath(PrimitiveInfo *primitive_info,const char *path) z_count; attribute=0; + end.x=0.0; + end.y=0.0; point.x=0.0; point.y=0.0; start.x=0.0; start.y=0.0; number_coordinates=0; z_count=0; - end=0; primitive_type=primitive_info->primitive; q=primitive_info; for (p=path; *p != '\0'; ) -- 2.40.0