Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1165)

Issue 4678045: code review 4678045: image/draw: add draw tests where the destination image ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by nigeltao
Modified:
13 years, 8 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

image/draw: add draw tests where the destination image doesn't start at (0, 0). Also refactor the test to use the SubImage method rather than monkeying with an image's Pix and Rect fields.

Patch Set 1 #

Patch Set 2 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 8c5c270c9653 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -48 lines) Patch
M src/pkg/image/draw/draw_test.go View 1 3 chunks +64 lines, -48 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-07-07 09:35:30 UTC) #1
r
LGTM
13 years, 8 months ago (2011-07-07 12:27:53 UTC) #2
nigeltao
13 years, 8 months ago (2011-07-07 23:54:28 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=6998f26de587 ***

image/draw: add draw tests where the destination image doesn't start
at (0, 0).

Also refactor the test to use the SubImage method rather than monkeying
with an image's Pix and Rect fields.

R=r
CC=golang-dev
http://codereview.appspot.com/4678045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b