Move SCALE_MATRIX into CanvasGraphics and initialize its DOMMatrix lazily (issue 21720) - #21721
Conversation
…ix` lazily (issue 21720) While this shouldn't affect performance negatively, it does however (ever so slightly) increase the bundle size of the Firefox PDF Viewer. If that's not desirable, since it's only needed in order to improve Node.js compatibility, we could also just WONTFIX the issue.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21721 +/- ##
==========================================
+ Coverage 90.02% 90.05% +0.02%
==========================================
Files 264 264
Lines 66937 66938 +1
==========================================
+ Hits 60262 60278 +16
+ Misses 6675 6660 -15
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/e8f8c81b0e15623/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/29fa3e4d9962487/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/e8f8c81b0e15623/output.txt Total script time: 16.56 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/29fa3e4d9962487/output.txt Total script time: 23.35 mins
|
While this shouldn't affect performance negatively, it does however (ever so slightly) increase the bundle size of the Firefox PDF Viewer.
If that's not desirable, since it's only needed in order to improve Node.js compatibility, we could also just WONTFIX the issue.