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