New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG <a> tags don't work #2178
Comments
Hi @zocky. What's the problem that this is causing for you? It's easy enough to fix but I'd like to be able to write a test case. When I create an SVG element with |
Never mind, I was doing something silly -- now I see that the tag doesn't work inside an SVG when it's created with |
Thanks again @zocky; this is fixed on devel now. |
I just ran into this problem myself; So how do I update meteor to devel version? Lol nvm about dev version...I just realized how old this issue was. What shall I do? |
<a xlink:href="..">
tags inside<svg>
don't get recognized and created as SVG tags, they're created as HTML tags instead.Simply adding them to the list of known SVG tags in package htmljs "fixes" this, but not correctly, because it causes all HTML
<a>
tags to be created as SVG tags.The text was updated successfully, but these errors were encountered: