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 upEnable Pattern variant of CanvasFillOrStrokeStyle #7608
Closed
Labels
Comments
|
I would like to do this |
|
@mattnenterprise I actually have a student that is intending to work on this; sorry. I appreciate that you asked first! |
|
@jdm I'm up for this |
bors-servo
pushed a commit
that referenced
this issue
Oct 21, 2015
Enable Pattern variant of CanvasFillOrStrokeStyle Enables the `Pattern` variant for the enum `CanvasFillOrStrokeStyle` See #7608 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8104) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Oct 22, 2015
Enable Pattern variant of CanvasFillOrStrokeStyle Enables the `Pattern` variant for the enum `CanvasFillOrStrokeStyle` See #7608 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8104) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a commented out variant for dealing with patterns as part of the canvas fill/stroke APIs. It was waiting on #6157, which is now complete. Completing this task likely involves looking at what the surrounding code does for each piece of code that deals with the CanvasFillOrStrokeStyle enum and making smart choices (or asking questions if stumped!).
Code: components/script/dom/canvasrenderingcontext2d.rs