mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibWeb: Implement CanvasRenderingContext2D.restore()
This commit is contained in:
parent
7d435b5ada
commit
3e0e965f24
Notes:
sideshowbarker
2024-07-17 22:07:27 +09:00
Author: https://github.com/linusg
Commit: 3e0e965f24
Pull-request: https://github.com/SerenityOS/serenity/pull/11444
3 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,7 @@ interface CanvasRenderingContext2D {
|
|||
undefined putImageData(ImageData imagedata, double dx, double dy);
|
||||
|
||||
undefined save();
|
||||
undefined restore();
|
||||
|
||||
readonly attribute HTMLCanvasElement canvas;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue