mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Merge pull request #368 from zxing/revert-272-master
Revert "minSize from provided sizes"
This commit is contained in:
commit
4907c54003
|
@ -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 = new Dimension(width, height);
|
||||
Dimension minSize = null;
|
||||
Dimension maxSize = null;
|
||||
if (hints != null) {
|
||||
SymbolShapeHint requestedShape = (SymbolShapeHint) hints.get(EncodeHintType.DATA_MATRIX_SHAPE);
|
||||
|
|
Loading…
Reference in a new issue