Skip to content

golihaghighi/SVG-Tutorial

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages