-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Revert recent anti-aliasing improvements #24289
Conversation
This reverts commit 31fa414.
This is can't revert, because MSAA need this. Unless that, the path draw will have a unexpected cross line. |
If this is just a wavy line problem, maybe you can try to solve it. |
Thank you for the addition, will revert that too. It would be great to have this back, though, I loved the image difference overall. |
This reverts commit b9e0aae.
PathBuilder
based on lyon to build Path
(#22808)"
/cherry-pick v0.173.x |
OK, until there is a new repair solution, I can temporarily extract it and use it first. |
This reverts commit 31fa414. This reverts commit b9e0aae. `lyon` commit revert: ![image](https://github.com/user-attachments/assets/0243f61c-0713-416d-b8db-47372e04abaa) `MSAA` commit revert: ![image](https://github.com/user-attachments/assets/b1a4a9fe-0192-47ef-be6f-52e03c025724) cc @huacnlee , @\as-cii had decided to revert this PR due to a selection right corner rendering bug. Not sure what to propose for a fix from my side Release Notes: - N/A
No rush, we are bumping versions today hence will ship the old version, and starting tomorrow we have the entire week to test whatever. |
Cherry-picked Revert recent anti-aliasing improvements (#24289) This reverts commit 31fa414. This reverts commit b9e0aae. `lyon` commit revert: ![image](https://github.com/user-attachments/assets/0243f61c-0713-416d-b8db-47372e04abaa) `MSAA` commit revert: ![image](https://github.com/user-attachments/assets/b1a4a9fe-0192-47ef-be6f-52e03c025724) Release Notes: - N/A Co-authored-by: Kirill Bulatov <[email protected]>
This reverts commit 31fa414. This reverts commit b9e0aae. `lyon` commit revert: ![image](https://github.com/user-attachments/assets/0243f61c-0713-416d-b8db-47372e04abaa) `MSAA` commit revert: ![image](https://github.com/user-attachments/assets/b1a4a9fe-0192-47ef-be6f-52e03c025724) cc @huacnlee , @\as-cii had decided to revert this PR due to a selection right corner rendering bug. Not sure what to propose for a fix from my side Release Notes: - N/A
This reverts commit aaf432f.
This reverts commit aaf432f.
Yeah, that was the one. |
…lection top right corner radius issue (#24342) Release Notes: - N/A ---- To fix #24289 mention issue and revert PathBuilder and MSAA. I'm sorry about of this, in #22808 I was forgotten this bit of detail. ![image](https://github.com/user-attachments/assets/112afda2-088c-41d0-83bd-808f6cd2f9d5) So, add `move_to` here, we can fix the selection top right corner radius issue. ## After change <img width="1383" alt="image" src="https://github.com/user-attachments/assets/28ea103c-d652-41d6-bbe0-7fd042d81e77" />
This reverts commit 31fa414.
This reverts commit b9e0aae.
lyon
commit revert:MSAA
commit revert:cc @huacnlee , @\as-cii had decided to revert this PR due to a selection right corner rendering bug.
Not sure what to propose for a fix from my side
Release Notes: