mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-20 04:34:08 +01:00
Merge branch 'develop' into 3061_refactoring_and_modularisation
This commit is contained in:
@@ -236,6 +236,7 @@ const render = function (id, _txt, cb, container) {
|
||||
.attr('id', id)
|
||||
.attr('width', '100%')
|
||||
.attr('xmlns', 'http://www.w3.org/2000/svg')
|
||||
.attr('xmlns:xlink', 'http://www.w3.org/1999/xlink')
|
||||
.append('g');
|
||||
} else {
|
||||
// No container was provided
|
||||
|
||||
Reference in New Issue
Block a user