mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Factor out CanvasSettings mixin into separate file
This refactors this mixin, that was introduced in #4506 to be the same as all other mixins, so that it can be used for #3788
This commit is contained in:
Notes:
github-actions[bot]
2025-06-17 22:55:15 +00:00
Author: https://github.com/Totto16 Commit: https://github.com/LadybirdBrowser/ladybird/commit/cee874caaf5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4726 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta
5
Libraries/LibWeb/HTML/Canvas/CanvasSettings.idl
Normal file
5
Libraries/LibWeb/HTML/Canvas/CanvasSettings.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvassettings
|
||||
interface mixin CanvasSettings {
|
||||
// settings
|
||||
CanvasRenderingContext2DSettings getContextAttributes();
|
||||
};
|
||||
Reference in New Issue
Block a user