Redth / ZXing.Net.Mobile

Barcode Scanner for Xamarin.iOS, Xamarin.Android, UWP and Tizen
MIT License
1.07k stars 701 forks source link

width can't be less than or equal to zero. tizen #1052

Open ViktorArbuzov opened 2 years ago

ViktorArbuzov commented 2 years ago

Hello, can't draw QR code on Tizen.Tv platform, receiving an error: "width can't be less than or equal to zero"

Nuget version: 3.0.1

ViktorArbuzov commented 2 years ago

the problem related to the BarcodeImageConfiguration: options => EncodingOptions => width = 0; need to change width to something is not equal 0, that solves the problem.