From a5ae234df6b73a230954f06a51cac75e73021c20 Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:39:29 -0400 Subject: [PATCH] Remove ellipses bug on readme (fixed!) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 84ddd68..760fc22 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Convert any SVG 1.1 path to gcode for a pen plotter, laser engraver, etc. - [ ] Rustdocs ## Known bugs/issues -- [ ] Ellipse paths are dubious -- large_arc, sweep may need to be inverted - [ ] Smooth curves should not use the control point when the previous curve is not of the same type (quadratic -> smooth cubic, cubic -> smooth quadratic) - This is just a nit, it shouldn't matter if the SVG is correct