commit | 972c09e46d762a13c1a3c48b1fa9b87e2c537805 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Mon Jul 27 12:28:05 2020 |
committer | Nigel Tao <nigeltao@golang.org> | Sat Aug 01 11:06:59 2020 |
tree | 6bb226345d5940a55fd3a3428b98e80bb2cb71d4 | |
parent | c13761719519258ff9c1a8b224f63d6e29b63d27 [diff] |
font/sfnt: fix Font.GlyphBounds with truncated hmtx table Thanks to Joe Blubaugh for the suggestion. Change-Id: I27cb776614b5a4a0d023755f01b4db06e3d9a1c5 Reviewed-on: https://go-review.googlesource.com/c/image/+/244997 Run-TryBot: Nigel Tao <nigeltao@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Nigel Tao <nigeltao@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.