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