commit | 9b8a3be425462106abd69d25c90401efb6d1b8d2 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Fri Dec 16 07:55:15 2022 |
committer | Nigel Tao <nigeltao@golang.org> | Mon Dec 19 10:52:04 2022 |
tree | b576a2157707e30b74f3bf4553ad7eea2e1ac624 | |
parent | c5235ae222a63338d2e731babcc384ef29ef1e0a [diff] |
font/plan9font: limit the font image's dimensions Fixes golang/go#57258 Change-Id: I0249e422470219594188d050ebd6dc42f1646dff Reviewed-on: https://go-review.googlesource.com/c/image/+/458095 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Nigel Tao <nigeltao@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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.