mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
commit
45e591b9ef
|
@ -60,7 +60,7 @@ public final class DataMatrixWriter implements Writer {
|
|||
|
||||
// Try to get force shape & min / max size
|
||||
SymbolShapeHint shape = SymbolShapeHint.FORCE_NONE;
|
||||
Dimension minSize = null;
|
||||
Dimension minSize = new Dimension(width, height);
|
||||
Dimension maxSize = null;
|
||||
if (hints != null) {
|
||||
SymbolShapeHint requestedShape = (SymbolShapeHint) hints.get(EncodeHintType.DATA_MATRIX_SHAPE);
|
||||
|
|
Loading…
Reference in a new issue