]> Cypherpunks repositories - gostls13.git/commit
doc: add Go image/draw package article and convert code snippets to Go1.
authorJohan Euphrosine <proppy@google.com>
Wed, 14 Mar 2012 00:27:41 +0000 (11:27 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 14 Mar 2012 00:27:41 +0000 (11:27 +1100)
commitfef92cbbac97022c094f4ff5bfb47b12852e076b
treec8ed0d1a94a94635a508fd3e913dbecd65129f9b
parent5f32c8b88bfe5f6e2ba32bb444dbda88ec741024
doc: add Go image/draw package article and convert code snippets to Go1.

Originally published on The Go Programming Language Blog, September 29, 2011.

http://blog.golang.org/2011/09/go-imagedraw-package.html

Update #2547.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/5755057
12 files changed:
doc/Makefile
doc/articles/image-20.png [new file with mode: 0644]
doc/articles/image-2a.png [new file with mode: 0644]
doc/articles/image-2b.png [new file with mode: 0644]
doc/articles/image-2c.png [new file with mode: 0644]
doc/articles/image-2d.png [new file with mode: 0644]
doc/articles/image-2e.png [new file with mode: 0644]
doc/articles/image-2f.png [new file with mode: 0644]
doc/articles/image_draw.html [new file with mode: 0644]
doc/docs.html
doc/progs/image_draw.go [new file with mode: 0644]
src/pkg/image/draw/draw.go