mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D
This commit is contained in:
parent
3edd22143d
commit
b0fd4aff1a
Notes:
github-actions[bot]
2024-08-19 07:05:45 +00:00
Author: https://github.com/jamierocks
Commit: b0fd4aff1a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1098
4 changed files with 35 additions and 3 deletions
|
@ -0,0 +1,8 @@
|
|||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasshadowstyles
|
||||
interface mixin CanvasShadowStyles {
|
||||
// shadows
|
||||
[FIXME] attribute unrestricted double shadowOffsetX; // (default 0)
|
||||
[FIXME] attribute unrestricted double shadowOffsetY; // (default 0)
|
||||
[FIXME] attribute unrestricted double shadowBlur; // (default 0)
|
||||
[FIXME] attribute DOMString shadowColor; // (default transparent black)
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue