WebIDLpedia

CanvasImageSmoothing interface mixin

Definition

HTML Standard defines CanvasImageSmoothing



interface mixin CanvasImageSmoothing {
  // image smoothing
  attribute boolean imageSmoothingEnabled; // (default true)
  attribute ImageSmoothingQuality imageSmoothingQuality; // (default low)

};

Referring IDL interfaces/dictionaries