coffeekup icon indicating copy to clipboard operation
coffeekup copied to clipboard

svg tag support

Open flosse opened this issue 13 years ago • 0 comments

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

flosse avatar Jan 24 '12 11:01 flosse