Fix bug 79421

This commit is contained in:
Prokhorov Kirill
2026-01-19 18:37:06 +03:00
parent cefcc54d42
commit 723ebb0502

View File

@ -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