mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Move the creation of canvas path fonts to the worker.
This commit is contained in:
parent
81c9eeef4b
commit
bb2529de03
16 changed files with 131 additions and 76 deletions
BIN
test/pdfs/issue3584.pdf
Normal file
BIN
test/pdfs/issue3584.pdf
Normal file
Binary file not shown.
|
@ -1063,6 +1063,13 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue3584",
|
||||
"file": "pdfs/issue3584.pdf",
|
||||
"md5": "7a00646865a840eefc76f05c588b60ce",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"about": "CFF font that is drawn with clipping."
|
||||
},
|
||||
{ "id": "annotation-tx",
|
||||
"file": "pdfs/annotation-tx.pdf",
|
||||
"md5": "56321ea830be9c4f8437ca17ac535b2d",
|
||||
|
|
|
@ -28,7 +28,6 @@ limitations under the License.
|
|||
<script type="text/javascript" src="/src/display/metadata.js"></script>
|
||||
<script type="text/javascript" src="/src/display/canvas.js"></script>
|
||||
<script type="text/javascript" src="/src/display/font_loader.js"></script>
|
||||
<script type="text/javascript" src="/src/display/font_renderer.js"></script>
|
||||
<script type="text/javascript" src="driver.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue