toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
SvgBuilder
Svg
Builder
class
SvgBuilder
(
val
bounds
:
Rectangle
,
val
scale
:
Double
,
val
roundDecimalPlaces
:
Int
=
-1
)
Members
Constructors
Svg
Builder
Link copied to clipboard
constructor
(
bounds
:
Rectangle
,
scale
:
Double
,
roundDecimalPlaces
:
Int
=
-1
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Rectangle
defs
Link copied to clipboard
val
defs
:
ArrayList
<
Xml
>
nice
Link copied to clipboard
val
Double
.
nice
:
String
nodes
Link copied to clipboard
val
nodes
:
ArrayList
<
Xml
>
round
Decimal
Places
Link copied to clipboard
val
roundDecimalPlaces
:
Int
scale
Link copied to clipboard
val
scale
:
Double
Functions
to
Xml
Link copied to clipboard
fun
toXml
(
)
:
Xml