You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
As you can see in the below image the screen is rendered in the way.
You cant test the below code in base64 to image converted websites
EMPTY_IMAGE = 'data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA='
IN Windows chrome its proper transparent image but in MAC safari its a black image.
A simple solution would be to use the below base64 data
EMPTY_IMAGE = 'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='
Verified in IOS and the above data shows proper transparent image in both the browsers.
The text was updated successfully, but these errors were encountered: