SVGForeignObjectElement.idl 353 B

1234567891011
  1. #import <SVG/SVGAnimatedLength.idl>
  2. [Exposed=Window]
  3. interface SVGForeignObjectElement : SVGGraphicsElement {
  4. [SameObject] readonly attribute SVGAnimatedLength x;
  5. [SameObject] readonly attribute SVGAnimatedLength y;
  6. [SameObject] readonly attribute SVGAnimatedLength width;
  7. [SameObject] readonly attribute SVGAnimatedLength height;
  8. };