Lookup "lenIV" inline in the Type1Parser.prototype.extractFontProgram method#21544
Conversation
…m` method Using an intermediate variable seems completely unnecessary here. Also, while unrelated, move a `HINTING_ENABLED` check to avoid pointless Array-length checks.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21544 +/- ##
=======================================
Coverage 89.41% 89.41%
=======================================
Files 262 262
Lines 66739 66737 -2
=======================================
- Hits 59677 59676 -1
+ Misses 7062 7061 -1
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/fe3919173a9dd0b/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/4cd20a7e344cb04/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/fe3919173a9dd0b/output.txt Total script time: 18.07 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/4cd20a7e344cb04/output.txt Total script time: 25.70 mins
|
|
Looks good; thanks! |
Using an intermediate variable seems completely unnecessary here.
Also, while unrelated, move a
HINTING_ENABLEDcheck to avoid pointless Array-length checks.