File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -611,9 +611,9 @@ resource:
611611/encoder.coeffscachemax N def % Override with global_ctx.encoder.coeffscachemax
612612/encoder.coeffscachelimit M def % Override with global_ctx.encoder.coeffscachelimit
613613/uk.co.terryburton.bwipp.global_ctx dup where {
614- exch get
615- dup /encoder.coeffscachemax 2 copy known {get /encoder.coeffscachemax exch def} {pop pop} ifelse
616- /encoder.coeffscachelimit 2 copy known {get /encoder.coeffscachelimit exch def} {pop pop} ifelse
614+ exch get dup
615+ /encoder.coeffscachemax 2 copy known {get /encoder.coeffscachemax exch def} {pop pop} ifelse
616+ /encoder.coeffscachelimit 2 copy known {get /encoder.coeffscachelimit exch def} {pop pop} ifelse
617617} {pop} ifelse
618618
619619/encoder.coeffscache encoder.coeffscachemax encoder.coeffscachelimit //fifocache exec def
You can’t perform that action at this time.
0 commit comments