-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Inline SVG markup not recognised #119
Comments
Currently the namespace syntax In my experience it is usually OK to remove the Will keep this issue for the namespace support. |
It can't cope with my SVG
|
@gdotdesign any idea why this is not working? It seems to be specifically this part:
|
ok I figured it out - I just had to remove the xlink part so this: |
not really sure why - but at least it works |
I am trying to inline some SVG and the syntax is not recognised:
<svg id="svg-distributed" width="154px" height="154px" viewBox="0 0 308 308" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
produces error:
The text was updated successfully, but these errors were encountered: