Skip to content

Commit

Permalink
Update basic.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer authored Aug 5, 2020
1 parent 977e947 commit d83cf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

func main() {
grad, _ := colorgrad.NewGradient().Build()
w := 850
h := 85
w := 800
h := 80
fw := float64(w)

img := image.NewRGBA(image.Rect(0, 0, w, h))
Expand Down

0 comments on commit d83cf5a

Please sign in to comment.