We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4862eac commit a77a914Copy full SHA for a77a914
1 file changed
src/pyrite/types/enums.py
@@ -136,13 +136,12 @@ def _(cls, index: int) -> Layer:
136
137
class Anchor:
138
"""
139
- A custom variant of Anchor, where a supplied offset is used to determine where in
140
- the rectangle the position is based.
+ Defines, relative to a rectangle, what spot is considered the position.
141
142
143
def __init__(self, relative_position: Point) -> None:
144
145
- Creates a custom anchor point, defining a relative point for the location of
+ Creates an anchor point, defining a relative point for the location of
146
the position of a rectangle.
147
148
:param relative_position: (0, 0) is top left, and (1, 1) is bottom right.
0 commit comments