Source position: fpsvg.geom.pp line 36
type TSVGSubPath = record
Points: TSVGPointArray;
Count: Integer;
Closed: Boolean;
end;