```val svg = SVG.svg(false) { // ... } div(svg.to...
# kvision
r
Copy code
val svg = SVG.svg(false) {
 // ...
}
div(svg.toString(), rich = true)