fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.35k stars 608 forks source link

install failure `r.mask.AlphaAt undefined` #62

Closed colemanbroad closed 6 years ago

colemanbroad commented 6 years ago

Upon install via go get -u github.com/fogleman/primitive I get the following error:

# github.com/fogleman/gg
./pattern.go:101: r.mask.AlphaAt undefined (type *image.Alpha has no field or method AlphaAt)

I'm running Mac OS X 10.11.6 and go version go1.3.1 darwin/386

colemanbroad commented 6 years ago

Fixed by upgrading to Go 1.9.2 :)