Skip to content

Commit

Permalink
Merge pull request #3057 from mgenereu/remove-textlength
Browse files Browse the repository at this point in the history
Removed unnecessary textLength attribute.
  • Loading branch information
ashishjain0512 committed May 24, 2022
2 parents bcb0cdf + 938b47b commit da31880
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 da31880

Please sign in to comment.