@syncfusion/ej2-image-editor 29.2.4 → 29.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20191,6 +20191,7 @@ var Transform = /** @__PURE__ @class */ (function () {
20191
20191
  parent.lowerCanvas.height = parent.upperCanvas.height = parent.maskCanvas.height =
20192
20192
  parseFloat(canvasWrapper.style.height);
20193
20193
  this.lowerContext.filter = tempFilter;
20194
+ this.lowerContext.imageSmoothingQuality = parent.imageSmoothingEnabled ? 'high' : 'low';
20194
20195
  var obj = { width: 0, height: 0 };
20195
20196
  this.calcMaxDimension(parent.img.srcWidth, parent.img.srcHeight, obj);
20196
20197
  var maxDimension = obj;