Clarify rectangularHole x,y parameters (center)

This commit is contained in:
Guillaume Collic 2020-08-12 21:37:06 +02:00 committed by Florian Festi
parent 26c885776b
commit 676772ee64
1 changed files with 3 additions and 3 deletions

View File

@ -1181,10 +1181,10 @@ class Boxes:
@holeCol @holeCol
def rectangularHole(self, x, y, dx, dy, r=0): def rectangularHole(self, x, y, dx, dy, r=0):
""" """
Draw an rectangulat hole Draw an rectangular hole
:param x: position :param x: position of the center
:param y: position :param y: position of the center
:param dx: width :param dx: width
:param dy: height :param dy: height
:param r: (Default value = 0) radius of the corners :param r: (Default value = 0) radius of the corners