SVG builder functions. Similar in purpose to shiny::tags, but with auto-complete of attribute names as part of the function call.

Examples

if (FALSE) { stag$circle(cx = 10, cy = 10, r = 15) # <circle cx="10" cy="10" r="15" /> }