mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
change invalid preserveAspectRatio value
This commit is contained in:
parent
9d1ca21b67
commit
a5344c8400
@ -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