|
Answer» Following are the core FEATURES of SVG:
- SVG, Scalable Vector Graphics is an XML based language to define vector based graphics.
- SVG is intended to DISPLAY images over the web.
- Being vector images, SVG image never loses quality no MATTER how they are zoomed out or resized.
- SVG images supports interactivity and animation.
- SVG is a W3C standard.
- Others image formats like raster images can also be clubbed with SVG images.
- SVG INTEGRATES well with XSLT and DOM of HTML.
Following are the core features of SVG:
|