Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 8, 2023
1 parent 6da8ede commit 4581b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
draw.FillBackground([4]int{255, 255, 188, 255})

// Draw text on the screen
draw.DrawText("Hello under the world!", 21, 100, 100)
draw.DrawText("Hello, world!", 21, 100, 100)

// Draw a rectangle on the screen
draw.DrawRect(50, 500, 400, 400, [4]int{146, 255, 123, 255})
Expand Down

0 comments on commit 4581b45

Please sign in to comment.