summaryrefslogtreecommitdiff
path: root/src/pkg/exp/draw/draw_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-33/+96
2010-06-04Fixes issue 836.Nigel Tao1-0/+14
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao1-9/+0
2010-05-21go/printer, gofmt: fix printing of labels,Robert Griesemer1-1/+2
2010-05-20Fast-ish path for drawing onto an image.RGBA destination.Nigel Tao1-3/+57
2010-02-17Add Src and Over draw operators.Nigel Tao1-12/+28
2010-02-11exp/draw test.Nigel Tao1-0/+89