Use CSS to create select tool rectangular preview
Open
Component: Core
enhancement
Feature Request
Priority: High
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.