Source position: fpsvg.render.pp line 119
type TSVGRenderState = record
public
CTM: TSVGMatrix;
Viewport: TSVGRect;
Style: TSVGComputedStyle;
Alpha: Double;
constructor Create();
end;