picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.66k stars 400 forks source link

Inline svg #173

Closed webwit closed 5 months ago

webwit commented 1 year ago

Thanks for the great lib! I used it to create an inline svg, but had to strip the <!xml and <!DOCTYPE stuff for that.

No problem, but maybe something like this would be a nice addition in BarcodeGeneratorSVG.php:

casperbakker commented 5 months ago

Thanks for the patience. I fixed it in #198, which will become v3 of this package.