Skip to content

Commit

Permalink
fix(Edit Image Node): Fix transparent operation (n8n-io#6513)
Browse files Browse the repository at this point in the history
fix missing transparent operation
  • Loading branch information
maspio authored Jun 22, 2023
1 parent d255b09 commit 4a4bcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nodes-base/nodes/EditImage/EditImage.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];
Expand Down

0 comments on commit 4a4bcbc

Please sign in to comment.