Path text bounding box not updating on modifying control points #10407
Unanswered
ashok-damani
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I would suggest you to look at the custom path controls to do this, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have implement a free path text as below, but when I move a control point and set the new path to the text, the text's bounding box is not updated, hence user still needs to click at text's old position to select it.
Before moving control points and selecting the text

After moving control points and selecting the text by clicking at its old position

code:
https://jsfiddle.net/ashokdamani/3k1b0qx7/4/
Beta Was this translation helpful? Give feedback.
All reactions