Merge branch 'develop' into 3061_refactoring_and_modularisation

This commit is contained in:
Knut Sveidqvist
2022-07-04 11:38:52 +02:00
9 changed files with 798 additions and 692 deletions

View File

@@ -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