nanxiaobei / antd-img-crop

🗡 An image cropper for Ant Design Upload
MIT License
497 stars 156 forks source link

FillColor does not appears to be working #187

Closed onlyoneaman closed 2 years ago

onlyoneaman commented 2 years ago

When I write the code as shown to grab the image and filling fillColor ` return ( <ImgCrop fillColor="#000000"

);`

The generated image does not appear to have the stated background. Instead, it shows the default white background.

nanxiaobei commented 2 years ago

can not reproduce. please try the latest version 4.2.4, if still not working, please provide a reproducible demo.