Skip to content

Commit

Permalink
[pdf] Increase stamp preview height
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Dec 12, 2024
1 parent 2775c09 commit 4d0f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/previews.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
function(window, undefined) {

function StampAnnotPreviewManager() {
this.canvasHeight = 28;
this.canvasHeight = 60;
}

StampAnnotPreviewManager.prototype.clear = function() {
Expand Down

0 comments on commit 4d0f0da

Please sign in to comment.