2023-07-22 19:24:55 +01:00
|
|
|
#import <SVG/SVGTextContentElement.idl>
|
|
|
|
|
|
|
|
// https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextPositioningElement
|
|
|
|
[Exposed=Window]
|
|
|
|
interface SVGTextPositioningElement : SVGTextContentElement {
|
2024-05-19 22:15:54 +12:00
|
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedLengthList x;
|
|
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedLengthList y;
|
|
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedLengthList dx;
|
|
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedLengthList dy;
|
|
|
|
[FIXME, SameObject] readonly attribute SVGAnimatedNumberList rotate;
|
2023-07-22 19:24:55 +01:00
|
|
|
};
|