mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Merge pull request #3057 from mgenereu/remove-textlength
Removed unnecessary textLength attribute.
This commit is contained in:
commit
da31880319
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user