An SVG shape fitted into the widget rectangle.
Inherits from: Icon
Lua full name: lysa.ui.IconSVG
|
| nil | set_svg (uri: string) |
| | Loads and sets the displayed shape from the given virtual URI. More...
|
| |
| nil | set_svg (uri: string, stroke_width: number) |
| | Loads the shape with the given stroke width. More...
|
| |
| nil | set_svg (uri: string, stroke_width: number, tolerance: number) |
| | Loads the shape with the given stroke width and tessellation tolerance. More...
|
| |
| nil | set_svg (uri: string, stroke_width: number, tolerance: number, bounds: SVGBounds) |
| | Loads the shape with the given stroke width, tolerance and reference bounds. More...
|
| |
| nil | clear_cache () |
| | Empties the cache of the SVG shapes loaded by all the IconSVG widgets. More...
|
| |