Textblock text black lines when zooming out

Hi,

I am experiencing a similar problem as this Text zoom out problem in gojs:

text

I searched for the properties mentioned in the forum post but I cannot find these props for gojs. How can I prevent the text from transforming into these black lines for a specific TextBlock?

This also happens when zooming out in this example. Around scale 0.25.

Thanks!

Use:

myDiagram.setRenderingHint('textGreeking', false);

To turn this off. Although I’m surprised it is occurring at what looks like a fairly big scale. The intent of this is an optimization when users are zoomed out very far.