Open ktye opened 5 years ago
go version
$ go version go version go1.11.1 windows/amd64
Parse APL386 true type font with github.com/golang/freetype/truetype and render U+2262 with golang.org/x/image/font Drawer.DrawString.
I'll update with a link to example code and images shortly.
A rendering of the rune, that has intersecting paths. The intersecting regions should be filled (with black color).
Intersecting regions are not filled, they are left white.
Here is example code with rendered images: https://github.com/ktye/goissues/tree/master/28932
What version of Go are you using (
go version
)?What did you do?
Parse APL386 true type font with github.com/golang/freetype/truetype and render U+2262 with golang.org/x/image/font Drawer.DrawString.
I'll update with a link to example code and images shortly.
What did you expect to see?
A rendering of the rune, that has intersecting paths. The intersecting regions should be filled (with black color).
What did you see instead?
Intersecting regions are not filled, they are left white.