fix
This commit is contained in:
parent
c32bd0c290
commit
042d455cb0
1 changed files with 1 additions and 1 deletions
|
@ -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*(
|
||||||
|
|
Loading…
Reference in a new issue