MarkerUnits Enum
MarkerUnits enumeration
Specifies the coordinate system for the marker size in SVG.
public enum MarkerUnits
Values
Name | Value | Description |
---|---|---|
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.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG