Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations
TSVGCoordinateSystemUnit Enumeration
Defines the SVG unit type, which defines the coordinate system for other SVG attributes.
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGCoordinateSystemUnit = (csuNone, csuObjectBoundingBox, csuUserSpaceOnUse);
Name
Description
csuNone
Represents constant csuNone.
csuObjectBoundingBox
Represents constant csuObjectBoundingBox.
csuUserSpaceOnUse
Represents constant csuUserSpaceOnUse.
Top
•FMX.RS.SVGTypes