Steve Rickus
Steve Rickus
Hear, Hear! The chart.js dependency version 2.3.x is over 1 year old... Do you know if there are any breaking changes that would make it difficult to use the latest...
Travis CI is reporting an error in the `trigger` node tests, but only on one of its 4 runs... so it must be intermittent, like a timing issue? Anyway, it...
I am also having trouble with the FontAwesome font urls -- but in my case, the problem is that `rule.href` is not defined. So when that value is prepended onto...
Unfortunately, it seems that fixing these font urls will not actually help me with my particular svg page... because the font used by all my svg `` elements is defined...
Thanks for the quick fix... And I think I found a way to pull in the CSS properties on the svg element, inherited from the containing html elements (e.g. ``,...
I'm thinking that might not be necessary -- what if those inherited styles are just applied as-is to the root `` element being rendered? Or maybe to the `` element...
I've been trying to apply these inherited styles using the `fonts`, `modifyCss`, and `selectorRemap` API options -- but I don't have enough documentation to understand the correct syntax to use...
I agree that the library should not be specifically grabbing styles off the `` element -- I was hoping for a more general solution, like you are also. In that...
Nat, I was seeing something similar, but now it seems to be working fine. I think the confusing thing for me was the order of operations: when I added `/:type`...
Another broken condition related to this issue -- the node-link traversal seems to only follow wires from the 1st output port of a `switch` node (and probably other nodes with...