toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector.format
/
SvgPath
Svg
Path
object
SvgPath
Members
Functions
parse
Link copied to clipboard
fun
parse
(
d
:
String
,
warningProcessor
:
(
message
:
String
)
->
Unit
?
=
null
)
:
VectorPath
tokenize
Path
Link copied to clipboard
fun
tokenizePath
(
str
:
String
)
:
List
<
SVG.PathToken
>
to
Svg
Path
String
Link copied to clipboard
fun
toSvgPathString
(
path
:
VectorPath
,
separator
:
String
=
" "
,
decimalPlaces
:
Int
=
1
)
:
String