mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 03:10:03 +01:00
Colorbar module default overlay shift fixed (#1542)
* Fixes #1538 * Fixes #1538 Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = require('../../util/createMetaModule.js')(
|
|||||||
{ 'name': 'gradient', 'options': {} },
|
{ 'name': 'gradient', 'options': {} },
|
||||||
{ 'name': 'colormap', 'options': { colormap: options.colormap || defaults.colormap } },
|
{ 'name': 'colormap', 'options': { colormap: options.colormap || defaults.colormap } },
|
||||||
{ 'name': 'crop', 'options': { 'y': 0, 'w': '100%', 'h': options.h || defaults.h } },
|
{ 'name': 'crop', 'options': { 'y': 0, 'w': '100%', 'h': options.h || defaults.h } },
|
||||||
{ 'name': 'overlay', 'options': { 'x': options.x || defaults.h, 'y': options.y || defaults.y, 'offset': -4 } }
|
{ 'name': 'overlay', 'options': { 'x': options.x || defaults.x, 'y': options.y || defaults.y, 'offset': -4 } }
|
||||||
];
|
];
|
||||||
}, {
|
}, {
|
||||||
infoJson: require('./info.json')
|
infoJson: require('./info.json')
|
||||||
|
|||||||
Reference in New Issue
Block a user