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
Explore this link on the map →related reading
- Magical SVG Techniques — Smashing Magazinesmashingmagazine.com
- GitHub - stanford-cs248/draw-svg: Stanford CS248 Assignment 1: Implement a simple SVG renderer · GitHubgithub.com
- Online SVG Code Editoreditsvgcode.com
- Experimenting A New Syntax To Write SVGyuanchuan.dev
- The Art Of SVG Filters And Why It Is Awesome — Smashing Magazinesmashingmagazine.com
- SVG Viewport and viewBox (For Complete Beginners) | Envato Tuts+webdesign.tutsplus.com
- D3 Data Visualization Basic Building Blocks - DashingD3jsdashingd3js.com
- MAKING SOFTWAREmakingsoftware.co
- Overview of HTML | web.devweb.dev
- Shadersshaders.com
- Paper Shaders – Ultra-fast zero-dependency shadersshaders.paper.design
- Web Field Manual | Codewebfieldmanual.com