Skip to content

Commit

Permalink
roundedPlate: Fix placement
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Feb 28, 2020
1 parent 6476a51 commit 22450a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def roundedPlate(self, x, y, r, edge="f", callback=None,
lx = x - 2*r
ly = y - 2*r

self.moveTo(edge.margin(),
self.moveTo(edge.spacing(),
edge.margin())
self.moveTo(r, 0)

Expand Down

0 comments on commit 22450a6

Please sign in to comment.