readme
This commit is contained in:
@@ -23,8 +23,8 @@ func BenchmarkScale(b *testing.B) {
|
||||
err := png.Encode(io.Discard,
|
||||
Scale(Render(
|
||||
texture.New(color.White, color.Black, 2),
|
||||
image.Rect(0, 0, 32, 32),
|
||||
), 32),
|
||||
image.Rect(0, 0, 64, 64),
|
||||
), 64),
|
||||
)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
Reference in New Issue
Block a user