mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
For bug 58832
Fix replacePictureData method
This commit is contained in:
@ -901,8 +901,9 @@
|
||||
if (oMainGroup) {
|
||||
oMainGroup.normalize();
|
||||
}
|
||||
let dExtX = this.extX;
|
||||
let dExtY = this.extY;
|
||||
const dScaleCoefficient = this.getScaleCoefficient();
|
||||
let dExtX = this.extX / dScaleCoefficient;
|
||||
let dExtY = this.extY / dScaleCoefficient;
|
||||
let dX = oXfrm.offX;
|
||||
let dY = oXfrm.offY;
|
||||
let bFlipH = oXfrm.flipH;
|
||||
|
||||
Reference in New Issue
Block a user