SVG

  • Learn how to convert your images to SVG coding.

    Converting a <img> tag’s src attribute to an SVG (Scalable Vector Graphics) format can have several benefits in certain situations. SVG is a vector graphics format that uses XML to describe two-dimensional vector graphics, allowing for images to be scaled without loss of quality. This article is not about simply converting an image to an…

  • SVG libraries to make awesome codes!

    Since I started working with SVG elements, I fell in love! The way you can manipulate lines of code design, come on! it’s amazing! Another aspect is never losing quality. Icons never will be the same, even logos and illustrations. As the name says Scalable Vector Graphics. SVG is an XML language to describe two-dimensional…