Changeset 40609
- Timestamp:
- 05/10/2017 10:43:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-emoji-loader.js
r40582 r40609 67 67 * the browser doesn't render it correctly (white flag emoji + rainbow emoji). 68 68 */ 69 // Cleanup from previous test. 70 context.clearRect( 0, 0, canvas.width, canvas.height ); 71 69 72 context.fillText( stringFromCharCode( 55356, 57331, 65039, 8205, 55356, 57096 ), 0, 0 ); 70 73 flag = canvas.toDataURL();
Note: See TracChangeset
for help on using the changeset viewer.