removed debug code
This commit is contained in:
parent
bfbd54827b
commit
623a4742ce
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ func (b *SoftwareBackend) Fill(style *backendbase.FillStyle, pts [][2]float64) {
|
|||
o := math.Max(o1, o2)
|
||||
col := rg.data.ColorAt(o)
|
||||
b.Image.SetRGBA(x, y, mix(col, b.Image.RGBAAt(x, y)))
|
||||
b.Image.SetRGBA(x, y, color.RGBA{R: 255, A: 255})
|
||||
})
|
||||
} else {
|
||||
b.fillTriangles(pts, func(x, y int) {
|
||||
|
|
Loading…
Reference in a new issue