mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Add empty IDL bindings for current SVG elements
Nothing in them right now as the classes don't contain the IDL methods.
This commit is contained in:
parent
6351a56d27
commit
9dee140a9f
Notes:
sideshowbarker
2024-07-19 02:05:35 +09:00
Author: https://github.com/Lubrsi
Commit: 9dee140a9f
Pull-request: https://github.com/SerenityOS/serenity/pull/3667
14 changed files with 62 additions and 1 deletions
3
Libraries/LibWeb/SVG/SVGGraphicsElement.idl
Normal file
3
Libraries/LibWeb/SVG/SVGGraphicsElement.idl
Normal file
|
@ -0,0 +1,3 @@
|
|||
interface SVGGraphicsElement : SVGElement {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue