-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Text tool click targets on text layers to use the text box #2145
Conversation
If/when this is in a fully working state and ready for QA and code review, please mark it as not a draft (the "Ready for Review" button). Thanks. |
let far = graphene_core::text::bounding_box(text, buzz_face, font_size, line_height_ratio, character_spacing, None); | ||
let quad = Quad::from_box([DVec2::ZERO, far]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a really nice improvement!
Please comment in the original issue so I can assign it to you. |
Closes #2128