- (canvas-clip-mode [canvas canvas?]) -> (or/c symbol? #f)procedure
Retrieves the clipping mode of the given canvas.
The mode may be one of the following values:
- 'area
- 'polygon
- 'region
- #f
In fact, #t is never returned but may be used when setting the clipping mode.