mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
da98e67345
commit
c032d61f93
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user