Fix speechbubble (#326)
This commit is contained in:
parent
ca2ad80a33
commit
ed8ec36136
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class SpeechBubbleCommand extends ImageCommand {
|
|||
gravity: "north",
|
||||
resize: true,
|
||||
yscale: 0.2,
|
||||
alpha: this.options.alpha,
|
||||
flip: this.options.flip
|
||||
alpha: this.options.alpha ? true : false,
|
||||
flip: this.options.flip ? true : false
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue