@ -51,7 +51,7 @@ function rect.union(x1,y1,w1,h1, x2,y2,w2,h2)
x1=min(x1,x2)
y1=min(y1,y2)
xw1=max(xw1,xw2)
xh1=max(xh1,xh2)
yh1=max(yh1,yh2)
returnx1,y1,xw1-x1,yh1-y1
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.