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 upImplement IsPointInPath for Canvas #8740
Conversation
|
Depends on servo/rust-azure#208 |
|
servo/rust-azure#208 has merged. |
|
This probably needs @bors-servo delegate+ Reviewed 20 of 20 files at r1. Comments from the review on Reviewable.io |
|
|
|
➜ servo git:(ispointinpath) ✗ ./mach cargo-update -p azure @SimonSapin any idea whats up? |
|
Looks like the crate renames from #8757 are interfering. I reproduced this error locally, but it went away when I rebased on top of |
|
Looks like that worked, thanks |
|
@bors-servo: r=SimonSapin |
|
|
Implement IsPointInPath for Canvas <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8740) <!-- Reviewable:end -->
|
|
| @@ -695,6 +695,18 @@ impl CanvasRenderingContext2DMethods for CanvasRenderingContext2D { | |||
| self.ipc_renderer.send(CanvasMsg::Canvas2d(Canvas2dMsg::Clip)).unwrap(); | |||
| } | |||
|
|
|||
| fn IsPointInPath(&self, x: f64, y: f64, fill_rule: CanvasFillRule) -> bool { | |||
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r=SimonSapin |
|
|
Implement IsPointInPath for Canvas <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8740) <!-- Reviewable:end -->
|
|
Looking good! |
|
Can I get r+/delegate+ please? |
|
@bors-servo r+ |
|
|
Implement IsPointInPath for Canvas <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8740) <!-- Reviewable:end -->
|
|
dzbarsky commentedNov 30, 2015