mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 06:18:59 +00:00
Also add the CanvasRenderingContext2D APIs to go along with it. Note that it can't be used for anything yet.
5 lines
137 B
Text
5 lines
137 B
Text
[Exposed=(Window,Worker)]
|
|
interface CanvasGradient {
|
|
// opaque object
|
|
undefined addColorStop(double offset, DOMString color);
|
|
};
|