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
We should consider making the fake wallet app able to render any reasonable kind of icon, or should specify which image formats are allowed. Right now it doesn't appear to render SVG files.
The text was updated successfully, but these errors were encountered:
I'll add support for SVG rendering to fakewallet. That seems like a reasonable expectation to set, and fake wallet will, for better or worse, end up implicitly defining much of the standard implementation.
Coil library will make it easier to support svg and regular images at the same time on the fakewallet app ( I guess at the end of the day the wallet developer can use any library)
Ideally the AuthorizeRequest can have a getIdentifyType method which lets the wallet know that it needs to display a svg, png, gif, etc.
We should consider making the fake wallet app able to render any reasonable kind of
icon
, or should specify which image formats are allowed. Right now it doesn't appear to render SVG files.The text was updated successfully, but these errors were encountered: