asImage

abstract fun asImage(width: Int = this.width.toInt(), height: Int = this.height.toInt()): Image

Wrap this SVG as an Image.