library
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
xyz.malefic.doppelganger
/
SvgBuilder
/
g
g
fun
g
(
block
:
GBuilder
.
(
)
->
Unit
)
Adds a
<g>
(group) child element to the SVG element.
Parameters
block
A lambda to configure the
<g>
element.