-
First of all, I would like to Thank You a lot for your immediate and accurate response.. Really thanks a lot.. :)
Now, I want to make a small demo.
The situation is like, inside a Class room...
1)…
-
I did redo/undo without any problem. But the problem is when ever I move mouse to canvas after redo/undo it draws the whole things what it had previously. I did draw line, rect, ellipse etc with with …
-
I had draw bezier using mousedown now I need to drag that bezier. Below is my code for making bezier:
$canvas.drawBezier({
layer:true,
groups: ["mybeizer_groups_" + totalbeizer],
name:"myb…
-
Hello!
This two examples from docs does not do the same. Tested on: http://calebevans.me/projects/jcanvas/docs/drawManually/#draw-anything
The draw() method can be used to draw any other jCanvas dra…
neszt updated
11 years ago
-
in jCanvas v13.08.26 line 2111:
$.fn.draw = function draw(args) {
var $canvases = this, $canvas, e, ctx,
params /\*
Walt7 updated
11 years ago
-
pls can you add this two line in your code at jCanvas v13.08.26 line 3460:
```
// Loop through pixels with the "each" callback function
if (params.each) {
for …
Walt7 updated
11 years ago
-
How to retrieve layers who's name is empty?
-
Hello,
Many thanks for providing such a useful tool.
I would like to restrict the area on the canvas where a draggable shape can be dropped into. Does jcanvas provides this feature or do I have to w…
flaiw updated
11 years ago
-
http://calebevans.me/projects/jcanvas/docs/extending/
The heart example is not working and giving the error of $.jCanvas.detectEvents is not a function. This sucks, because you explicitly state it is…
-
I want to erase any drawing using mouse which are created using mouse also. How to do so? I created drawing using drawLine, drawRect etc.