Skip to content

Commit 374f603

Browse files
committed
complete import
1 parent c26c48e commit 374f603

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

serverpic.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package rendercard
22

33
import (
44
"image"
5+
"image/color"
6+
"math/rand"
57
"sync"
68

79
"github.com/FloatTech/floatbox/math"
@@ -224,7 +226,6 @@ func renderinfocards(torussd, glowsd []byte, plugininfos []*PluginInfo) (img ima
224226
return
225227
}
226228

227-
228229
func drawEnableOrDisableImage(status bool) image.Image {
229230
dc := gg.NewContext(50, 50)
230231
dcwf, dchf := float64(dc.W()), float64(dc.H())

0 commit comments

Comments
 (0)