korlibs-image
Toggle table of contents
6.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs-image
korlibs-image
/
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