-
Hi, first of all: thank you for a wonderful plugin!
I think I have found a bug and if it's not a bug then I would love to se a example of how this should be done :).
What I am trying to accomplish i…
-
Hi all, I'm new in jcanvas.
I created two canvas with images and vectors. Inside the canvas image, I created two layers with addLayer and drawImage method.
When I use drawLayer() to invoke only the …
-
Hi, you make very good work ;)
I have problem, when I drawImage 5x into canvas from server I drag around very easy and without any problem, when I upload first image to server and drawImage into canv…
-
The drawImage is not working in internet explorer, it gives an indexsizeerror. I have seen this in IE9 and IE10.
![image](https://f.cloud.github.com/assets/3362973/309375/f6a111e6-96fe-11e2-8d39-8eb…
-
How we can re-size the different object?
-
Hi!
I recently updated to the latest version of jCanvas and after some head scratching I found that code that was working in v12 is now broken. Mostly what we are doing is drawing arcs as follows:
dr…
-
To avoid the confusion raised recently on [stackoverflow](http://stackoverflow.com/questions/13524820/how-to-get-the-jcanvas-version), recommend eliminating the final bullet on the [jCanvas Object do…
-
Maybe I do not understand the API well enough, but it seems like 'removeLayer' does not remove the actual figure in it?
[View in sanbox](http://calebevans.me/projects/jcanvas/sandbox.php?c=%24%28%22c…
-
Hello,
Having an issue with v4.0.4
An issue with IE9:
Text -> _initText -> _setTextData -> _getTextSize -> measureText
is called 224 times for almost 2 seconds exclusive time.
In all other browse…
-
Example below does not bind mouseover event. Should this be working?
http://calebevans.me/projects/jcanvas/sandbox.php#//%20Click%20the%20star%20to%20make%20it%20spin%0A%24%28%22canvas%22%29.drawLine…