Open acrm opened 7 years ago
Looks like you just jump to smart solution with Canvas, skipping painful way of drawing complex figures without buffering. Okay :)
@acrm Funny thing is that I haven't referred to your next issue when doing this ;) Canvas was just natural way to implement this
Well, good for you) It`s great that you see this natural way by yourself)
Before closing this issue I want to see drawing of rectangle and circle.
Create methods for drawing a point with arbitrary coordinates, horizontal, vertical and diagonal line, rectangle, try to figure out how to draw non-orthogonal figures: triangle, circle, line with arbitrary incline, polygon and Bézier curve .