Enum MarkerUnits
Enum MarkerUnits
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the coordinate system for the marker size in SVG.
[ComVisible(true)]
public enum MarkerUnits
Fields
StrokeWidth = 0
The size of the marker is relative to the stroke width of the path.
UserSpaceOnUse = 1
The size of the marker is based on the user coordinate system, making it independent of the stroke width.
Remarks
This enumeration defines the coordinate system used to calculate the size of markers in SVG. It determines whether the marker size is relative to the stroke width or based on the user coordinate system.