Closed jenskutilek closed 4 years ago
Hm, I don't like the multiple inheritance and I don't like the circular reference that never gets broken. Let me think.
Have a look at what DB does:
It uses a temporary PointToSegmentPen that gets removed at endPath()
.
Of course! I should have checked the drawBot code in the first place.
Per the DrawBot docs, a BezierPath can be used like a PointPen. I tried to implement it and it seems to work, but I'm not sure that's all there's to it ;)