svg examples from different projests as https://codeschool.com/courses/you-me-svg
Using a viewbox
- copy our viewport values into a nested coordinate system called the viewBox
- give our viewport responsive values for height and width
- moving viewport values to ViewBox
- ViewBox origin X,Y
Path just another way to draw a shape
start path, draw line in between, close path
- stroke
- stroke-width
- stroke-linecap
- stroke-dasharray
- stroke-dashoffset
Symbol is for Reusable elements
Displaying the icon with a tag use
Viewbox goes on second svg
Symbol tag must be an id, not a class
In order to use Xlink, you need to specify an Xlink namespace on the SVG that will be using XLink.
Can use tag use for external sources (don't work in IE 10)
Label for assets: title and desc