From 210b7ac49f18daa6b04c732528f4541e10b174c4 Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Sun, 24 May 2020 16:59:16 -0400 Subject: [PATCH] add svg spec --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebc422e..5672691 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,6 @@ cat out.gcode ## Reference Documents +* [W3 SVG2 Specification](https://www.w3.org/TR/SVG/Overview.html) * [RepRap G-code](https://reprap.org/wiki/G-code) * [G-Code and M-Code Reference List for Milling](https://www.cnccookbook.com/g-code-m-code-reference-list-cnc-mills/)