mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
7
Userland/Libraries/LibWeb/HTML/HTMLCanvasElement.idl
Normal file
7
Userland/Libraries/LibWeb/HTML/HTMLCanvasElement.idl
Normal file
@@ -0,0 +1,7 @@
|
||||
interface HTMLCanvasElement : HTMLElement {
|
||||
|
||||
CanvasRenderingContext2D? getContext(DOMString contextId);
|
||||
readonly attribute unsigned long width;
|
||||
readonly attribute unsigned long height;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user