This commit is contained in:
Ryan Oldenburg 2021-02-23 20:25:23 -06:00
parent c32bd0c290
commit 042d455cb0

View file

@ -1278,7 +1278,7 @@ proc parseSomePath(
parsePath(path).commandsToShapes(pixelScale) parsePath(path).commandsToShapes(pixelScale)
elif type(path) is Path: elif type(path) is Path:
path.commandsToShapes(pixelScale) path.commandsToShapes(pixelScale)
elif type(path) is seq[seq[Segment]]: elif type(path) is seq[seq[Vec2]]:
path path
proc fillPath*( proc fillPath*(