SVGTextPositioningElement.idl 562 B

1234567891011
  1. #import <SVG/SVGTextContentElement.idl>
  2. // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextPositioningElement
  3. [Exposed=Window]
  4. interface SVGTextPositioningElement : SVGTextContentElement {
  5. // FIXME: [SameObject] readonly attribute SVGAnimatedLengthList x;
  6. // FIXME: [SameObject] readonly attribute SVGAnimatedLengthList y;
  7. // FIXME: [SameObject] readonly attribute SVGAnimatedLengthList dx;
  8. // FIXME: [SameObject] readonly attribute SVGAnimatedLengthList dy;
  9. // FIXME: [SameObject] readonly attribute SVGAnimatedNumberList rotate;
  10. };