|
|
@@ -1482,7 +1482,7 @@ export class CanvasPhotoEditor {
|
|
|
const rules = {
|
|
|
a4: { perSheet: 1, orient: "portrait", format: "a4" },
|
|
|
a3: { perSheet: 2, orient: "landscape", format: "a3" },
|
|
|
- four: { perSheet: 4, orient: "landscape", format: [840, 297]},
|
|
|
+ four: { perSheet: 4, orient: "landscape", format: [728, 297]},
|
|
|
};
|
|
|
const { perSheet, orient, format } = rules[paperType];
|
|
|
const pdf = new jsPDF({ orientation: orient, unit: "mm", format });
|