Drawflow icon indicating copy to clipboard operation
Drawflow copied to clipboard

Hi, i have questions. can you help me?

Open sukwoo98 opened this issue 3 years ago • 3 comments

By applying and modifying the methods you've helped so far, other parts are really good to use! Thanks! I'm currently revising and testing the SVG tag.

image

Can you help me with how to make it possible like a red line in the picture below by drawing an additional line when the link line is out of range?

image

sukwoo98 avatar Nov 16 '21 02:11 sukwoo98

P.S I'm sorry for asking so many questions. I want it. I don't want the node to overlap with the link line. like this image image

ghost avatar Nov 16 '21 02:11 ghost

I think you are using this function: https://github.com/jerosoler/Drawflow/issues/288

As indicated in the previous one, you will have to modify the number 20.

It is not impossible, but a node overlaps a line is the most common. You will always have a third node to get on top.

On the other hand you ask if you can create a line from one input to another input. The answer is no. If not, you will have to modify the library.

jerosoler avatar Nov 16 '21 07:11 jerosoler

Create curves and correction functions.But that node is basically not svg.Therefore, the coordinate value specifying if cannot be determined by the determination formula.I wonder if there is a way to do it with the above way. ps Is there a way to obtain the Node coordinate value?

ghost avatar Nov 16 '21 08:11 ghost