Source position: fpsvg.geom.pp line 50
type TSVGPathVertex = record
public
Point: TSVGPoint;
InDir: TSVGPoint;
OutDir: TSVGPoint;
Kind: TSVGVertexKind;
function AutoAngle;
end;