You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Sequence diagrams, a loop section draws a box with the word "loop" in the top left corner. This is all good. In addition, the title of the loop is in the center of the box, near the top of the box.
To add a bit of margin between the Loop title and the line at the top of the box, change the configuration field boxMargin
Problem: by error, the boxMargin is also used for positioning the "loop" label. SInce the loop label is in a fixed small place, changing boxMargin causes the word "loop" to move out of its box.
Fix is in the pull request.
The text was updated successfully, but these errors were encountered:
In Sequence diagrams, a loop section draws a box with the word "loop" in the top left corner. This is all good. In addition, the title of the loop is in the center of the box, near the top of the box.
To add a bit of margin between the Loop title and the line at the top of the box, change the configuration field
boxMargin
Problem: by error, the
boxMargin
is also used for positioning the "loop" label. SInce the loop label is in a fixed small place, changing boxMargin causes the word "loop" to move out of its box.Fix is in the pull request.
The text was updated successfully, but these errors were encountered: