conyappa / mobile

The hybrid–native mobile application of Con Yappa.
0 stars 0 forks source link

PNGs vs. SVGs #8

Open ariel-m-s opened 3 years ago

ariel-m-s commented 3 years ago

I realized that the images in the app are all PNGs. Should we use SVGs instead? SVGs are lighter than PNGs and are able to transform without compromising resolution.

daleal commented 3 years ago

SVGs also have the benefit of being able to be affected by CSS. In my opinion, at least for icons, SVGs should be the standard (for large images like the splash image I think that PNGs are fine, but for icons, SVG seems like the superior standard)