SVGMarkerElement in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| viewBox | SVGAnimatedRect | (read only) [from SVGFitToViewBox] |
| preserveAspectRatio | SVGAnimatedPreserveAspectRatio | (read only) [from SVGFitToViewBox] |
| refX | SVGAnimatedLength | (read only) |
| refY | SVGAnimatedLength | (read only) |
| markerUnits | SVGAnimatedEnumeration | (read only) |
| markerWidth | SVGAnimatedLength | (read only) |
| markerHeight | SVGAnimatedLength | (read only) |
| orientType | SVGAnimatedEnumeration | (read only) |
| orientAngle | SVGAnimatedAngle | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| setOrientToAuto() | (none) | |
| setOrientToAngle() | (none) |
Constants
| name | object | value | description |
|---|---|---|---|
| SVG_MARKERUNITS_UNKNOWN | SVGMarkerElement | 0 | |
| SVG_MARKERUNITS_USERSPACEONUSE | SVGMarkerElement | 1 | |
| SVG_MARKERUNITS_STROKEWIDTH | SVGMarkerElement | 2 | |
| SVG_MARKER_ORIENT_UNKNOWN | SVGMarkerElement | 0 | |
| SVG_MARKER_ORIENT_AUTO | SVGMarkerElement | 1 | |
| SVG_MARKER_ORIENT_ANGLE | SVGMarkerElement | 2 |