mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
LibWeb: Implement CanvasRenderingContext2D.restore()
This commit is contained in:
parent
7d435b5ada
commit
3e0e965f24
3 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,7 @@ public:
|
|||
void put_image_data(const ImageData&, float x, float y);
|
||||
|
||||
void save();
|
||||
void restore();
|
||||
|
||||
HTMLCanvasElement* canvas() { return m_element; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue