change invalid preserveAspectRatio value
This commit is contained in:
@@ -24,7 +24,7 @@ web2d.peer.svg.WorkspacePeer = new Class({
|
|||||||
this.parent(svgElement);
|
this.parent(svgElement);
|
||||||
this._native.setAttribute("focusable", "true");
|
this._native.setAttribute("focusable", "true");
|
||||||
this._native.setAttribute("id", "workspace");
|
this._native.setAttribute("id", "workspace");
|
||||||
this._native.setAttribute("preserveAspectRatio", "true");
|
this._native.setAttribute("preserveAspectRatio", "none");
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user