Inline SVG in HTML5

Inline SVG in HTML5 

 
SVG stands for "Scalable Vector Graphics" which is used for defining vector based graphics(may be either static or dynamic) that is made up of many individual objects.These objects can be defined by any mathematical expression and have individual property assigned to these objects such as color, fill and outline. The SVG specification is an open standard that has been come under development by W3C since 1999.
 
ADVANTAGE
  • SVG images can be created and edited with any type of text editor.
  • SVG images are scalable.
  • SVG images are able to be zoomed or resized without any type of degradation.
  • It can be searched, indexed, scripted and as well as compressed.