List few advantages and disadvantages of using SVG?

devquora
devquora

Posted On: Feb 22, 2018

 

Advantages of SVG
  • Highly Scalable
  • Easy to create
  • Smaller in Size
  • Accessible DOM Node-Based API
  • Easier to create very detailed graphics

Disadvantages of SVG

  • Complex Development structure
  • Performance issues
  • Compatibility Issues

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SVG Interview Questions

    What is SVG Stands for?

    SVG stands for Scalable Vector Graphics...

    SVG Interview Questions

    How to Add SVG in HTML?

    You can add SVG on your webpage or HTML by using following any of following ways. Using an <object> Tag Using an..

    SVG Interview Questions

    What is VML in SVG?

    VML stands for Vector Markup Language. It is a special type of language based on XML which is basically used to facilitate graphics on the internet including various websites. In recent times, VML cap...