We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Draws a point to the canvas.
canvas.stroke(15) .point(20, 20) .point(20, 80) .point(80, 20) .point(80, 80);
canvas.point(x, y);
Canvas: self for method chaining
line()