Skip to content

Commit fb4727c

Browse files
committed
PNG Adobe Fix
1 parent fdf21db commit fb4727c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/png_support.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@
329329
case jsPDFAPI.image_compression.SLOW:
330330
predictor = 14;
331331
break;
332+
333+
default:
334+
predictor = 12;
335+
break;
332336
}
333337
return predictor;
334338
}

0 commit comments

Comments
 (0)