mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement CanvasRenderingContext2d.fillText's "unimplemented" message
This commit is contained in:
parent
1c9c0334ba
commit
2af828485f
6 changed files with 35 additions and 3 deletions
|
@ -43,6 +43,7 @@ pub enum Canvas2dMsg {
|
|||
Clip,
|
||||
ClosePath,
|
||||
Fill,
|
||||
FillText(String, f64, f64, Option<f64>),
|
||||
FillRect(Rect<f32>),
|
||||
GetImageData(Rect<i32>, Size2D<f64>, IpcSender<Vec<u8>>),
|
||||
IsPointInPath(f64, f64, FillRule, IpcSender<bool>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue