mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
In JS, 0x80 << 24 yields a negative result. Also, 0x80000000|0 < 0. Bitwise ops should be avoided for very long unsigned ints.
In JS, 0x80 << 24 yields a negative result. Also, 0x80000000|0 < 0. Bitwise ops should be avoided for very long unsigned ints.