-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SVG NaN errors when shapes and bgcolor are specified #5235
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
Labels
Comments
Strangely enough, if one hides |
Here is a minimal codepen. |
This is in fact a regression since v1.44.3. |
Side effect of #3510. |
Thank you for the fast fix! |
Thanks for your report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://jsfiddle.net/hnqe98uv/
This example generates a handful of errors like
Unexpected value NaN parsing x attribute
because some of the background attributes (_offset
,_length
) are not set. This only occurs withpaper_bgcolor
.The text was updated successfully, but these errors were encountered: