mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Because of the use of the construction "@x = x or @x" there was no way to set x (or y) to 0, since 0 is falsy. Fix to use separate outer tests and unconditional assignment.