mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Edit Image Node): Fix transparent operation (#6513)
fix missing transparent operation
This commit is contained in:
@@ -1030,6 +1030,7 @@ export class EditImage implements INodeType {
|
||||
rotate: ['backgroundColor', 'rotate'],
|
||||
shear: ['degreesX', 'degreesY'],
|
||||
text: ['font', 'fontColor', 'fontSize', 'lineLength', 'positionX', 'positionY', 'text'],
|
||||
transparent: ['color'],
|
||||
};
|
||||
|
||||
let operations: IDataObject[] = [];
|
||||
|
||||
Reference in New Issue
Block a user