@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.
@@ -20124,6 +20124,7 @@ class Transform {
20124
20124
  parent.lowerCanvas.height = parent.upperCanvas.height = parent.maskCanvas.height =
20125
20125
  parseFloat(canvasWrapper.style.height);
20126
20126
  this.lowerContext.filter = tempFilter;
20127
+ this.lowerContext.imageSmoothingQuality = parent.imageSmoothingEnabled ? 'high' : 'low';
20127
20128
  const obj = { width: 0, height: 0 };
20128
20129
  this.calcMaxDimension(parent.img.srcWidth, parent.img.srcHeight, obj);
20129
20130
  const maxDimension = obj;