class Celestine::Path
inherits Celestine::Drawable
#
A class which represents an SVG path. Methods starting with a_ use absolute coordinates, while r_ methods require relative coordinates.
Included modules
Celestine::Modules::Animate
Celestine::Modules::Animate::Motion
Celestine::Modules::Animate::Transform
Celestine::Modules::Filter
Celestine::Modules::Marker
Celestine::Modules::Mask
Celestine::Modules::StrokeFill
Celestine::Modules::Transform
Constants#
TAG = "path"
#
"path"
Methods#
#draw(io : IO) : Nil
#
(io : IO) : Nil
Main draw method for a drawable. Takes in and interacts with an io.