We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d01c54 commit e065253Copy full SHA for e065253
src/diagrams/sequence/svgDraw.js
@@ -532,7 +532,7 @@ const _drawTextCandidateFunc = (function() {
532
.attr('height', height);
533
534
const text = f
535
- .append('div')
+ .append('xhtml:div')
536
.style('display', 'table')
537
.style('height', '100%')
538
.style('width', '100%');
src/diagrams/user-journey/svgDraw.js
@@ -370,7 +370,7 @@ const _drawTextCandidateFunc = (function() {
370
.attr('position', 'fixed');
371
372
373
374
375
376
0 commit comments