microsoft / maker.js

📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
http://maker.js.org
Apache License 2.0
1.76k stars 269 forks source link

Ellipse MakerJS #598

Closed phong-hopee closed 2 months ago

phong-hopee commented 2 months ago

I draw ellipse and have this problem (smaller ellipses inside are not affected). can anyone please help me solve it.

Screen Shot 2024-07-26 at 15 00 01

My code: `var ellipse = new makerjs.models.Ellipse(0, 0, 200, 500); model = { models: { ellipse: ellipse } } dxf = makerjs.exporter.toDXF(model);

`

phong-hopee commented 2 months ago
Screen Shot 2024-07-26 at 15 04 46

Overview image