Source position: fpsvg.types.pp line 108
type TSVGPathSegmentKind = (
skMoveTo,
skLineTo,
skCubicTo,
skClose
);