Uniform node dimensions: all processor boxes should have same width and height #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In the reference design (
examples/route-diagram-example.html), all processor node boxes have uniform width and height, giving the diagram a clean, consistent look. The current implementation sizes boxes based on label length, resulting in inconsistent dimensions.Expected
Reference
examples/route-diagram-example.html— all boxes are identical in size.