File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const COMMAND_MAP = {
41
41
} ;
42
42
43
43
/**
44
- * CharStrings are encoded following the the CharString Encoding sequence
44
+ * CharStrings are encoded following the CharString Encoding sequence
45
45
* describe in Chapter 6 of the "Adobe Type1 Font Format" specification.
46
46
* The value in a byte indicates a command, a number, or subsequent bytes
47
47
* that are to be interpreted in a special way.
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ class StampEditor extends AnnotationEditor {
425
425
width > MAX_RATIO * pageWidth ||
426
426
height > MAX_RATIO * pageHeight
427
427
) {
428
- // If the the image is too big compared to the page dimensions
428
+ // If the image is too big compared to the page dimensions
429
429
// (more than MAX_RATIO) then we scale it down.
430
430
const factor = Math . min (
431
431
( MAX_RATIO * pageWidth ) / width ,
You can’t perform that action at this time.
0 commit comments