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.
2 parents c133595 + e065253 commit db049f9Copy full SHA for db049f9
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
@@ -372,7 +372,7 @@ const _drawTextCandidateFunc = (function() {
372
.attr('position', 'fixed');
373
374
375
376
377
378
0 commit comments