View Source Mudbrick.Path (mudbrick v0.7.0)
Summary
Types
@type sub_path() :: Mudbrick.Path.Move.t() | Mudbrick.Path.Rectangle.t() | Mudbrick.Path.Line.t()
@type t() :: %Mudbrick.Path{sub_paths: [sub_path()]}
Functions
@spec line(t(), Mudbrick.Path.Line.options()) :: t()
@spec move(t(), Mudbrick.Path.Move.options()) :: t()
@spec rectangle(t(), Mudbrick.Path.Rectangle.options()) :: t()