mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
fixes add-QR and color-picker in draw-rectangle,grid-overlay (#1250)
This commit is contained in:
committed by
Jeffrey Warren
parent
339df8768d
commit
d782c147c5
@@ -32,7 +32,7 @@ module.exports = exports = function (options, pixels, oldPixels, callback) {
|
||||
}
|
||||
|
||||
else {
|
||||
pixelSetter(m, n, [qrPixels.get(m, n, 0), qrPixels.get(m, n, 1), qrPixels.get(m, n, 2), qrPixels.get(m, n, 3)], pixels);
|
||||
pixelSetter(m, n, [oldPixels.get(m, n, 0), oldPixels.get(m, n, 1), oldPixels.get(m, n, 2), oldPixels.get(m, n, 3)], pixels);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user