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 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.