mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-30 14:51:00 +02:00
This patch avoids having to calculate the scale twice by saving it in the properties object. Moreover, we remove a temporary variable and place parentheses around a calculation inside a string concatenation.