getSvgImage

open fun getSvgImage(path: String, width: Double, height: Double): Image

Returns the Image of a SVG image.

Return

The image

Parameters

path

The SVG image position

width

The percent width of image

height

The percent height of image


open fun getSvgImage(path: String): Image

Returns the Image of a SVG image.

Return

The image

Parameters

path

The SVG image position