Forgot to add units.
This commit is contained in:
parent
409a259235
commit
26859ff4cf
|
@ -20,8 +20,8 @@ export const labelLayouts = {
|
||||||
name: '3in x 1in Rectangular Label - CODE128',
|
name: '3in x 1in Rectangular Label - CODE128',
|
||||||
barcodeType: 'code128',
|
barcodeType: 'code128',
|
||||||
id: 'rectangle_3x1_code128',
|
id: 'rectangle_3x1_code128',
|
||||||
pageWidth: 79.37500,
|
pageWidth: 79.375,
|
||||||
pageHeight: 28.57500,
|
pageHeight: 28.575,
|
||||||
delimiter: '',
|
delimiter: '',
|
||||||
}),
|
}),
|
||||||
rectangle_code128: new LabelLayout({
|
rectangle_code128: new LabelLayout({
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
version="1.1"
|
version="1.1"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
width="79.37500"
|
width="79.375mm"
|
||||||
height="28.57500"
|
height="28.575mm"
|
||||||
viewBox="0 0 79.37500 28.57500"
|
viewBox="0 0 79.375 28.575"
|
||||||
>
|
>
|
||||||
<defs>
|
<defs>
|
||||||
<g id="up_arrow">
|
<g id="up_arrow">
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue