Possible Duplicate:
What web graphics formats to use?
When exporting out images intended for websites, should I save it as PNG (Transparent background) or a SVG? Why?
When exporting out images intended for websites, should I save it as PNG (Transparent background) or a SVG? Why? |
|||||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
I would say PNG simply for the fact it seems to be a more accepted format than SVG. |
|||||||||||||
|
|
SVG is scalable, if you have a vector-graphic that is a clear advantage. For pixel-graphics PNG is better. A downside is, that the Internet Explorer supports SVG only with the coming version 9 (before with plugin). Mobile browsers may also have limited support for SVG. EDIT: As ClemDesm points out, older IE-versions don't support fully transparent PNG, since IE8 that is supported. Non-transparent PNGs work fine. The answer of Computerish has a great solution for handling vector images for now: Keep them as SVG, but export them for web as PNG. I fully agree with this solution. |
|||||||||||||
|
|
Definitely use PNG for a website. SVG is simply not sufficiently widely supported and it has few (if any) significant benefits over PNG for a flattened export. That said, keep all of your working copies in SVG. |
|||||||||||
|