Firefox_Nightly_logo

Vector Graphics

Vector Graphics are used to create images and illustrations. Images can be rendered in 2 ways :


Source : MDN Web Docs This is S-V-G!

This simple SVG illustration was created using <svg> element and its attributes i.e., using SVG inline with simple shapes like <rect>, <circle>, <ellipse>, <polygon> and <text>.

Back to Top