-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
xmlns:xlink (and other SVG namespaced attrs) not supported #4908
Comments
Found issue #2250 which seems to solve this. |
In the interest of saving time, the solution is to use camel case: <svg xlinkHref="http://i.imgur.com/w7GCRPb.png" /> renders to <svg xlink:href="http://i.imgur.com/w7GCRPb.png" /> |
This helped a lot, Thank you @agm1984 |
This helped a lot. It's like changing from "stroke-width" to "strokeWidth" |
Obrigado agm1984, Lembrando que para por ai vai valew !!! |
At the moment when I try to use a
defs
element, I get the following error:Namespaces are required for effective use of SVG. Is there a design decision not to allow namespaced tags, or is it just a feature that needs implementing?
The text was updated successfully, but these errors were encountered: