scale

fun scale(scale: Double)

Set the scale to Vector2(scale,scale) This must be set before calling parse or parseFile


All shapes are scaled by this amount. This can be more useful than scaling the parsed shapes afterwards, because circles, arcs and bezier curves will be approximated to straight line using the scaled size, not the size within the SVG document.

This must be set before calling parse or parseFile