-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? Run the included program. It draws the bottom right part of a larger image on a smaller image. What is the expected output? What do you see instead? The smaller image should get the bottom right pixel of the larger image. Instead it gets the top right pixel of the larger image. (Output is {0 255 0 255}.) What is your $GOOS? $GOARCH? linux amd64 Which revision are you using? (hg identify) e712aba3277f tip Please provide any additional information below. The bug shows up after changeset 5608:e712aba3277f.
Attachments:
- image.go (534 bytes)