diff --git a/lime/graphics/utils/ImageCanvasUtil.hx b/lime/graphics/utils/ImageCanvasUtil.hx index e23e3ae18..2f30c6ee6 100644 --- a/lime/graphics/utils/ImageCanvasUtil.hx +++ b/lime/graphics/utils/ImageCanvasUtil.hx @@ -152,7 +152,8 @@ class ImageCanvasUtil { } untyped (buffer.__srcContext).mozImageSmoothingEnabled = false; - untyped (buffer.__srcContext).webkitImageSmoothingEnabled = false; + //untyped (buffer.__srcContext).webkitImageSmoothingEnabled = false; + untyped (buffer.__srcContext).msImageSmoothingEnabled = false; untyped (buffer.__srcContext).imageSmoothingEnabled = false; }