coffeekup
coffeekup copied to clipboard
svg tag support
In html5 it is possible to render in-line SVG. How can this done with CoffeeKup?
body ->
svg ->
g ->
line x1: 0, y1: 0, x2: 33, y2:66, ->
This unfortunately doesn't compile