commit | e6eecd499c2c22e58f3951ca087d4523a0b2860d | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Tue Jun 22 07:54:18 2021 |
committer | Nigel Tao <nigeltao@golang.org> | Tue Jun 22 09:29:29 2021 |
tree | a46da278086ec5dbec00008fea183236e97186d2 | |
parent | 775e3b0c77b940684efe0f152b6075671018854f [diff] |
font/sfnt: fix parsing PostScript fonts' 4-byte numbers Fixes golang/go#46836 Change-Id: Ie4ff2a9866d3f468d973e73857d6c44078c0695d Reviewed-on: https://go-review.googlesource.com/c/image/+/329949 Trust: Nigel Tao <nigeltao@golang.org> Run-TryBot: Nigel Tao <nigeltao@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rob Pike <r@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.