From da4015eff1f38aa039c794dfdd6e51af319d3c2c Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Wed, 3 Mar 2021 10:53:25 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d47ca5..32ab6c5 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,10 @@ Convert any SVG 1.1 path to gcode for a pen plotter, laser engraver, etc. - [ ] Rustdocs - [ ] End-to-end tests -## Known bugs & whether fixed +## 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 -- [x] Image coordinates mirrored in the y-axis because SVGs uses upper left corner as (0,0) while GCode uses lower left as (0,0) -- [x] Close path command connects back to (0.0, 0.0) instead of the last move -- [ ] Ellipse paths are dubious -- large_arc, sweep may need to be inverted - ## Demonstration