mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Remove suffix _IR
This commit is contained in:
parent
8325d37f9d
commit
261ff39f6d
2 changed files with 6 additions and 9 deletions
|
@ -281,9 +281,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
// TODO figure out how to type-check vararg functions
|
||||
|
||||
if ((cmd == 'SCN' || cmd == 'scn') && !args[args.length - 1].code) {
|
||||
// Use the IR version for setStroke/FillColorN.
|
||||
fn += '_IR';
|
||||
|
||||
// compile tiling patterns
|
||||
var patternName = args[args.length - 1];
|
||||
// SCN/scn applies patterns along with normal colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue