*func ImageText52x12(img *image.RGBA, x, y int, col color.RGBA, label string) { point := fixed.Point52_12{fixed.Int52_12(x * 64), fixed.Point52_12((y + 10) * 64)} d := &font.Drawer{ Dst: img, Src: image.NewUniform(col), Face: basicfont.Face7x13, Dot: point, } d.DrawString(label) }*/
(filename string, zoom_size int)
source not stored for this graph (policy: none)
no test coverage detected