php-barcode-generator
php-barcode-generator copied to clipboard
Inline svg
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