Search code examples
kineticjs

Anchors are not visible in kineticjs?


I have developed web application using Asp.net. In that i am using a drawing the shapes in canvas using kineticjs. we can also re-size the shapes using anchors. My question is when draw same type shapes means resizing anchors visible only for first shape that was drawn. Its not visible for other same type shapes.

I am using following kineticjs files kinetic-v5.0.1.js kinetic-v5.0.1.min.js

So i want to fix this problem. can anyone know please help me..

Thanks in Advance


Solution

  • the problem was fixed now. What i was done means , i have added a separate group for each type of shape(like grouprect for rectangle shapes).