CoordinateUnits enumeration

CoordinateUnits enumeration

Specifies the coordinate system units for various SVG elements such as masks, paint servers, and filters.

The CoordinateUnits type exposes the following members:

Fields

FieldDescription
USER_SPACE_ON_USEUses the user coordinate system for the SVG element.
OBJECT_BOUNDING_BOXUses the bounding box of the object for the SVG element.

Remarks

The coordinate units determine how values are interpreted in different SVG contexts. They can be set to either use the user space coordinates or be relative to the bounding box of the object.

See Also