Dart API Referencedart:htmlSVGTextPositioningElement

SVGTextPositioningElement Interface

The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement , SVGTSpanElement , SVGTRefElement and SVGAltGlyphElement .

Extends

SVGTextContentElement

Subinterfaces

SVGAltGlyphElement, SVGTRefElement, SVGTSpanElement, SVGTextElement

Fields

Code final SVGAnimatedLengthList dx #

Corresponds to attribute dx on the given element.
final SVGAnimatedLengthList dx;

Code final SVGAnimatedLengthList dy #

Corresponds to attribute dy on the given element.
final SVGAnimatedLengthList dy;

Code final SVGAnimatedNumberList rotate #

Corresponds to attribute rotate on the given element.
final SVGAnimatedNumberList rotate;

Code final SVGAnimatedLengthList x #

final SVGAnimatedLengthList x;

Code final SVGAnimatedLengthList y #

final SVGAnimatedLengthList y;

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.