TALA icon indicating copy to clipboard operation
TALA copied to clipboard

A diagram layout engine designed specifically for software architecture diagrams

Results 30 TALA issues
Sort by recently updated
recently updated
newest added
trafficstars

d2 in most diagrams I have tried favors scaling vertically, especially when using containers. However, in the common scenario of using a diagram for a Powerpoint, it would be ideal...

Maybe some people want to model the effect of routers or something? I don't know. I'd suggest making coalescing a non-default config option. This behavior doesn't correctly represent semantics at...

See https://github.com/terrastruct/d2/pull/121

Just copy the example command from the frontend @alixander

![image](https://github.com/user-attachments/assets/fb75deb5-d96d-45f6-bd8d-f8f0e63d7509) ``` grid-rows: 3 grid-columns: 3 grid-gap: 20 1 2 3 4 5 6 7 8 9 1 -> 3 -> 9 -> 7 -> 1 1 -> 9 3...

We have a diagram with multi-line labels and face two overlapping issues (TALA layout engine). ## Labels overlapping other arrows This can be reproduced in the [playground](https://play.d2lang.com/?script=qlDQtVOotFLwycxLNdQzjMkDMXTBwFDPCMI11DOGMUxgDFNklSC1ZjAZcxjDAsawhDO4KkHWVUCsM4JZZwSzyAhmEdhMI5htRnqmXIlgjRCqkisJwkuC8JJBVCKEqoBQlVyAAAAA__8%3D&layout=tala&): ![image](https://github.com/user-attachments/assets/ee447c56-67b4-4c54-8a50-85df446a4b94) Note that...