1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #14069 from Snuffleupagus/deprecate-OPS-paintJpegXObject

Mark the `paintJpegXObject` operator as deprecated (PR 11601 follow-up)
This commit is contained in:
Tim van der Meij 2021-09-25 12:15:33 +02:00 committed by GitHub
commit 07558c158d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,6 +328,7 @@ const OPS = {
endAnnotations: 79,
beginAnnotation: 80,
endAnnotation: 81,
/** @deprecated unused */
paintJpegXObject: 82,
paintImageMaskXObject: 83,
paintImageMaskXObjectGroup: 84,