change invalid preserveAspectRatio value
parent
9491f8d4a0
commit
aaa28b83b2
|
@ -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");
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue