Releases: dinther/pathbuilder
V1.0-Beta
I put a lot of work into pathBuilder recently and I as I am using it extensively in my projects I thought it's time to take the plunge and call it version 1.
A lot of bug's ironed out, loads of powerful new functionality. In particular the svgTweenPath proves to be super useful enabling the creation of very complex concave and convex 3D shapes.
V0.91-Beta
Bug fixes handling number arrays better.
Note that scientific number notation is currently not supported inside string paths.
V0.82-alpha
Bug fixes and tidying up code
- Lots
new features
- completed svg arc command (a and A)
- implemented multipath path strings. These are path strings with multiple move (m or M) commands.
The multipath is part of the SVG specification where paths with opposite windings subtract the area from the previous path area.
Exact SVG implementation was too hard to replicate and really beyond the scope of Pathbuilder.
Checkout the new multi_path_demo.scad file to see it in action.
Example of multi path
V0.81-alpha
Fixed mismatching function names
V0.8-alpha
I called it a release so I better make it one then. But you're probably better of with the live code.
V0.1-alpha
Created a release because the new version is so much different and more powerful.