Mark Clements
Mark Clements
I've put together a fiddle showing the problem. Enable your JS console to see the output: http://jsfiddle.net/Ca2yk/ y.getBBox() has all values set to NaN. Removing display: none from the surrounding...
Further update - have tested in Chrome and get the same problem, except in this case the values are all set to 0 rather than NaN.
No, other than constantly checking via a timetout as mentioned above.
> If I push up 10 commits: commit number 8 could fix something I did in commit > number 2. All I would care about is that as of commit...
Good thinking. I would also update `getQRCodeGoogleUrl()` to call this new function, rather than duplicating the functionality.
The code is written with a number of fallbacks. It uses `random_bytes()` if it is available, but has a number of other alternatives if not. Therefore, the module currently works...
fwiw One of the reasons this library is useful is that it supports older PHP versions, unlike most of the alternatives that are out there. On that basis, I would...
You're missing my point - it's not about using an old version which has the necessary support, as that also means using an old version lacking in newer features and...
Good idea, but I think this would be better if it was handled in the same way as code length, for consistency (and also for ease-of-use).
Also, it might be sensible to validate the algorithm string, to avoid errors and potential URL-injection attacks.