-
It'm using svg image using jcanvas. It seem to slow it down very. Any suggestion on how to handle this?
L2L2L updated
9 years ago
-
Hi!
In this example why jcanvas adds three images?
If I set draggable to false it doesn't add.
And something weird happens too when I mouseover canvas. (one of the images changes its position in the…
-
Hello, when I use a text in Times New Roman with italic style and put it a stroke of 1, it displays the stroke displaced. See: http://calebevans.me/projects/jcanvas/sandbox/?code=JCgnY2FudmFzJykuZHJhd…
Pakku updated
9 years ago
-
cancel multiple user input . e.g. A user move his character back and forth. He stop pressing the input, but the program is still animating the input that have not yet animated.
L2L2L updated
9 years ago
-
If I have an image, a rectangle and a some text and I need to order them (by z) image z=0, rectangle z=1, text z=2 How would I do that with jcanvas?
-
Isotope version: 1.5.25 ( http://isotope.metafizzy.co )
jCanvas version: 14.04.22
Whenever you load isotope in the page, scaling for drawImage in .animateLayer does not work.
Some additional info: …
-
Are we able to manipulate the pixels of a specific layer? It seems like setPixels only work on the entire canvas only. What I'm doing now is manipulating the pixels in a separate hidden canvas and the…
-
I can't seem to find anything in the document, nor web search about other animations effects I can use.
I'm taking away from the documents that linear, swing-default--, and ease are acceptable. What …
L2L2L updated
9 years ago
-
When using the $(canvas).drawText() function, jcanvas is converting the 'text' parameter to a number, so, for instance, if I want to write the string '012345' the 0 is removed as a "leading zero" when…
-
When checking the object before setLayer is called, the property `text` is set to underfined, although there is text rendered on the screen for this layer.
When setLayer is called, the text is then u…