Controls how the stretching covers the viewport
Namespace: FMX.RS.SVGTypes
Delphi |
published |
Property Value
Type: Boolean
If Slice is false, scale the graphic such that: In this case, if the aspect ratio of the graphic does not match the viewport, some of the viewport will extend beyond the bounds of the ‘viewBox’ (i.e., the area into which the ‘ viewBox’ will draw will be smaller than the viewport). If Slice is true, scale the graphic such that: In this case, if the aspect ratio of the ‘viewBox’ does not match the viewport, some of the ‘viewBox’ will extend beyond the bounds of the viewport (i.e., the area into which the ‘viewBox’ will draw is larger than the viewport). |
Reference |