Changes between Initial Version and Version 1 of Ticket #26333, comment 8
- Timestamp:
- 12/03/2013 06:04:48 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26333, comment 8
initial v1 4 4 - Enqueue it better. 5 5 6 Still to consider: make the base64 encode/decode part of svg-painter.js local or separate it in another file. All modern browsers have `window.atob()` and `window.btoa()` already. However this is not used (not sure why).6 Still to consider: make the base64 encode/decode part of svg-painter.js local or separate it in another file. All modern browsers have `window.atob()` and `window.btoa()` already. However this is not used as part of the base64 script (not sure why), has to be used before calling it.