INcrease the size of the barcode slightly.

This commit is contained in:
james 2011-03-17 23:16:44 +00:00
parent 047dd2c86f
commit c493120128

View File

@ -822,8 +822,8 @@ foreach($report_stock as $n=>$v) {
'hpadding' => 'auto',
'fgcolor' => array(0,0,0),
'bgcolor' => false, //array(255,255,255)
'module_width' => 2, // width of a single module in points
'module_height' => 2 // height of a single module in points
'module_width' => 3, // width of a single module in points
'module_height' => 3 // height of a single module in points
);
$rep->barcode($v, 'QRCODE,H', $d['x'], $d['y'], $d['w'], $d['h'], $style, 'N');
}