Replies: 1 comment
-
@kumilingus Any suggestions? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
I am trying to rotate an element along with its embedded child elements in JointJS using the rotate() method. However, when I attempt to rotate the parent element, the embedded elements do not rotate with it.
Here's the code I'm using:
I pass { deep: true } as an option, assuming that it should cause the embedded elements to rotate along with the parent, but it doesn't seem to work.
I would appreciate any help!
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS+
Beta Was this translation helpful? Give feedback.
All reactions