A4 doch wieder eingefügt

This commit is contained in:
2026-03-23 13:01:25 +01:00
parent 57bf12782b
commit 693824f602
+1
View File
@@ -53,6 +53,7 @@ DIN_GROESSEN: dict[str, tuple[int, int]] = {
"DIN A1": (594, 841), "DIN A1": (594, 841),
"DIN A2": (420, 594), "DIN A2": (420, 594),
"DIN A3": (297, 420), "DIN A3": (297, 420),
"DIN A4": (210, 297),
} }
DIN_STANDARD = "DIN A0" DIN_STANDARD = "DIN A0"