Introduction - SVG: Scalable Vector Graphics | MDN - https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction
SVG is an XML language, similar to XHTML, which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely.
Introduction - SVG | MDN Skip to main content Skip to search Introduction Previous Next SVG is an XML language, similar to XHTML , which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely. SVG came about in 1999 after several competing formats had been submitted to the W3C and failed to be full
related reading
- Interactive SVG Animationssvg.guide
- Magical SVG Techniques — Smashing Magazinesmashingmagazine.com
- GitHub - stanford-cs248/draw-svg: Stanford CS248 Assignment 1: Implement a simple SVG renderergithub.com
- Experimenting A New Syntax To Write SVGyuanchuan.dev
- Online SVG Code Editoreditsvgcode.com
- The Art Of SVG Filters And Why It Is Awesome — Smashing Magazinesmashingmagazine.com
- Not a Numbernan.fyi
- Online Image Vectorizervectorizer.io
- SVG Viewport and viewBox (For Complete Beginners) | Envato Tuts+webdesign.tutsplus.com
- D3 Data Visualization Basic Building Blocks - DashingD3jsdashingd3js.com
- Anime.js | JavaScript Animation Engineanimejs.com
- Overview of HTML | web.devweb.dev