You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the default tool with a "rotate" icon in the main index.html demo is Rotate. But Rotate+Scale should be the default - the separate Rotate and Scale tools are for downstream use in this lib: #105
Same icon issue
Both of these use the same icon, which is confusing:
"toggling between rotate-and-scale and distort"
"toggle between rotate and distort
Hotkeys
these should toggle between Rotate+Scale and Distort, not just Rotate
Naming misleading
82: "_toggleRotateDistort", // r,
68: "_toggleRotateDistort", // d
fix all hotkey usage for multiple image select. When you have multiple images hitting a hot key does not update the handles on the image you currently have selected
The text was updated successfully, but these errors were encountered:
Default tool:
Rotate
vs.Rotate+Scale
Currently the default tool with a "rotate" icon in the main
index.html
demo isRotate
. ButRotate+Scale
should be the default - the separateRotate
andScale
tools are for downstream use in this lib: #105Same icon issue
Both of these use the same icon, which is confusing:
rotate-and-scale
anddistort
"rotate
anddistort
Hotkeys
Rotate+Scale
andDistort
, not justRotate
delete CAPS hotkey
delete Isolate hotkeys
Let's just say as a rule, we don't expose or make available the separated
Rotate
andScale
tools at all, as they're only for (edited) Publish changes compatible with downstream React wrapper #105 usage, and we /always/ assume the combinedRotateAndScale
tool.Part 2:
The text was updated successfully, but these errors were encountered: