mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:57:44 +00:00
LibWeb: Implement the <symbol>
SVG element
This commit is contained in:
parent
c7c3043aa2
commit
aa691c22d4
7 changed files with 106 additions and 0 deletions
9
Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl
Normal file
9
Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl
Normal file
|
@ -0,0 +1,9 @@
|
|||
#import <SVG/SVGGraphicsElement.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
|
||||
[Exposed=Window]
|
||||
interface SVGSymbolElement : SVGGraphicsElement {
|
||||
|
||||
};
|
||||
|
||||
// FIXME: SVGSymbolElement includes SVGFitToViewBox;
|
Loading…
Add table
Add a link
Reference in a new issue