Carleton University - School of Computer Science Honours Project
Winter 2019
SVG vs HTML 5 Canvas
Shubham Chander
SCS Honours Project Image
ABSTRACT
SVG or Scalable Vector Graphics are used in many applications often as a replacement for HTML5 Canvases. Due to the simplicity of many of the concepts used in SVG which are also used in HTML 5 Canvas, it is much more easy to understand and implement SVG code. This project is an introductory tutorial material for all of the various concepts of SVG that are simpler to understand than HTML 5. The approach that I used in creating this tutorial material involved a lot of simple examples and a detailed explanation of concepts along with some questions and its solution to help solidify those concepts and hopefully make SVG easy to understand.