tilk / digitaljs

Teaching-focused digital circuit simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manually positioning connector to avoid weird crossing lines

zerbian opened this issue · comments

I have the problem, that in a circuit with a feedback connection (running the output of an dff into an mux and back into the input of the dff) the automatically generated connection path is behind other devices / crosses other lines.

I know that I can manually position the devices using "position":{"x":10,"y":5} but I also need to set a kind of anchor for one connection to prevent the described behavior above.

This is possible ? If not, what are my other options to solve this problem?

Thank you!

This issue is now solved by 8730ce3 and b88bcb3.