Skip to content

Commit

Permalink
imageSmoothingEnabled = true for thumb canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Mar 9, 2024
1 parent d6aaf89 commit a944936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/modules/TabItems.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ this.TabItems = {
let canvas = document.createElement('canvas');
canvas.classList.add('tab-thumb');
canvas.mozOpaque = true;
canvas.imageSmoothingEnabled = true;
this._canvasFragment = canvas;
}
return this._canvasFragment.cloneNode(true);
Expand Down

0 comments on commit a944936

Please sign in to comment.