-
Notifications
You must be signed in to change notification settings - Fork 294
Construct split planes with help of the inversed transform #3093
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
Conversation
☔ The latest upstream changes (presumably #3071) made this pull request unmergeable. Please resolve the merge conflicts. |
Try looks good :) |
@bors-servo r+ @kvark Looks good, thanks! I wonder if there is a way to add a wrench reftest for this as a follow up? |
📌 Commit 39b2633 has been approved by |
Construct split planes with help of the inversed transform Fixes #3070 Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5eb3a20402b513ccfa2d526b14f32ed707821e92 Meat of the fix is within `plane-split` 0.13.1 update, which we use in this PR in order to construct consistently transformed polygons for splitting. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3093) <!-- Reviewable:end -->
☀️ Test successful - status-appveyor, status-taskcluster |
@gw3583 great idea! this shouldn't be too hard :) |
Update plane-split dependency A follow-up to #3093 Fixes #3096 Meat of the fix is in servo/plane-split#22 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3104) <!-- Reviewable:end -->
Same-plane splitting reftest This is a follow-up to #3093 (comment) I confirmed that it's fixed by servo/plane-split@47c0826 specifically. r? anyone <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3102) <!-- Reviewable:end -->
Fixes #3070
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5eb3a20402b513ccfa2d526b14f32ed707821e92
Meat of the fix is within
plane-split
0.13.1 update, which we use in this PR in order to construct consistently transformed polygons for splitting.This change is