Pārlūkot izejas kodu

Fixed:去掉多余的赋值

朱金辉 2 gadi atpakaļ
vecāks
revīzija
ea47049b06
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      util/image/qr.go

+ 0 - 4
util/image/qr.go

@@ -72,10 +72,6 @@ func (q *QR) Create() (*imagick.MagickWand, error) {
 	}
 
 	qr.DisableBorder = true
-
-	qr.ForegroundColor = color.RGBA{R: 0x33, G: 0x33, B: 0x66, A: 0xff}
-	qr.BackgroundColor = color.RGBA{R: 0xef, G: 0xef, B: 0xef, A: 0xff}
-
 	qr.ForegroundColor = frontColor
 	qr.BackgroundColor = backgroundColor