package main import ( "github.com/fogleman/gg" ) func main() { dc := gg.NewContext(800, 800) GitHub(dc, "64578396") // XBitPolygons(dc, "BigBor14", 6, 6) // FourBitSquares(dc, "Jaybee18") dc.SavePNG("out.png") } // Bit font character overlay mit xor