module

Draw::Flattener

Inherits Draw::Liner

Instance methods

close

Add the most recent starting point to close the path to create a polygon

Source
end_flattener

Mark the current line as finished so we can draw caps

Source
line_join

Use Round, Bevel or miter to join points

Source
move_to(x : Float64, y : Float64)

Start a New line from the point (x, y)

Source