mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 01:46:46 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGFitToViewBox
|
|
interface mixin SVGFitToViewBox {
|
|
[SameObject, ImplementedAs=view_box_for_bindings] readonly attribute SVGAnimatedRect viewBox;
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
|
};
|