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
|
PathCommand* = object
|
||||||
## Binary version of an SVG command.
|
## Binary version of an SVG command.
|
||||||
kind*: PathCommandKind
|
kind: PathCommandKind
|
||||||
numbers*: seq[float32]
|
numbers: seq[float32]
|
||||||
|
|
||||||
Path* = object
|
Path* = object
|
||||||
## Used to hold paths and create paths.
|
## Used to hold paths and create paths.
|
||||||
|
|
Loading…
Reference in a new issue