From 042d455cb07ed88632bcff59df3fa36da0f8f0f3 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 23 Feb 2021 20:25:23 -0600 Subject: [PATCH] fix --- src/pixie/paths.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/paths.nim b/src/pixie/paths.nim index d626610..c7c5233 100644 --- a/src/pixie/paths.nim +++ b/src/pixie/paths.nim @@ -1278,7 +1278,7 @@ proc parseSomePath( parsePath(path).commandsToShapes(pixelScale) elif type(path) is Path: path.commandsToShapes(pixelScale) - elif type(path) is seq[seq[Segment]]: + elif type(path) is seq[seq[Vec2]]: path proc fillPath*(