mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-08 12:12:53 +00:00
7 lines
333 B
Text
7 lines
333 B
Text
#import <SVG/SVGAnimatedRect.idl>
|
|
|
|
// 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;
|
|
};
|