barcode
barcode copied to clipboard
getBarcodeSVG return is different from getBarcodeHTML
I'm not sure why, but when I try
{!! DNS1D::getBarcodeSVG(123456789, 'C128') !!}
I had something completely differente from:
{!! DNS1D::getBarcodeHTML(123456789, 'C128') !!}
It's not just the fact that with the SVG i got text code bellow, but also changes the barcode it self. Someone has any ideia of what is going on or how to fix it?