-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix textAlign start/end for placement: line #14932
Conversation
📦 Preview the website for this branch here: https://deploy-preview-14932--ol-site.netlify.app/. |
9c7855b
to
725ce09
Compare
725ce09
to
238c71b
Compare
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.
The change in this PR looks good but I'm confused because the image currently on main seems correct: "small text" is at the start of the line and "negative offset X" is at the end.
Am I missing something?
The image in main is correct, but a failing test in #14923 revealed the problem, which was unnoticed because the change was below the image tolerance threshold. |
238c71b
to
3597615
Compare
Ok yes, I understand, the image on main wasn't what the actual result looked like! But now doesn't that mean that this PR will significantly change the behavior for the |
To avoid such regressions in the future, I lowered the test tolerance. |
8617dd5
to
13f669e
Compare
@jahow Were you suggesting to add a note about this in the release notes, or do you not agree with the fix in its entirety? |
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.
Yes a mention of this in the release notes wouldn't hurt I guess! Thanks for the fix and taking the time to make sense of all this :)
13f669e
to
1280ef3
Compare
Fixes #14930