- (canvas-fill-mode-set! [canvas canvas?] [fill-mode symbol?]) -> symbol?procedure
Alternatively (set! (canvas-fill-mode [canvas canvas?]) [fill-mode symbol?]) -> symbol?
Sets the current polygon fill mode of the given canvas and returns the previous value.