diff --git a/SVG.md b/SVG.md index 06fa2a7..59e0762 100644 --- a/SVG.md +++ b/SVG.md @@ -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 `` tag. Let's set this up: