Drawbot: access completeBezierPath with removeOverlap

had to admit I’m a beginner to drawbot AND the scripting API

I want to drawPath(layer.completeBezierPath) but want to have decomposeComponents() and removeOverlap() added.
(to later draw the nodes and offcurve points)

How can i mange to acces the completeBezierPath that is comparable to the final exported letter?

Thaks in advance

Make a copy of the layer, decompose if needed, remove overlap and then get the bezierPath. (All basic methods on the layer object)

1 Like