Update SVG.md

master
Matt Huntington 8 years ago committed by GitHub
parent b1a9d27874
commit 6318546e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
# SVG
This lesson covers how to create various SVG elements, the foundation of D3.js
## Base tag
All svg elements go inside an `<svg></svg>` tag. Let's set this up:

Loading…
Cancel
Save