commit | 33d19683fad8d833d2299173c7bf8ced0f102764 | [log] [tgz] |
---|---|---|
author | Lars Lehtonen <lars.lehtonen@gmail.com> | Mon Dec 09 16:37:54 2019 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Apr 30 14:03:53 2020 |
tree | f6dd00d8475eabbb2c58c9456edb47ec523dd87c | |
parent | 58c23975cae11f062d4b3b0c143fe248faac195d [diff] |
font/sfnt: fix dropped errors Pick up dropped errors in parseGPOSScriptFeatures() and parseGPOSKern(). Change-Id: I50d9b1feca4c69163df644702afb0c386c2987f7 Reviewed-on: https://go-review.googlesource.com/c/image/+/210499 Reviewed-by: Sebastien Binet <seb.binet@gmail.com> 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.