mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Merge pull request #473 from gnkm/Add-viewbox-to-class-diagram
Add viewbox attr to class diagram
This commit is contained in:
@@ -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));
|
||||
//
|
||||
//
|
||||
//
|
||||
|
Reference in New Issue
Block a user