jscad / csg.js

DEPRECATED: CSG Library for JSCAD (See the link below)
https://github.com/jscad/OpenJSCAD.org/tree/master/packages/modeling
MIT License
218 stars 56 forks source link

`round` parameter in `rectangular_extrude` is unsupported #131

Closed jonsadka closed 5 years ago

jonsadka commented 5 years ago

The rectangular_extrude API supports a round argument but the underlying method being called (Path2D.rectangularExtrude) does not

Code path: