This commit is contained in:
Ryan Oldenburg 2021-06-26 20:46:10 -05:00
parent fbc6df5fa0
commit 0656d7566a

View file

@ -26,8 +26,8 @@ type
PathCommand* = object
## Binary version of an SVG command.
kind*: PathCommandKind
numbers*: seq[float32]
kind: PathCommandKind
numbers: seq[float32]
Path* = object
## Used to hold paths and create paths.