mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
#1110 Zoom in a bit
This commit is contained in:
parent
c337c9128c
commit
02854881b4
@ -100,7 +100,7 @@ export const draw = function(text, id) {
|
||||
// diagram.attr('height', height);
|
||||
|
||||
// Zoom in a bit
|
||||
diagram.attr('width', width);
|
||||
diagram.attr('width', width * );
|
||||
// diagram.attr('height', bounds.height * 3 + conf.padding * 2);
|
||||
diagram.attr(
|
||||
'viewBox',
|
||||
|
Loading…
x
Reference in New Issue
Block a user