Skip to content

Commit

Permalink
Removed unnecessary textLength attribute.
Browse files Browse the repository at this point in the history
This attribute makes two digit numbers look bad.
  • Loading branch information
mgenereu committed May 19, 2022
1 parent ef2fea1 commit 938b47b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diagrams/sequence/sequenceRenderer.js
Expand Up @@ -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);
}
Expand Down

0 comments on commit 938b47b

Please sign in to comment.