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
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