MattKetmo / darkroomjs

Extensible image editing tool in your browser
https://mattketmo.github.io/darkroomjs
MIT License
1.41k stars 406 forks source link

Dark layout not work #112

Open padurets opened 7 years ago

padurets commented 7 years ago

Please tell me why it can be so: http://recordit.co/G9XJDl3hpI

ovidyou commented 7 years ago

I have the same issue and it occurred because I was using a newer version of fabric js (1.7.9). Switching back to fabric js version 1.6.6 solved it for me.

It seems that the _renderOverlay method of CropZone will need an update to make it work with latest fabric js version.