Dart API Referencedart:htmlSVGMarkerElement

SVGMarkerElement Interface

The marker element defines the graphics that is to be used for drawing arrowheads or polymarkers on a given <path> , <line> , <polyline> or <polygon> element.

Extends

SVGFitToViewBox, SVGStylable, SVGExternalResourcesRequired, SVGElement, SVGLangSpace

Static Fields

Code final int SVG_MARKERUNITS_STROKEWIDTH #

static final int SVG_MARKERUNITS_STROKEWIDTH = 2;

Code final int SVG_MARKERUNITS_UNKNOWN #

static final int SVG_MARKERUNITS_UNKNOWN = 0;

Code final int SVG_MARKERUNITS_USERSPACEONUSE #

static final int SVG_MARKERUNITS_USERSPACEONUSE = 1;

Code final int SVG_MARKER_ORIENT_ANGLE #

static final int SVG_MARKER_ORIENT_ANGLE = 2;

Code final int SVG_MARKER_ORIENT_AUTO #

static final int SVG_MARKER_ORIENT_AUTO = 1;

Code final int SVG_MARKER_ORIENT_UNKNOWN #

static final int SVG_MARKER_ORIENT_UNKNOWN = 0;

Methods

Code void setOrientToAngle(SVGAngle angle) #

void setOrientToAngle(SVGAngle angle);

Code void setOrientToAuto() #

void setOrientToAuto();

Fields

Code final SVGAnimatedLength markerHeight #

final SVGAnimatedLength markerHeight;

Code final SVGAnimatedEnumeration markerUnits #

final SVGAnimatedEnumeration markerUnits;

Code final SVGAnimatedLength markerWidth #

final SVGAnimatedLength markerWidth;

Code final SVGAnimatedAngle orientAngle #

final SVGAnimatedAngle orientAngle;

Code final SVGAnimatedEnumeration orientType #

final SVGAnimatedEnumeration orientType;

Code final SVGAnimatedLength refX #

final SVGAnimatedLength refX;

Code final SVGAnimatedLength refY #

final SVGAnimatedLength refY;

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.