bug 825665

This commit is contained in:
Marc Delisle
2003-10-18 11:41:04 +00:00
parent fb509e2020
commit a29b2dbf49
2 changed files with 2 additions and 1 deletions

View File

@@ -806,7 +806,7 @@ function dragPlace(no, axis, value) {
* Returns paper sizes for a given format
*/
function pdfPaperSize(format, axis) {
switch (format) {
switch (format.toUpperCase()) {
case '4A0':
if (axis == 'x') return 4767.87; else return 6740.79;
break;