Index: web/client/scripts/draw.js =================================================================== --- web/client/scripts/draw.js (revision 6886) +++ web/client/scripts/draw.js (revision 6887) @@ -391,7 +391,7 @@ } } GraphicEngine.prototype.setMatrix = function() { - var scale = nanometerPerUnit(this.unit) / NM_PER_PIXEL * 5; + var scale = nanometerPerUnit(this.unit) / NM_PER_PIXEL * 10; this.mainCc.setTransform(1, 0, 0, 1, 0, 0); this.mainCc.scale(scale, scale); this.maskCc.setTransform(1, 0, 0, 1, 0, 0); Index: web/testclient/draw.html =================================================================== --- web/testclient/draw.html (revision 6886) +++ web/testclient/draw.html (revision 6887) @@ -8,9 +8,9 @@

Document drawing

choose test file:

main canvas
- + mask canvas
- +

Error loading draw-bundle.js