mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Send/receive Type3 images the same way as other globally-cached images
There's quite frankly no particular reason to special-case Type3-fonts with image resources, which are very rare anyway, now that we have a general mechanism for sending/receiving images globally.
This commit is contained in:
parent
7c9d0d5939
commit
f3ff526019
2 changed files with 1 additions and 9 deletions
|
@ -2265,7 +2265,6 @@ class WorkerTransport {
|
|||
});
|
||||
break;
|
||||
case "FontPath":
|
||||
case "FontType3Res":
|
||||
case "Image":
|
||||
this.commonObjs.resolve(id, exportedData);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue