Treat open BezierPaths like lines; expanding appearance?
-
I'd love to be able to both stroke and join/cap open BezierPaths like lines, with options like butt, square, and round, and to expand their appearance into closed BezierPaths. As far as I can tell, this isn't possible—yet?
-
there is/was a bug in
path.endPath()
fixed here https://github.com/typemytype/drawbot/commit/4741c86581d78ca817bc53e21e07aef38fdf0dd7But I still need to push a fresh download.
-
@frederik Stupid beginner question: where would I find the existing code on my machine that you've fixed here? I want to manually edit the file to take advantage of your improvement until you push the next version of DB …