php-barcode-generator icon indicating copy to clipboard operation
php-barcode-generator copied to clipboard

Inline svg

Open webwit opened this issue 3 years ago • 0 comments

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:

  • Add param bool $inline = false to getBarcode()
  • Only add the <!xml and <!DOCTYPE lines when !$inline

webwit avatar Oct 25 '22 17:10 webwit