mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Combine re element into constructPath
This commit is contained in:
parent
456d219f2a
commit
8407d28c9e
4 changed files with 39 additions and 39 deletions
|
@ -852,6 +852,9 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
case OPS.closePath:
|
||||
self.buildPath(operatorList, fn, args);
|
||||
continue;
|
||||
case OPS.rectangle:
|
||||
self.buildPath(operatorList, fn, args);
|
||||
continue;
|
||||
}
|
||||
operatorList.addOp(fn, args);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue