Browse Source
The intention of PR 5192 was to avoid adding empty `setGState` ops to the operatorList. But the patch accidentally used `>=`, which means that it's not actually working as intended, since empty arrays always have `length === 0`.
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue