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,