1
vote
1answer
67 views

Kinetic JS dragging a layer causes shapes on another layer to stop responding to drag

I have been developing an app using Kinetic which uses several layers to keep things organised and I have draggable elements in more than one layer. I am finding that when one layer is dragged, shapes ...
0
votes
2answers
88 views

how to use draggable and click separately in kineticjs?

how to use draggable and click on same node in kineticjs? when using draggable then a click event fires also after drag. in jsfiddle, http://jsfiddle.net/matobaa/LZ5tt/ Here is the code... var ...
1
vote
1answer
285 views

KineticJS : get image array id

Here is the problem : I have a canvas, and four (would be more in future, but 4 for testing...anyway, doesn't matter) images that can be "poped" into the canvas by clicking on it. Each image can be ...
2
votes
1answer
551 views

complex clipping boundary in kinetic.js with draggable image

Check out my html5 based clipping constraint on http://shedlimited.debrucellc.com/test3/canvaskinclip.html (messing with jsfiddle on http://jsfiddle.net/aqaP7/4/) So, in html5 I can easily draw a ...
1
vote
0answers
578 views

How to make kinetic.js image respect html 5 canvas clip restraints

So, I'm trying to make the below image respect the HTML5 canvas clipping boundaries I've set but it only respects DIV boundaries, the circle on the other hand respects full boundaries so how do I use ...
0
votes
1answer
267 views

Keep KineticJS shapes inside canvas

Is there a simple way to make sure that your shapes stay inside the canvas, when using the drag&drop functionality from KineticJS? Standard, the shape leaves the canvas a bit until your mouse ...
1
vote
2answers
148 views

KeneticJS HTML5 Canvas draggable and elements on stage

So i am trying to create a stage where i can have multiple items on it that are draggable.. but when the stage is clicked and dragged all the elements move with it. So far I can only get one or the ...
0
votes
2answers
647 views

Cannot use Kineticjs in html5

I want to use the Kinetic js library in order to make the drag and resize effect in my images on the canvas. So I am following this example ...