-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Issues #142
Comments
|
Oh, I've reproduced part 1 now – it's because the |
|
Thinking on it further, it does make life slightly harder – it'll probably make it slightly trickier to create CSS sourcemaps when we eventually get round to that, and you have to ensure that rules appear in the correct order, etc. All doable, but a bit more work. It turns out the parser was already supposed to be disallowing duplicate |
don't render whitespace text nodes inside SVG elements
Released 1.1.3 with these fixes |
I'm having trouble displaying my SVG. There's a few issues that I'm seeing occurring:
[object Object]
? Examples:defs
object doesn't get populated with styles:Input:
Output:
The text was updated successfully, but these errors were encountered: