toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector.format
Package-level
declarations
Types
Functions
Types
SVG
Link copied to clipboard
class
SVG
(
val
root
:
Xml
,
val
warningProcessor
:
(
message
:
String
)
->
Unit
?
=
null
)
:
SizedDrawable
Svg
Path
Link copied to clipboard
object
SvgPath
Functions
path
Svg
Link copied to clipboard
fun
VectorBuilder
.
pathSvg
(
path
:
String
,
m
:
Matrix
=
Matrix.NIL
)
read
SVG
Link copied to clipboard
suspend
fun
VfsFile
.
readSVG
(
)
:
SVG
to
Svg
Path
String
Link copied to clipboard
fun
VectorPath
.
toSvgPathString
(
separator
:
String
=
" "
,
decimalPlaces
:
Int
=
1
)
:
String