This repository has been archived by the owner. It is now read-only.
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 upPatches for fill and stroke on canvas in servo. #170
Merged
Conversation
- Modify fill and stroke functions to handle all pattern types. - Add the code to check the zero size gradient. - Set ExtendMode::Clamp for SurfacePattern in case of no-repeat.
|
@bors-servo: r+ |
|
@bors-servo r=nox |
|
|
bors-servo
pushed a commit
that referenced
this pull request
Jun 16, 2015
|
@bors-servo r- force |
|
@bors-servo r=nox |
|
|
bors-servo
pushed a commit
that referenced
this pull request
Jun 16, 2015
|
|
bors-servo
pushed a commit
to servo/servo
that referenced
this pull request
Jun 17, 2015
Fill and stroke for all pattern types and check the zero size gradient. Depends on servo/rust-azure#170 which has been already merged. So this patch contains the update of rust-azure. r? @nox cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6402) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this pull request
Jun 12, 2017
…the zero size gradient (from hyowon:canvas_fill_stroke); r=pcwalton Depends on servo/rust-azure#170 which has been already merged. So this patch contains the update of rust-azure. r? @nox cc @yichoi Source-Repo: https://github.com/servo/servo Source-Revision: e1b28d893e54601bf497d0d5b83d77658ca16bac
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this pull request
Sep 30, 2019
…the zero size gradient (from hyowon:canvas_fill_stroke); r=pcwalton Depends on servo/rust-azure#170 which has been already merged. So this patch contains the update of rust-azure. r? nox cc yichoi Source-Repo: https://github.com/servo/servo Source-Revision: e1b28d893e54601bf497d0d5b83d77658ca16bac UltraBlame original commit: 5e8571356903e9fe9ff837d9c82134874811bb6e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this pull request
Oct 1, 2019
…the zero size gradient (from hyowon:canvas_fill_stroke); r=pcwalton Depends on servo/rust-azure#170 which has been already merged. So this patch contains the update of rust-azure. r? nox cc yichoi Source-Repo: https://github.com/servo/servo Source-Revision: e1b28d893e54601bf497d0d5b83d77658ca16bac UltraBlame original commit: 5e8571356903e9fe9ff837d9c82134874811bb6e
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this pull request
Oct 1, 2019
…the zero size gradient (from hyowon:canvas_fill_stroke); r=pcwalton Depends on servo/rust-azure#170 which has been already merged. So this patch contains the update of rust-azure. r? nox cc yichoi Source-Repo: https://github.com/servo/servo Source-Revision: e1b28d893e54601bf497d0d5b83d77658ca16bac UltraBlame original commit: 5e8571356903e9fe9ff837d9c82134874811bb6e
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
hyowon commentedJun 16, 2015
r? @pcwalton @nox @jdm
cc @yichoi