Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 623 Bytes

File metadata and controls

20 lines (18 loc) · 623 Bytes

SVG-Tutorial

https://www.w3schools.com/graphics/svg_polygon.asp

What is SVG?

  1. SVG stands for Scalable Vector Graphics
  2. SVG is used to define vector-based graphics for the Web
  3. SVG defines the graphics in XML format
  4. Every element and every attribute in SVG files can be animated
  5. SVG is a W3C recommendation
  6. SVG integrates with other W3C standards such as the DOM and XSL

SVG Shapes

SVG has some predefined shape elements that can be used by developers:

  • Rectangle
  • Circle
  • Ellipse
  • Line
  • Polyline
  • Polygon
  • Path