Skip to content

Part 9: SVG

John Caserta edited this page Mar 9, 2018 · 5 revisions

SVG (Standard Vector Graphics) are a great opportunity for designers to embed crisp/scaleable graphics onto a webpage. If embedded as code, the SVGs can be altered in CSS or jQuery by the developer or the user. We'll take a look at the basic structure of an SVG element and work with the candy cane svg provided.

Exercise

Copy the candy cane svg from the example file and paste into a new file. Color the candy cane the same as the candy cane you were given.

Clone this wiki locally