mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Created CanvasRect fro OffscreenCanvas and Updated Testcases
This commit is contained in:
parent
85ed1812ee
commit
6c6fb676b7
188 changed files with 496 additions and 34 deletions
|
@ -111,7 +111,7 @@ interface CanvasFilters {
|
|||
//attribute DOMString filter; // (default "none")
|
||||
};
|
||||
|
||||
[Exposed=(PaintWorklet, Window), NoInterfaceObject]
|
||||
[Exposed=(PaintWorklet, Window, Worker), NoInterfaceObject]
|
||||
interface CanvasRect {
|
||||
// rects
|
||||
void clearRect(unrestricted double x, unrestricted double y, unrestricted double w, unrestricted double h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue