Talk:Drawing API
From OpenLaszlo
What are the acceptible values for strokeStyle?
Currently, the only value is a color (in the form 0x11CCFF)
The what-wg spec allows for gradients and patterns via canvasGradient and canvasPattern. It would be possible to implement these (as well as line ends) if we implement drawing lines via shapes, but would take some work and wouldn't draw quite as quickly).

