Can anyone tell me how to hide anchor points in canvas using kinetic.js and display anchor whenever we click on image. For example check this link in that we can hide anchor points. I have done application in that i need to hide anchor points after clicking on canvas,I can take no.of images and can drag,drop,re size and save them as image. I tried to hide anchors but unsuccessful can any one guide me thanks in advance.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
This is not a complete solution, but take a look: http://jsfiddle.net/n9FLA/1/ what you want to do is attach event handlers so that you add or remove anchor points from a group. Looking at the link you provided you should make changes like:
You have to structure the logic and choose the events you want, but this the way you could do it. |
|||||||||||||||
|
