Clarify rectangularHole x,y parameters (center)
This commit is contained in:
parent
26c885776b
commit
676772ee64
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue