mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-07 12:20:12 +01:00
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
// https://html.spec.whatwg.org/multipage/canvas.html#canvaspattern
|
|
[Exposed=(Window,Worker)]
|
|
interface CanvasPattern {
|
|
// opaque object
|
|
[FIXME] undefined setTransform(optional DOMMatrix2DInit transform = {});
|
|
};
|