From 69a8c48ca182002d58cec2f6e4a606024ef26aca Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 21 Aug 2016 12:02:02 -0400 Subject: [PATCH] link to SVG notes and sub topcis --- README.md | 4 ++++ SVG.md | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 SVG.md diff --git a/README.md b/README.md index 963bcf2..6eda0ce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ - [Node.js Notes](node.md) +## SVG + +- [SVG Notes](svg.md) + ## D3 Javascript Library for creating 2D data driven visualizations diff --git a/SVG.md b/SVG.md new file mode 100644 index 0000000..1e38719 --- /dev/null +++ b/SVG.md @@ -0,0 +1,13 @@ +# SVG + +## Rectangle +## Circle +## Ellipse +## Line +## Polygon +## Polyline +## Path +## Text +## Fill +## Stroke +## Styling with CSS