Convert the font seacMap and seacs structures into Maps - #21884
Convert the font seacMap and seacs structures into Maps#21884Snuffleupagus wants to merge 1 commit into
seacMap and seacs structures into Maps#21884Conversation
This changes `seacMap` from a regular Object into a Map, and the Type1/CFF `seacs` from (potentially very) sparse Arrays into Maps. *Note:* These changes are covered by existing ref-tests such as: `issue818.pdf`, `issue4801`, `issue4573.pdf`, `bug1308536.pdf`, and `glyph_accent.pdf`.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21884 +/- ##
=======================================
Coverage 90.28% 90.28%
=======================================
Files 264 264
Lines 67273 67270 -3
=======================================
+ Hits 60737 60738 +1
+ Misses 6536 6532 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/73940021e818fc8/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/875dba44caadc09/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/73940021e818fc8/output.txt Total script time: 19.01 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/875dba44caadc09/output.txt Total script time: 23.58 mins
|
This changes
seacMapfrom a regular Object into a Map, and the Type1/CFFseacsfrom (potentially very) sparse Arrays into Maps.Note: These changes are covered by existing ref-tests such as:
issue818.pdf,issue4801,issue4573.pdf,bug1308536.pdf, andglyph_accent.pdf.