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