change invalid preserveAspectRatio value

This commit is contained in:
Ezequiel Bergamaschi 2014-06-06 00:10:07 -03:00
parent 9491f8d4a0
commit aaa28b83b2

View File

@ -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");
},