mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
IDL: Add missing #imports
This commit is contained in:
parent
3ff481938e
commit
1a94241f58
30 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#import <HTML/CanvasRenderingContext2D.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasimagesmoothing
|
||||
interface mixin CanvasImageSmoothing {
|
||||
// image smoothing
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#import <HTML/CanvasRenderingContext2D.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvastextalign
|
||||
// enum CanvasTextAlign { "start", "end", "left", "right", "center" };
|
||||
// enum CanvasTextBaseline { "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue