Open aspiers opened 9 years ago
Not seeing this any more since 284b0ca7 - assuming fixed.
ARGH. This just happened again, right in the middle of a demo video I was recording :-(
Is it because of your row_alignment_constraint logic? It is saying that the adjacent nodes on the same row can have this y range.
node[left].y - 100 <= node[right].y <= node[right].y + 100
why is it needed? shouldn't the y difference between two adjacent nodes be 0?
No if it was zero then there would be no flexibility at all, and flexibility is often useful. It is possible that 100 is too high though.
I think this is probably a bug in webcola because the separation constraints look fine. The odd thing is that
seems to always turn it up the right way again.