Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

Error in cropping the picture #45

Closed SarahFathy closed 2 years ago

SarahFathy commented 2 years ago

Hello, I Have the same issue as issue #43 I'm using the Nuget package in my application so will not be able to add the work around (mentioned in the issue discussion) myself. so my question is: When will the new version (1.2.6) will be released ?

Chronostasys commented 2 years ago

Hi @SarahFathy , happy to see you are using Blazor.Cropper.
V1.2.6 should already have been released about a week ago. You could use the command below to update your nuget package:

dotnet add package Chronos.Blazor.Cropper --version 1.2.6
SarahFathy commented 2 years ago

Hi Boxiu, Unfortunately I still have the same issue even after the upgrade to version 1.2.6 Screenshot (241)

Chronostasys commented 2 years ago

Hi @SarahFathy , seems I've made a mistake while using preprocessor. Please try v1.2.7.
Feel free to contact me if the issue still occurs.

SarahFathy commented 2 years ago

Hi @Chronostasys, It works fine now after upgrading to v1.2.7. Thank you so much. Have a great day!