# File mrplot/helpers.rb, line 166
def
Rect
.
fromsize
(
size
)
Rect
.
new
(
0
,
0
,
size
.
width
,
size
.
height
)
end