toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
toSvg
to
Svg
fun
Shape
.
toSvg
(
scale
:
Double
=
1.0
,
roundDecimalPlaces
:
Int
=
-1
)
:
Xml
fun
Drawable
.
toSvg
(
width
:
Int
,
height
:
Int
,
scale
:
Double
=
1.0
)
:
Xml
fun
SizedDrawable
.
toSvg
(
scale
:
Double
=
1.0
)
:
Xml
fun
Paint
.
toSvg
(
svg
:
SvgBuilder
)
:
String