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:
Jonas Jenwald 2020-07-26 18:05:38 +02:00
parent 7c9d0d5939
commit f3ff526019
2 changed files with 1 additions and 9 deletions

View file

@ -2265,7 +2265,6 @@ class WorkerTransport {
});
break;
case "FontPath":
case "FontType3Res":
case "Image":
this.commonObjs.resolve(id, exportedData);
break;