]> Cypherpunks repositories - gostls13.git/commit
exp/draw: fix double-counting of pt.Min for the src and mask points.
authorNigel Tao <nigeltao@golang.org>
Fri, 10 Sep 2010 09:48:27 +0000 (19:48 +1000)
committerNigel Tao <nigeltao@golang.org>
Fri, 10 Sep 2010 09:48:27 +0000 (19:48 +1000)
commitd660d4a6d0a3fe4712322b92afadc78705c6862b
tree9ba1b9d1606dda9169c51dd787bd94c78e3a9381
parent66f676b8efd2b383aa2fa3b367efb23f9ba50372
exp/draw: fix double-counting of pt.Min for the src and mask points.
The min is typically zero, which is why this hasn't bitten us yet.

R=r
CC=golang-dev
https://golang.org/cl/2119048
src/pkg/exp/draw/draw.go