mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb: Add CanvasRenderingContext2D context attribute parsing
Makes `context.getContextAttributes()` work.
This commit is contained in:
parent
4d70f6ce1c
commit
fac0f82031
Notes:
github-actions[bot]
2025-04-29 11:52:34 +00:00
Author: https://github.com/gmta
Commit: fac0f82031
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4506
Reviewed-by: https://github.com/shannonbooth
6 changed files with 81 additions and 17 deletions
|
@ -64,5 +64,5 @@ CanvasRenderingContext2D includes CanvasPath;
|
|||
// https://html.spec.whatwg.org/multipage/canvas.html#canvassettings
|
||||
interface mixin CanvasSettings {
|
||||
// settings
|
||||
[FIXME] CanvasRenderingContext2DSettings getContextAttributes();
|
||||
CanvasRenderingContext2DSettings getContextAttributes();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue