From 098dfbf651346d7aca1fc71872016f3ef2647409 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 14 May 2018 19:22:24 -0400 Subject: [PATCH] ... --- MagickCore/draw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 952700b09..6d7502175 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -773,6 +773,7 @@ static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info) if (path_info == (PathInfo *) NULL) return((PathInfo *) NULL); coordinates=0; + closed_subpath=MagickFalse; n=0; p.x=(-1.0); p.y=(-1.0); -- 2.40.0