klyn.gui.images.SvgImage.SvgImage
constructor
public SvgImage(fileName as String = ""):
Description

Creates a SVG image descriptor.

Parameters
ParameterDescription
fileNameSVG file path. If empty, call load before rendering.
Example
icon = SvgImage("assets/icons/terminal.svg")