mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibWeb: Implement CanvasRenderingContext2D.reset()
This commit is contained in:
parent
3e0e965f24
commit
2576af5db1
3 changed files with 33 additions and 0 deletions
|
@ -33,6 +33,7 @@ interface CanvasRenderingContext2D {
|
|||
|
||||
undefined save();
|
||||
undefined restore();
|
||||
undefined reset();
|
||||
|
||||
readonly attribute HTMLCanvasElement canvas;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue