commit | c5235ae222a63338d2e731babcc384ef29ef1e0a | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Thu Dec 15 23:15:35 2022 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Dec 16 00:02:52 2022 |
tree | c4f65ec485e77f54d9a5c8dbd28f48042db6a27e | |
parent | 0888fdd524de3bd983dc2710844d8aeef2430100 [diff] |
font/plan9font: fix byteoffset for non-zero origin Updates golang/go#57258 Change-Id: I4c7305c8e61f2d2cc0227c0daf0b003bbc466497 Reviewed-on: https://go-review.googlesource.com/c/image/+/458035 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Nigel Tao <nigeltao@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.