Source position: graphh.inc line 484
type ArcCoordsType = record
x: SmallInt;
y: SmallInt;
xstart: SmallInt;
ystart: SmallInt;
xend: SmallInt;
yend: SmallInt;
end;