Open
Description
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:
<svg>
<path />
</svg>
related: choojs/choo#514
Metadata
Metadata
Assignees
Labels
No labels