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
commit da31880319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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