f
This commit is contained in:
parent
fbc6df5fa0
commit
0656d7566a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue