Removed unnecessary textLength attribute.

This attribute makes two digit numbers look bad.
This commit is contained in:
Michael Genereux 2022-05-19 23:17:11 +00:00
parent ef2fea157b
commit 938b47bead
1 changed files with 0 additions and 1 deletions

View File

@ -441,7 +441,6 @@ const drawMessage = function (diagram, msgModel, lineStarty) {
.attr('font-family', 'sans-serif')
.attr('font-size', '12px')
.attr('text-anchor', 'middle')
.attr('textLength', '16px')
.attr('class', 'sequenceNumber')
.text(sequenceIndex);
}