mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Add viewbox attr to class diagram
This commit is contained in:
parent
fb70b9742a
commit
b935108ed8
@ -405,6 +405,7 @@ module.exports.draw = function (text, id) {
|
||||
//
|
||||
diagram.attr('height', '100%');
|
||||
diagram.attr('width', '100%');
|
||||
diagram.attr('viewBox', '0 0 ' + (g.graph().width + 20) + ' ' + (g.graph().height + 20));
|
||||
//
|
||||
//
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user