Convert the charProcOperatorList, used with Type3 fonts, to a Map - #21730
Conversation
…rototype.loadType3Data` The `RefSet` class stores its data in a Set and in those a value can only occur exactly once, hence we can simply invoke `RefSet.prototype.put` unconditionally.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21730 +/- ##
==========================================
- Coverage 90.06% 90.06% -0.01%
==========================================
Files 264 264
Lines 67094 67094
==========================================
- Hits 60429 60428 -1
- Misses 6665 6666 +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 (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/89f0ebdb91b4789/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/00602ba8befb748/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/00602ba8befb748/output.txt Total script time: 16.52 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/89f0ebdb91b4789/output.txt Total script time: 23.33 mins
|
Remove unnecessary
RefSet.prototype.hascall fromTranslatedFont.prototype.loadType3DataThe
RefSetclass stores its data in a Set and in those a value can only occur exactly once, hence we can simply invokeRefSet.prototype.putunconditionally.Convert the
charProcOperatorList, used with Type3 fonts, to a Map