Return to original point after drawing finger holes

This commit is contained in:
Florian Festi 2016-10-26 21:39:49 +02:00
parent 44b55029a0
commit 9095c3934f
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ class FingerHoles(FingerJointBase):
f+p, self.settings.width+p)
self.ctx.restore()
self.ctx.move_to(0, 0)
class FingerHoleEdge(BaseEdge):