Source position: fpsvg.soft.pp line 88
type TSVGClipMask = record
public
Left: Integer;
Top: Integer;
Right: Integer;
Bottom: Integer;
Data: TSVGCoverageArray;
procedure Allocate();
function CoverageAt();
function IsEmpty;
end;