Source position: fpsvg.types.pp line 181
type TSVGLength = record
public
Value: Double;
LengthUnit: TSVGLengthUnit;
constructor Create();
class function Zero;
function IsAbsolute;
function Resolve();
function ToString;
end;