dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.83k stars 588 forks source link

Node rectangles rendered incorrectly #369

Open hrst opened 5 years ago

hrst commented 5 years ago

When rendering, the node rectangles have both the wrong stroke width and the wrong color. When I zoom in (works both using d3.zoom() or just the browser zoom), eventually the lines are rendered correctly.

zoom

I'm assuiming this is caused by some other element or setting that is rendered above the possibly correctly rendered border. Any help is highly appreciated!