🔰clipping

browsercanvas state ⟩ clipping

when .clip() is called, current clipping region = current path clipped to current clipping region.

there's no way to reset clipping region, call .save(), .restore() instead.

Last updated