mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +00:00
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
5 lines
182 B
Text
5 lines
182 B
Text
// https://html.spec.whatwg.org/multipage/canvas.html#canvassettings
|
|
interface mixin CanvasSettings {
|
|
// settings
|
|
CanvasRenderingContext2DSettings getContextAttributes();
|
|
};
|