-
Hi, I am working on a prototype with Konva now. I have a use case that needs to bring some shape to front by setting zindex then select it to show a transformer box. But the transformer outline is still behind the shape originally on top. Is there a way to get the bonding outline / anchors of the transformer and set their zindex? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
lavrton
Nov 13, 2021
Replies: 1 comment 1 reply
-
Transformer is the same node as any other. It is just a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lanyusan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transformer is the same node as any other. It is just a
Konva.Group
with some special abilities.So, you can control its zIndex as for another node.