Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26333, comment 8


Ignore:
Timestamp:
12/03/2013 06:04:48 AM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26333, comment 8

    initial v1  
    44- Enqueue it better.
    55
    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).
     6Still 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.