google-wallet / passes-rest-samples

Server-side samples for the Google Pay API for Passes
Apache License 2.0
95 stars 48 forks source link

SVG image as Logo #32

Closed prajapati-ritesh closed 1 year ago

prajapati-ritesh commented 3 years ago

Hi,

I have logo uri with file extension .svg. Google Pass link is generated but it is giving error when I open link in browser. My logo object for one of the google pass request is mentioned below. I am using .svg file link instead of .png or .jpg file.

Can we use .svg extension file as a logo? If yes please provide solution here.

"Logo": { "SourceUri": { "Uri": "https:/xxxxx/imagename.svg", "Description": "Test Description" } }

ncalteen commented 1 year ago

Hello,

I apologize, but this repository is being archived and replaced by google-pay/wallet-samples going forward. If you still have a question, please open a new issue in that repository.

Thank you!