Is it possible to draw free hand shapes (squares, ellipses)
in
Programming Questions
•
10 months ago
Is it possible to draw free hand shapes (squares, ellipses) like you can do in paint
the height and width of of the shape being dynamic
this is done in almost every paint program out there from gimp to Photoshop
I can draw a shape of fixed anywhere on the canvas
- rect(mouseX, mouseY, 55, 55);
1