Dart API Referencedart:htmlSVGLineElement

SVGLineElement Interface

The SVGLineElement interface provides access to the properties of <line> elements, as well as methods to manipulate them.

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGAnimatedLength x1 #

Corresponds to attribute x1 on the given <line> element.
final SVGAnimatedLength x1;

Code final SVGAnimatedLength x2 #

Corresponds to attribute x2 on the given <line> element.
final SVGAnimatedLength x2;

Code final SVGAnimatedLength y1 #

Corresponds to attribute y1 on the given <line> element.
final SVGAnimatedLength y1;

Code final SVGAnimatedLength y2 #

Corresponds to attribute y2 on the given <line> element.
final SVGAnimatedLength y2;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.