You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to implement this feature in the diagram using Konva. I have been searching for a long time but have not found a suitable solution. Is it possible to achieve this style in Konva? If there is a method, please provide me with some guidance. Thank you.
The text was updated successfully, but these errors were encountered:
I think the best way is to make your own implementations of such buttons. The UI is just far from Konva.Transformer behaviour.
Just create a rectangle on top of the image, and put circles + icons for anchors. Then implement the logic of every anchor click/drag.
Thank you for your reply. Are you saying that all the functions of rotation, scaling, and moving need to be manually implemented, and does Konva provide any auxiliary methods for this? Thank you.
does Konva provide any auxiliary methods for this?
What methods you want? Just a regular node.x(val), node.width(val), node.rotation(val) to control attributes. Do that on drag of the anchor, calculated needed values.
Hello, I would like to implement this feature in the diagram using Konva. I have been searching for a long time but have not found a suitable solution. Is it possible to achieve this style in Konva? If there is a method, please provide me with some guidance. Thank you.
The text was updated successfully, but these errors were encountered: