Files

18 lines
261 B
Go
Raw Permalink Normal View History

2026-02-24 17:34:02 +01:00
package main
import (
"github.com/fogleman/gg"
)
2026-02-26 18:22:28 +01:00
func main() {
dc := gg.NewContext(800, 800)
GitHub(dc, "64578396")
// XBitPolygons(dc, "BigBor14", 6, 6)
// FourBitSquares(dc, "Jaybee18")
2026-02-26 18:22:28 +01:00
dc.SavePNG("out.png")
}
// Bit font character overlay mit xor