jCanvaScript icon indicating copy to clipboard operation
jCanvaScript copied to clipboard

HTML5 Canvas JavaScript library

Results 3 jCanvaScript issues
Sort by recently updated
recently updated
newest added

I think will be good to support dashed lines drawing in jCanvaScript. Like: ``` jc.line([[1,2],[3,4]]).lineStyle({ dashed:true }) ``` Example: http://www.rgraph.net/blog/2013/january/html5-canvas-dashed-lines.html

Hi, if the canvas is inside a div that can be scrolled the mouse position is no longer correct. I think it can be solved with the solution posted in...

Hi, Is therre a way to stop/cancel a dragging operation (so that the callbacks get fired) if the mouse leaves the canvas? (I'm using 1.5.15) Thanks in advance