W3cubDocs

/Haxe JavaScript

MarkerElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

@:native("SVGMarkerElement") Available on js

Variables

read only markerHeight:AnimatedLength

read only markerUnits:AnimatedEnumeration

read only markerWidth:AnimatedLength

read only orientAngle:AnimatedAngle

read only orientType:AnimatedEnumeration

read only preserveAspectRatio:AnimatedPreserveAspectRatio

read only refX:AnimatedLength

read only refY:AnimatedLength

read only viewBox:AnimatedRect

Methods

setOrientToAngle (angle:Angle):Void

Throws:

null DOMError

setOrientToAuto ():Void

Static variables

@:value(2) static inline read only SVG_MARKERUNITS_STROKEWIDTH:Int = 2

@:value(0) static inline read only SVG_MARKERUNITS_UNKNOWN:Int = 0

@:value(1) static inline read only SVG_MARKERUNITS_USERSPACEONUSE:Int = 1

@:value(2) static inline read only SVG_MARKER_ORIENT_ANGLE:Int = 2

@:value(1) static inline read only SVG_MARKER_ORIENT_AUTO:Int = 1

@:value(0) static inline read only SVG_MARKER_ORIENT_UNKNOWN:Int = 0

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/MarkerElement.html