gofmt gen_icon.go
This commit is contained in:
parent
51b708f93f
commit
dc32a2a80f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue