You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue with parsing SVG is that tags inside, like path can be at the same time self-closing and have children. It's not the case with HTML where the list of self-closing tags is known upfront. Need to think of how to fit this tags duality.
The main issue with parsing SVG is that tags inside, like
path
can be at the same time self-closing and have children. It's not the case with HTML where the list of self-closing tags is known upfront. Need to think of how to fit this tags duality.SVG 2 Specs
Example of tags-duality from animationMotion tag spec. The last
path
has children.The text was updated successfully, but these errors were encountered: