Skip to content

<path>{children}</path> not rendered, crashes w/ error #105

Open
@cdaringe

Description

@cdaringe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions