This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-10-31 13:20:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0265041d44
ladybird
/
Userland
/
Libraries
/
LibWeb
/
SVG
/
SVGPathElement.idl
6 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Add imports to all IDL files that depend on others
2022-02-15 22:40:51 +03:30
#import <SVG/SVGGeometryElement.idl>
LibWeb: Add empty IDL bindings for current SVG elements Nothing in them right now as the classes don't contain the IDL methods.
2020-10-02 20:57:28 +01:00
interface SVGPathElement : SVGGeometryElement {
LibWeb: Expect IDL namespace to end with semicolon From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
2020-12-09 21:26:42 +00:00
};
Reference in a new issue
Copy permalink