Merge pull request #3057 from mgenereu/remove-textlength

Removed unnecessary textLength attribute.
This commit is contained in:
Ashish Jain
2022-05-24 17:09:17 +02:00
committed by GitHub

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);
}