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)
|
||||
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*(
|
||||
|
|
Loading…
Reference in a new issue