Enum ViewportOptions
An enum describing the viewport options to use when importing the SVG document.
Namespace: Unity.VectorGraphics
Assembly: Unity.VectorGraphics.dll
Syntax
public enum ViewportOptions
Fields
| Name | Description |
|---|---|
| DontPreserve | Don't preserve the viewport defined in the SVG document. |
| OnlyApplyRootViewBox | Applies the root view-box defined in the SVG document (if any). |
| PreserveViewport | Preserves the viewport defined in the SVG document. |