golang-image/draw
Igor Zhilianin 69cc3646b9 all: fix typos
Change-Id: I2140a1a74d1319d9b8746efad539bfaae6038a2d
GitHub-Last-Rev: b00b49e87ed3adb72d11c81e4cff98671d411b52
GitHub-Pull-Request: golang/image#1
Reviewed-on: https://go-review.googlesource.com/c/145740
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-10-30 00:21:51 +00:00
..
draw.go draw: alias the standard library's image/draw's exported types. 2017-02-15 00:37:23 +00:00
example_test.go image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. 2015-07-29 01:18:37 +00:00
gen.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
go1_8.go draw: use type aliases for go1.8.typealias builds too 2017-02-27 16:05:05 +00:00
go1_9.go draw: use type aliases for go1.8.typealias builds too 2017-02-27 16:05:05 +00:00
impl.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
scale_test.go draw: fix crash caused by Scale by Copy shortcut 2017-12-14 22:51:56 +00:00
scale.go all: fix typos 2018-10-30 00:21:51 +00:00
stdlib_test.go draw: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 23:08:06 +00:00