matiasgali / guillotine

jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
http://guillotine.js.org
327 stars 100 forks source link

rotate #68

Closed damelco closed 6 years ago

damelco commented 6 years ago

not so much an issue ... as the insight to where you've probably already been.

I need to rotate at something much less then 90 degrees. I modded the script to eliminate the modulo '90' check and change the increment to 1 and -1 (instead of 90 and -90)

but wow! ... really breaks the functionality ... big time.

I know transform: rotate can handle variables down to decimal increments.

any idea why it handles this mod so poorly?

thanks!

DJ

damelco commented 6 years ago

okay ... my bad this issue was addressed already here; https://groups.google.com/forum/#!topic/jquery-guillotine/V6Z__HwOO_Y

thank you.