Results 14 issues of Mariusz Jamro

Bug: The label text is rendered relative to the middle of the image instead of the middle of the actual barcode. This PR requires #196 # Current behaviour Label text...

I've added support for configuring appearance of the guard bars for EAN-13 to match the standard. I need the first digit to be the same size as other digits and...

## Category * [x] Feature request ## Describe the feature When mocking async methods that require a cancellation token you can use `It.IsAny()` syntax like this: ``` myMock.Setup(m => m.DoSomethingAsync(It.IsAny()));...

stale

Add pl/cz locales to the playground. Allow for zero as precision in the playground (it works just fine) and is usefull when you want to input whole numbers.