1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/image/draw
Nigel Tao 851ded9660 image: remove superfluous if condition.
DrawMask already returns early if r.Empty().

R=r
CC=golang-dev
https://golang.org/cl/4703041
2011-07-12 17:02:55 +10:00
..
bench_test.go image/draw: add benchmarks. 2011-07-12 16:17:02 +10:00
clip_test.go image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00
draw_test.go image/draw: add draw tests where the destination image doesn't start 2011-07-08 09:54:21 +10:00
draw.go image: remove superfluous if condition. 2011-07-12 17:02:55 +10:00
Makefile image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00