Source position: fpsvg.types.pp line 228
type TSVGView = record |
public |
Name: string; |
ViewBox: TSVGRect; |
HasViewBox: Boolean; |
Ratio: TSVGPreserveAspectRatio; |
HasRatio: Boolean; |
Transform: TSVGMatrix; |
HasTransform: Boolean; |
class function None; |
|
end; |