4
0
mirror of https://github.com/cwinfo/php-barcode.git synced 2025-06-25 22:59:24 +00:00

Tweak default scale and padding for matrix barcodes.

This commit is contained in:
Rebecca G. Bettencourt
2016-06-21 19:01:38 -07:00
parent 68c8582923
commit 26e9a5945c
4 changed files with 50 additions and 42 deletions

View File

@ -117,7 +117,10 @@ barcode.php?f=svg&s=qr&d=HELLO%20WORLD&sf=8&ms=r&md=0.8
</tr>
<tr>
<td><code>sf</code></td>
<td>Scale factor.</td>
<td>
Scale factor.
Default is 1 for linear barcodes or 4 for matrix barcodes.
</td>
</tr>
<tr>
<td><code>sx</code></td>
@ -129,7 +132,10 @@ barcode.php?f=svg&s=qr&d=HELLO%20WORLD&sf=8&ms=r&md=0.8
</tr>
<tr>
<td><code>p</code></td>
<td>Padding. Default is 10.</td>
<td>
Padding.
Default is 10 for linear barcodes or 0 for matrix barcodes.
</td>
</tr>
<tr>
<td><code>pv</code></td>