<static> getSmoothingEnabled(context) → {boolean}
Returns true if the given context has image smoothing enabled, otherwise returns false.
Parameters
| Name | Type | Description |
|---|---|---|
context | CanvasRenderingContext2D | The context to check for smoothing on. |
Returns
boolean -
True if the given context has image smoothing enabled, otherwise false.
- Source code: utils/Canvas.js (Line 242)
Please login to continue.