msagljs icon indicating copy to clipboard operation
msagljs copied to clipboard

Node move changes line type in SVG Renderer

Open wvdvegt opened this issue 1 year ago • 3 comments

Before node move ( splines ): image

After a node move (straight lines) : image

wvdvegt avatar Feb 06 '24 12:02 wvdvegt

It is a known issue. Actually, the edges remain splines but they change the form too instantly. I struggled to fix it and do no have a solution.

levnach avatar Feb 06 '24 16:02 levnach

Almost seems like the line type has a value of curved which get reset to a default straight on redraw. So a setting that does not stick.

wvdvegt avatar Feb 06 '24 17:02 wvdvegt

There is a special routing in Sugiyama Scheme that gets forgotten when the nodes are moved.

levnach avatar Feb 06 '24 22:02 levnach