This video is an overview of what a SVG file is and how it is structured. We plan to make a simple SVG image and this video gives us the knowledge that we need to complete such a task. If you are not familiar with SVG, it's an xml based way to write graphics. I like to think of it as HTML but for graphics. You can even use CSS to style the components.
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...