problem
i copied and pasted some of these into my choo app, only to find bel wasn't too happy about the DOM structure.
scripts:browserify.bundle multiple root elements must be wrapped in an enclosing tag
doesn't work:
<svg>
<path>
<animateTransform />
</path>
</svg>
does work, but non-equivalent:
related: choojs/choo#514