gofmt gen_icon.go

This commit is contained in:
Philip Peterson 2026-08-25 05:11:19 -08:00
parent 51b708f93f
commit dc32a2a80f

View file

@ -56,7 +56,7 @@ func sample(x, y float64) rgb {
}
// play triangle
tx := float64(size)*0.512
tx := float64(size) * 0.512
ax, ay := tx-float64(size)*0.145, float64(size)*0.342
bx, by := tx-float64(size)*0.145, float64(size)*0.658
cxv, cyv := tx+float64(size)*0.165, float64(size)*0.5