-
jQuery 1.8.2, jCanvas 200953486485177af3000a40959289682ba44cae, on Chromium 22.0, basic drawArc not working. Same code DOES work on FF 17.0. I will send a pull request with unit test after submittin…
-
Hi,
looking at the following sandbox example "Masking Draggable Shapes"....
http://calebevans.me/projects/jcanvas/docs.php?p=masking
dragging the green square inside of the blue mask works very we…
-
I was not able to find a way of getting and setting the background proprieties (background = bottom layer).
-
Caleb,
Green circle and purple rectangle added in a layer group. Animating both downward as a group works as expected, but only the first added layer fades (second added layer does not fade). Behav…
-
Just found this errant behavior in Firefox (version 17.0.1). When a canvas includes an image and text, and the image is scaled up (to say 1.2), and has a mouseover function then on moving the mouse on…
-
Caleb,
Using jCanvas d0fba05872281517e99509d96730315e6b2b2f71 and jQuery 1.8.2, I can't make getLayerGroup work (tested on both FF 16.0.2 and Chromium-derived 22.0). The [layers documentation](http:…
-
I know is in beta but in case you didn't notice...
When wrapped text ends in a word that doesn't fit in maxWidth, wrapText function keeps looping forever.
I don't know what would be the best solutio…
-
Hi
thank you for your excellent work!
draggable property seems to be not working on drawLine layers
``` javascript
$("canvas").drawLine({
layer: true,
strokeStyle: "#900",
strokeWidth: 3,
fi…
-
Caleb,
Sorry I'm a little late in reporting this, but in the transition from jcanvas e535864fe2d786f08893dcd0c26a124ddf26d211 to f7511e1848650870c1c9cd9fe0d49c141c637bfc, the following simple animati…
-
The following "raindrops with breadcrumbs" animation works on Chromium-derived 21.0 with jCanvas b47e419cf9f379f1df8c82617ebc8d5835fdc7de, but not on later versions. This code won't show any animatio…