+ 3
Is it advisable to use an SVG for your brand name than actually using an image of the brand name?
What are the pros and cons of SVG and why if yes of no
3 Réponses
+ 4
I can't tell you whether it is advisable or not, but as I understand it SVG is vector based (based on lines rather than dots/pixels) and that they look relatively better when being stretched (zoomed in) opposed to bitmap graphics (which tend to get blurry).
I'm not sure about SVG support for colour richness, transparency or metadata (e.g. EXIF) if any of this matters probably you need to have a little research on it : )
* Apologies for general input, am no expert ✌
+ 4
https://www.smashingmagazine.com/2014/11/styling-and-animating-svgs-with-css/
There is a lot of information here about svgs...I think it actually answers my question in a clearer way Ipang check it out
+ 4
Thanks Ambeyi A Derrick I'll get to it 👍