mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Fix bug 79421
This commit is contained in:
@ -2424,7 +2424,7 @@ CShapeDrawer.prototype =
|
||||
this.Graphics.put_PathScale(sx, sy);
|
||||
}
|
||||
this.Graphics.put_BrushTextureAlpha(this.UniFill.transparent);
|
||||
if (!rotWithShape || rotWithShape === null)
|
||||
if (!rotWithShape)
|
||||
this.Graphics.ResetRotation();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user