mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +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
14 changed files with 62 additions and 1 deletions
|
@ -47,6 +47,8 @@ static const SVGPaintingContext default_painting_context = {
|
|||
|
||||
class SVGGraphicsElement : public SVGElement {
|
||||
public:
|
||||
using WrapperType = Bindings::SVGGraphicsElementWrapper;
|
||||
|
||||
SVGGraphicsElement(DOM::Document&, const FlyString& tag_name);
|
||||
|
||||
virtual void parse_attribute(const FlyString& name, const String& value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue