Implementation of merge back-end & UI
[scpubgit/stemmaweb.git] / root / js / stexaminer.js
index dced82d..a846cd0 100644 (file)
@@ -48,6 +48,7 @@ function loadSVG(svgData, cb) {
                        if( cb ) {
                                cb.call();
                        }
+                       theSVG.attr( 'width', '100%' );
                }
        });
 }