class

Draw::Transformer

Inherits Draw::Flattener < Draw::Liner < Reference < Object

Constructors

new(tr : Draw::Matrix, flattener : Draw::Flattener)
Source

Instance methods

close(*args, **options)
Source
close(*args, **options, &)
Source
end_flattener(*args, **options)
Source
end_flattener(*args, **options, &)
Source
flattener
Source
line_join(*args, **options)
Source
line_join(*args, **options, &)
Source
line_to(x : Float64, y : Float64)

Draw a line from the current position to the point (x, y)

Source
move_to(x : Float64, y : Float64)

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

Source