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:
    • fill
    • stroke
  • fill sets the color inside the object
  • stroke sets the color of the lines drawn around the object