Lysa.ui  0.0
Lysa 3D Engine
SVGBounds Enum Referenceenum

Detailed Description

Reference rectangle used to fit an SVG shape into an IconSVG.

Lua full name: lysa.ui.SVGBounds

Constants

integer DOCUMENT
 Use the document viewport of the SVG file.
 
integer CONTENT
 Use the bounding box of the drawn shapes.
 

Enumerator Documentation

integer DOCUMENT

Use the document viewport of the SVG file.

integer CONTENT

Use the bounding box of the drawn shapes.