Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplemented paint worklets drawing to a border. #17862
Conversation
highfive
commented
Jul 26, 2017
|
Heads up! This PR modifies the following files:
|
437d785
to
26598d2
|
|
26598d2
to
c95d2e5
| &clip, | ||
| paint_worklet, | ||
| i); | ||
| let size = self.border_box - style.logical_border_width(); |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
c95d2e5
to
3f71be7
|
@pcwalton ping? |
|
@bors-servo: r+ |
|
|
…lton Implemented paint worklets drawing to a border. <!-- Please describe your changes on the following line: --> Allow paint worklets to draw to a border. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17451. - [X] These changes do not require tests because the existing css-paint-api test check this (but annoyingly, all fail for other reasons) <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17862) <!-- Reviewable:end -->
|
|
|
@pcwalton: thanks! |
asajeffrey commentedJul 26, 2017
•
edited by larsbergstrom
Allow paint worklets to draw to a border.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is