SVG
- Scalable Vector Graphics
- image is defined using algorithms with shape and path definitions that can be used to render the image on-screen written in a similar markup fashion.
- Basic coloring can be done by setting two attributes on the node:
fillstroke
fillsets the color inside the objectstrokesets the color of the lines drawn around the object