// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // WARNING: // This file contains documentation that is merged into the real source. // Do not make code changes here. /// @domName SVGUseElement interface SVGUseElement extends SVGElement, SVGURIReference, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable { /** @domName SVGUseElement.animatedInstanceRoot */ final SVGElementInstance animatedInstanceRoot; /** @domName SVGUseElement.height */ final SVGAnimatedLength height; /** @domName SVGUseElement.instanceRoot */ final SVGElementInstance instanceRoot; /** @domName SVGUseElement.width */ final SVGAnimatedLength width; /** @domName SVGUseElement.x */ final SVGAnimatedLength x; /** @domName SVGUseElement.y */ final SVGAnimatedLength y; }