This website requires JavaScript.
Explore
Help
Sign In
Sakurai
/
pdf.js
Watch
1
Star
0
Fork
0
You've already forked pdf.js
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a5a9357e15
pdf.js
/
test
/
pdfs
/
issue14824.pdf.link
2 lines
56 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
Ensure that worker-thread image caching doesn't break optional content (issue 14824) Currently we only insert optionalContent-data into the operatorList the first time that an image is parsed, which will (in hindsight) obviously cause problems for cached images. Hence we also need to insert the optionalContent-data in the various worker-thread image caches, such that it can be accessed in the fast-paths that are used to skip re-parsing of images. In order to reduce the amount of repeated code, this patch also adds a new `OperatorList`-method that takes care of inserting the necessary data in the operatorList.
2022-04-22 21:30:25 +09:00
h
t
t
p
s
:
/
/
g
i
t
h
u
b
.
c
o
m
/
m
o
z
i
l
l
a
/
p
d
f
.
j
s
/
f
i
l
e
s
/
8
5
4
0
2
7
5
/
P
D
F
.
p
d
f
Reference in New Issue
Copy Permalink