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