pathbuilder icon indicating copy to clipboard operation
pathbuilder copied to clipboard

Pathbuilder tool to easily create complex 2D shapes for use in openSCAD.

Results 3 pathbuilder issues
Sort by recently updated
recently updated
newest added

Although earlier implementations were incorrect. The latest change made it impossible to generate open ended point lists. ``` pts=svgPoints("M0 0H100V100H0")[0]; echo("points are: ",pts); ECHO: "points are: ", [[0, 0], [100,...

bug

Hello, thank you very much for providing this project I just started using OpenSCAD and I am very happy to use this library to print SVG patterns. I would like...

When multiple values are given for an 'h' or 'v' command, only the first is used, all others are ignored. The following openscad script ``` include path = svgPoints("m 0,0...