We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clips a region of any shape.
canvas .clip(10, 20, 260, 80) .stroke(10).fill(2) .ellipse(150, 50, 130, 40);
canvas.clip(x1, y1, x2, y2);
Canvas: self for method chaining
noClip()
mask()
noMask()