Inline SVG in HTML5

SVG stads 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.Thease objects can be defined by any mathematical expression and has 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 editted 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.
Next Recommended Reading Pattern Attribute in HTML5