Source position: fpsvg.types.pp line 87
type TSVGLengthUnit = (
luNumber,
luPercent,
luEm,
luEx,
luPx,
luCm,
luMm,
luIn,
luPt,
luPc
);