mirror of
https://github.com/velour/catbase.git
synced 2025-04-04 04:01:42 +00:00
meme: make bully position default to botright even for bad configs
This commit is contained in:
parent
a9fdf98a02
commit
a4b3e63b87
@ -447,10 +447,8 @@ func (p *MemePlugin) applyBully(img, bullyImg image.Image) image.Image {
|
|||||||
|
|
||||||
w, h := bullyImg.Bounds().Max.X, bullyImg.Bounds().Max.Y
|
w, h := bullyImg.Bounds().Max.X, bullyImg.Bounds().Max.Y
|
||||||
|
|
||||||
pt := image.Point{}
|
pt := image.Point{srcSz.X - w, srcSz.Y - h}
|
||||||
switch position {
|
switch position {
|
||||||
case "botright":
|
|
||||||
pt = image.Point{srcSz.X - w, srcSz.Y - h}
|
|
||||||
case "botleft":
|
case "botleft":
|
||||||
pt = image.Point{0, srcSz.Y - h}
|
pt = image.Point{0, srcSz.Y - h}
|
||||||
case "topright":
|
case "topright":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user