Enum MeetOrSlice
Specifies the svg scale types
Assembly: FastReport.dll
Syntax
public enum MeetOrSlice : int
Fields
| Name |
Description |
| meet |
(the default) - Scale the graphic such that:
- aspect ratio is preserved
- the entire viewBox is visible within the viewport
- the viewBox is scaled up as much as possible, while still meeting the other criteria
|
| slice |
Scale the graphic such that:
- aspect ratio is preserved
- the entire viewport is covered by the viewBox
- the viewBox is scaled down as much as possible, while still meeting the other criteria
|