jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.61k stars 721 forks source link

how to draw Node shape like ladder #174

Closed princeyogesh closed 3 years ago

princeyogesh commented 3 years ago

image I want node shape like ladder , how can i achive this shape for node in this library. .Two verticle parallel lines joined by two horizantal lines.

with this image

I am able to draw two verticle parralle lines, but could not able to draw horizantal line with this

Horizantal lines should be fixed , horizantal lines should be from i/o bubble of left verticle line to i/o bubble of right verticle line

jerosoler commented 3 years ago

Hello @princeyogesh

Try this: https://github.com/jerosoler/Drawflow/issues/158#issuecomment-821245180

Jero