Content
Svg can be implemented in the code in different ways
Background CSS
Sprite Svg
As an image
This solution doesn't support animation
- SVG has serious performance issues when related to animations. In that case better use CANVAS. Example Canvas, Example SVG
- More Info on IE Dev
- As well there are some issues with some mobile OS (android for example) that could be solved by converting SVG in Fonts and implemented as Font-face
- Different ways to embed SVG
- SVG embedding support
- Svg compendium of features