[][src]Crate dot_canvas

Ito-canvas is a drawing canvas using braille to display the drawing in the terminal

Structs

Arc
Circle
Context

Holds the state of the Canvas when painting to it. width of 1 cell text is 0.5 and height is 1.0

Grid
Line

Shape to draw a line from (x1, y1) to (x2, y2) with the given color

Traits

Shape