chickadee » canvas-draw » canvas-line-style

(canvas-line-style [canvas canvas?]) -> symbol?procedure

Retrieves the current line style of the given canvas. Possible values are

  • 'continuous
  • 'dashed
  • 'dotted
  • 'dash-dotted
  • 'dash-dot-dotted
  • 'custom