terrastruct / TALA

A diagram layout engine designed specifically for software architecture diagrams
https://terrastruct.com/tala
Other
194 stars 4 forks source link

tala layout could be more symmetrical in comparison to elk for this scenario #75

Open ApolonTorq opened 6 months ago

ApolonTorq commented 6 months ago

I encountered a scenario where I preferred the elk layout to the tala layout because the tala layout wasn't symmetrical. Given that a tala design is considered to have a preference for symmetry, I thought it was worth submitting as an issue. See below.

elk

image

tala

image

d2

Records: Records of Activities {
    Training -> _.Person Role: is a
    Trainee -> _.Person Role: is a
    Remediator -> _.Person Role: is a
    Quality Reviewer -> _.Person Role: is a
}

Person -> Records.Training: can perform
Person -> Records.Trainee: can be a
Person -> Records.Remediator: can be a
Person -> Records.Quality Reviewer: can review

Person -> Person Role: performs many\nroles