This website requires JavaScript.
Explore
Help
Sign In
aw
/
golang-freetype
Watch
1
Fork
0
You've already forked golang-freetype
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b7eb15daa
golang-freetype
/
raster
History
Maksim Kochkin
23cf3c9a64
Change alpha max value from 1<<32-1 to 1<<16-1
...
Looks like since
8a4428169d
you forget to change this in MonochromePainter
2015-11-29 16:00:23 +03:00
..
geom.go
Use the fixed.Int26_6 and fixed.Point26_6 types.
2015-08-17 10:26:09 +10:00
paint.go
Change alpha max value from 1<<32-1 to 1<<16-1
2015-11-29 16:00:23 +03:00
raster.go
Make raster.Painter's max alpha 1<<16-1, not 1<<32-1.
2015-08-30 23:48:43 +10:00
stroke.go
Use the fixed.Int26_6 and fixed.Point26_6 types.
2015-08-17 10:26:09 +10:00