ALT Linux Bugzilla
– Attachment 18971 Details for
Bug 55004
Некорректно конвертирует штрихкод
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Файл с 3 разными штрихкодами
index.html (text/html), 1.25 KB, created by
Kostevich Arseniy
on 2025-07-07 18:45:44 MSK
(
hide
)
Description:
Файл с 3 разными штрихкодами
Filename:
MIME Type:
Creator:
Kostevich Arseniy
Created:
2025-07-07 18:45:44 MSK
Size:
1.25 KB
patch
obsolete
><!DOCTYPE html> ><html lang=""> > <head> > <meta charset="utf-8"> > <title></title> > </head> > <body> > <header></header> > <main> > <img src="https://barcode.tec-it.com/barcode.ashx?data=Hello%20World&code=Code128&multiplebars=true"> > > <link rel="preconnect" href="https://fonts.googleapis.com"> > <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> > <link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap" rel="stylesheet"> > > <span style="font-family: 'Libre Barcode 39 Extended Text'; font-size: 55px;">358853358</span> > <script src="https://cdnjs.cloudflare.com/ajax/libs/jsbarcode/3.11.5/JsBarcode.all.min.js" integrity="sha512-QEAheCz+x/VkKtxeGoDq6nsGyzTx/0LMINTgQjqZ0h3+NjP+bCsPYz3hn0HnBkGmkIFSr7QcEZT+KyEM7lbLPQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> > > <img id="barcode"> > <script src="https://cdn.jsdelivr.net/npm/jsbarcode@3.11.5/dist/JsBarcode.all.min.js"></script> > <script> > JsBarcode("#barcode", "123456789012", { > format: "EAN13", > lineColor: "#000", > width: 2, > height: 100, > displayValue: true > }); > </script> > </main> > <footer></footer> > </body> ></html>
<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <title></title> </head> <body> <header></header> <main> <img src="https://barcode.tec-it.com/barcode.ashx?data=Hello%20World&code=Code128&multiplebars=true"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap" rel="stylesheet"> <span style="font-family: 'Libre Barcode 39 Extended Text'; font-size: 55px;">358853358</span> <script src="https://cdnjs.cloudflare.com/ajax/libs/jsbarcode/3.11.5/JsBarcode.all.min.js" integrity="sha512-QEAheCz+x/VkKtxeGoDq6nsGyzTx/0LMINTgQjqZ0h3+NjP+bCsPYz3hn0HnBkGmkIFSr7QcEZT+KyEM7lbLPQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <img id="barcode"> <script src="https://cdn.jsdelivr.net/npm/jsbarcode@3.11.5/dist/JsBarcode.all.min.js"></script> <script> JsBarcode("#barcode", "123456789012", { format: "EAN13", lineColor: "#000", width: 2, height: 100, displayValue: true }); </script> </main> <footer></footer> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 55004
: 18971 |
18972