|
AspectRatio
|
Represents property AspectRatio.
|
|
AutomaticOrientation
|
Automatically orient the marker. If this property is true, the Orientation property is ignored.
|
|
MarkerHeight
|
Height of the viewport into which the marker is to be fitted when it is rendered.
A value of zero disables rendering of the element.
|
|
MarkerWidth
|
Width of the viewport into which the marker is to be fitted when it is rendered.
A value of zero disables rendering of the element.
|
|
Orientation
|
Angle Orientation (in Radians) in the user space of the graphic object referencing the marker.
For example, if a value of "0" is given, then the marker will be drawn such that its x-axis will align with the x- axis of the user space of the graphic object referencing the marker.
|
|
RefX
|
x-axis coordinate of the reference point which is to be aligned exactly at the marker position. The coordinate is defined in the coordinate system after application of the ViewBox and AspectRatio attributes.
If the attribute is not specified, the effect is as if a value of "0" were specified
|
|
RefY
|
y-axis coordinate of the reference point which is to be aligned exactly at the marker position. The coordinate is defined in the coordinate system after application of the ViewBox and AspectRatio attributes.
If the attribute is not specified, the effect is as if a value of "0" were specified
|
|
Units
|
Coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.
|
|
ViewBox
|
Represents property ViewBox.
|