mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-09 01:40:37 +08:00
@@ -2229,7 +2229,7 @@ func TestImageCompositeModeMultiply(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Issue #1269
|
// Issue #1269
|
||||||
func TestImageEmptyTriangle(t *testing.T) {
|
func TestImageZeroTriangle(t *testing.T) {
|
||||||
const w, h = 16, 16
|
const w, h = 16, 16
|
||||||
dst, _ := NewImage(w, h, FilterDefault)
|
dst, _ := NewImage(w, h, FilterDefault)
|
||||||
src, _ := NewImage(1, 1, FilterDefault)
|
src, _ := NewImage(1, 1, FilterDefault)
|
||||||
|
Reference in New Issue
Block a user