mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Implement CanvasRenderingContext2D.reset()
This commit is contained in:
parent
3e0e965f24
commit
2576af5db1
Notes:
sideshowbarker
2024-07-17 22:07:23 +09:00
Author: https://github.com/linusg
Commit: 2576af5db1
Pull-request: https://github.com/SerenityOS/serenity/pull/11444
3 changed files with 33 additions and 0 deletions
|
@ -71,6 +71,9 @@ public:
|
|||
|
||||
void save();
|
||||
void restore();
|
||||
void reset();
|
||||
|
||||
void reset_to_default_state();
|
||||
|
||||
HTMLCanvasElement* canvas() { return m_element; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue