diff --git a/web2d/src/main/javascript/peer/svg/WorkspacePeer.js b/web2d/src/main/javascript/peer/svg/WorkspacePeer.js index 8937cf52..c6eb792a 100644 --- a/web2d/src/main/javascript/peer/svg/WorkspacePeer.js +++ b/web2d/src/main/javascript/peer/svg/WorkspacePeer.js @@ -24,7 +24,7 @@ web2d.peer.svg.WorkspacePeer = new Class({ this.parent(svgElement); this._native.setAttribute("focusable", "true"); this._native.setAttribute("id", "workspace"); - this._native.setAttribute("preserveAspectRatio", "true"); + this._native.setAttribute("preserveAspectRatio", "none"); },