objecttothis

Results 411 comments of objecttothis

@casperbakker if it's a time thing, I'd be happy to submit a PR for adding the attribute with or without the optional parameter in the barcodeGeneratorSVG() function.

> @objecttothis Thanks for the example with a bigger container. Weird thing is that if you use a smaller container then the image, it works. And that is how I...

I did see the readme note the other day ``` ## Upgrading to v3 There is no need to change anything when upgrading from v2 to v3. Above you find...

> > The new style seems less readable to me, but I'm assuming that this is so that you can keep backward compatibility with the old style. > > It...

@casperbakker Looks like dev-v3 isn't a thing, but I was able to get v3.x-dev. The only problem I see so far is that it's requiring php 8.2. We are trying...

hmmm. @casperbakker For some reason the SVG renderer is generating embedded png, not SVG ![image](https://github.com/picqer/php-barcode-generator/assets/17935339/16bc8bd0-35e7-4a24-9100-15fb2b429385) ``` private function generate_barcode(array $item, array $barcode_config): string { try { $barcode_value = $this->get_barcode_value($item, $barcode_config);...

To be clear, the png isn't the correct width either. It is the correct width in the sense that the image is that dimension, but it's padded whitespace rather than...

A common experience is for us, but I'm sure other users of the open source project I'm working on is where the Barcode type is selected in the settings, but...

I just came across this issue looking for the same thing. I'm glad I'm not crazy, but it's a little disheartening that this issue has been open for more than...