How To Code An SVG File From Scratch - Implementation

Опубликовано: 21 Август 2023
на канале: CS Student Strategies
183
5

In this video we code a very simple SVG image. The resulting image will be the thumbnail of this video. SVG is a simple way to code images using XML. The specification is lengthy and we will only use a small subset of the features but feel free to read the full specs and play around with the entire feature set on your own time.

Github
https://github.com/fclassvisions/file...

SVG Specification
https://www.w3.org/TR/SVG2/

SVG Specification - Basic Shapes
https://www.w3.org/TR/SVG2/shapes.htm...

SVG Specification - Text
https://www.w3.org/TR/SVG2/text.html#...

How to Code a PNG Generator
   • How To Code A PNG Generator - Introdu...