Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Invalid close tag added for namespaced tags #91

Open
Artur- opened this issue Aug 28, 2019 · 0 comments
Open

Invalid close tag added for namespaced tags #91

Artur- opened this issue Aug 28, 2019 · 0 comments

Comments

@Artur-
Copy link

Artur- commented Aug 28, 2019

An SVG produced by Inkscape contains

<svg something>
...
  <sodipodi:namedview something />
   <g actualsvg...></g>
</svg>

This is parsed as

<svg something>
<sodipodi:namedview something></sodipodi>
   <g actualsvg...></g>
</svg>

The closing tag is wrong which can cause various problems down the line, like the <g> tag will be added inside the <sodipodi:namedview> tag and nothing will be rendered

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant