For example: ``` r1 = rect(100, 100, 50, 50); r2 = r1.anchor.south; ``` In this case, `r2` should be equal to `rect(100, 75, 50, 50)`
For example:
In this case,
r2should be equal torect(100, 75, 50, 50)