You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the merged code I see a problem similarly reported already in December testing d3-graphviz:
This behaviour is observed when long text is to be displayed in a box and a nickname (underscored text) is followed by normal text.
Official release works as expected:
@schuco I have made a change that should fix this for you.
The root cause seems to be when the browser isn't picking up the right font. I've made some changes which should fix it for the default Arial font (which should be ok everywhere, I've tested Windows, Linux, and Android on Firefox. Interestingly, Chrome has a lot less issues, maybe they grab the font from the google server if it doesn't exist).
Unfortunately you may still find some fonts have an issue. We aren't able to tell which fonts are available, so can't hide the ones that will fail and cause an issue, but it does seem to be a lot better for me now.
This behaviour is observed when long text is to be displayed in a box and a nickname (underscored text) is followed by normal text.
Official release works as expected:
Originally posted by @schuco in #268 (comment)
The text was updated successfully, but these errors were encountered: