1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00
pdf.js/src
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber.
Now, it computes the numbers with only basic arithmetic operations, without first creating a string and then calling parseFloat.
The new function doesn't behave exactly the same as the old one.
In particular, the old behaviour was that when there was a number immediatly followed by an 'E', the 'E' was consumed. Now it's not. It allows for "glued" numbers and operators.
Also, the new function is faster and consumes less memory.
2014-02-01 21:46:09 +01:00
..
core Rewrite Lexer_getNumber. 2014-02-01 21:46:09 +01:00
display Merge pull request #4192 from yurydelendik/shading-r 2014-01-30 13:36:01 -08:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Basic function.js split 2014-01-27 20:29:47 -06:00
pdf.js Specifies default workerSrc (if possible) 2013-08-16 11:33:54 -05:00
worker_loader.js Basic function.js split 2014-01-27 20:29:47 -06:00