mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
change invalid preserveAspectRatio value
This commit is contained in:
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
Block a user