mondalaci / dxf2svg2kicad

DXF to SVG to KICAD_PCB converter webapp that runs purely on the client side
https://mondalaci.github.io/dxf2svg2kicad/
GNU General Public License v3.0
98 stars 22 forks source link

Spline #13

Closed Toyoharu-Nishikawa closed 4 years ago

Toyoharu-Nishikawa commented 6 years ago

Thank you for your converter. dxfToSvg.js helps us to convert dxf to svg and view it on the web browser. DXF files sometimes include spline curves and they might be important parts of 2D CAD objects . So, I think additional function that converts spline curves will let us more conveniently to use dxfToSvg.js.

I'll send you "Pull request" to add function in order to convert spline. Therefore, please check it if it's OK, and merge it.

I'm developing the online 2D CAD working on the web browser, jscad.
Could I use dxfToSvg.js to import as module in jscad?

mondalaci commented 6 years ago

Thank you for your contribution! I've just commented a line in your PR.

You're welcome to use dxf2svg2kicad in jscad. Great project!