Problem with Neato layout

Steps to reproduce

I used d3 version for this. So, I followed installation as suggested at https://github.com/magjac/d3-graphviz

git clone https://github.com/magjac/d3-graphviz.git
cd d3-graphviz
npm install
npm run build
npm install http-server
node_modules/.bin/http-server .

I use this example: neatoTest.html

Expected Behaviour

I would expect to see something like this: Untitled

Actual Behaviour

I get this: Untitled_2

OS Version

macOS 13.3.1

Graphviz Version

latest d3 (24. April 2023) but can confirm same problem with current code base (that is how I saw it first, based on a363914c in my code).

Additional info

Fill in with anything else that might be important.

Edited by Vithanco