mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
This change takes all existing WebIDL files in the repo that had definition lines without four leading spaces, and fixes them so they have four leading spaces.
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
#import <SVG/SVGTransformList.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/single-page.html#coords-InterfaceSVGAnimatedTransformList
|
|
[Exposed=Window]
|
|
interface SVGAnimatedTransformList {
|
|
[SameObject] readonly attribute SVGTransformList baseVal;
|
|
[SameObject] readonly attribute SVGTransformList animVal;
|
|
};
|