-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cyclic dependency involving node 'white' detected while reading an SVG created by codecov. #91
Comments
From a quick glance I think the following is happening: The CSS parser is incorrectly applying the |
I'm not sure on how to help fix that at this time 😵 |
The current CSS parser is very rudimentary. I am currently working on a bit more advanced version which should support loads more selectors. |
See #93 |
Thank you, I'll try to find some time to try code in #94. |
On master the viewer fails with mentioned stack trace:
|
Suppose the following SVG created by https://codecov.io tool
With JSVG 1.6.1, the following code fails with the cyclic dependency.
SVG attached : treemap
The text was updated successfully, but these errors were encountered: