cpettitt / dig.js

Graph algorithms for JavaScript
MIT License
20 stars 4 forks source link

dot: handle self loops #44

Closed cpettitt closed 12 years ago

cpettitt commented 12 years ago

Fixed in fca935447b4064aeec3dc1925cbb0b6e4aedd515. This does not address making a pretty visualization for a self loop because we don't actually have final rendering code in dig.js right now.