fix(page): fix A2 and A3 format size (#4569)

16.5 inch ~ 419.1mm
16.54 inch ~ 420.1mm

Fix #4568
This commit is contained in:
Takahiro Nishino
2019-06-11 12:59:12 +09:00
committed by Andrey Lushnikov
parent 65b7e8ecc0
commit 792264122c
2 changed files with 4 additions and 4 deletions

View File

@@ -1136,8 +1136,8 @@ Page.PaperFormats = {
ledger: {width: 17, height: 11},
a0: {width: 33.1, height: 46.8 },
a1: {width: 23.4, height: 33.1 },
a2: {width: 16.5, height: 23.4 },
a3: {width: 11.7, height: 16.5 },
a2: {width: 16.54, height: 23.4 },
a3: {width: 11.7, height: 16.54 },
a4: {width: 8.27, height: 11.7 },
a5: {width: 5.83, height: 8.27 },
a6: {width: 4.13, height: 5.83 },