Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ViewportOptions

An enum describing the viewport options to use when importing the SVG document.
Read time 1 minuteLast updated 13 days ago

Definition

public enum ViewportOptions

Fields

Value

Description

DontPreserveDon't preserve the viewport defined in the SVG document.
OnlyApplyRootViewBoxApplies the root view-box defined in the SVG document (if any).
PreserveViewportPreserves the viewport defined in the SVG document.