uid / snapdown

Draw snapshot diagrams with plain text
MIT License
3 stars 0 forks source link

Stack frames: Better edge destinations #28

Open dwhatley19 opened 3 years ago

dwhatley19 commented 3 years ago

http://web.mit.edu/dwhatley/www/snapdown/web/production.html#%231%20-%3E%206%0Amain()%20%7Ba%20-%3E%20%231%7D%0Amain2()%20%7Ba%20-%3E%20%231%7D

Current result: image

These two edges both go "up and to the right", so their destinations should be constructed appropriately (e.g. "down and to the left" of the destination object). Two arrows should also not go to the exact same place.