- (canvas-line-width-set! [canvas canvas?] [line-width integer?]) -> integer?procedure
Alternatively (set! (canvas-line-width [canvas canvas?]) [line-width integer?]) -> integer?
Sets the current line width of the given canvas and returns the previous value.