Open
Description
Currently the rectangle created on select tool is a temporary pixel.js rectangle object. Drawing such a rectangle requires the layer's canvas to be refreshed every time the rectangle is being resized. This results in a slowly responsive selection. Using CSS will avoid this behaviour specially since there is no need for canvas refresh.