-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Surface.prototype._smooth = function() {
this.context.mozImageSmoothingEnabled = true;
this.context.webkitImageSmoothingEnabled = true;
};CanvasRenderingContext2D.webkitImageSmoothingEnabled' is deprecated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels