mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(Edit Image Node): Fix transparent operation (#6513)
fix missing transparent operation
This commit is contained in:
parent
d255b094dd
commit
4a4bcbca29
|
@ -1030,6 +1030,7 @@ export class EditImage implements INodeType {
|
||||||
rotate: ['backgroundColor', 'rotate'],
|
rotate: ['backgroundColor', 'rotate'],
|
||||||
shear: ['degreesX', 'degreesY'],
|
shear: ['degreesX', 'degreesY'],
|
||||||
text: ['font', 'fontColor', 'fontSize', 'lineLength', 'positionX', 'positionY', 'text'],
|
text: ['font', 'fontColor', 'fontSize', 'lineLength', 'positionX', 'positionY', 'text'],
|
||||||
|
transparent: ['color'],
|
||||||
};
|
};
|
||||||
|
|
||||||
let operations: IDataObject[] = [];
|
let operations: IDataObject[] = [];
|
||||||
|
|
Loading…
Reference in a new issue