CanvasImageSmoothing.idl 279 B

123456
  1. // https://html.spec.whatwg.org/multipage/canvas.html#canvasimagesmoothing
  2. interface mixin CanvasImageSmoothing {
  3. // image smoothing
  4. attribute boolean imageSmoothingEnabled; // (default true)
  5. attribute ImageSmoothingQuality imageSmoothingQuality; // (default low)
  6. };