ladybird/Libraries/LibWeb/HTML/Canvas/CanvasSettings.idl
Totto16 cee874caaf 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
2025-06-17 16:54:04 -06:00

5 lines
182 B
Text

// https://html.spec.whatwg.org/multipage/canvas.html#canvassettings
interface mixin CanvasSettings {
// settings
CanvasRenderingContext2DSettings getContextAttributes();
};