Hi,
Is it too late to suggest additions to the canvas spec? And if not
does any one know who the best person to suggest them to is? Like
others I think I would find being able to specify the line style
rather useful. Eg:
context.lineStyle = 'solid'; // Default
context.lineStyle = 'dotted';
context.lineStyle = 'dashed';
Cheers.
--
Richard Heyes