Skip to content

Commit

Permalink
fix build error for issue 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdxyw committed Oct 22, 2021
1 parent 590d870 commit a2c7aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example_dotline.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
c.SetBackground(color.RGBA{230, 230, 230, 255})
c.SetLineWidth(10)
c.SetIterations(15000)
c.SetColorSchema(common.Plasma)
c.SetColorSchema(common.DarkPink)
c.FillBackground()
c.Draw(arts.NewDotLine(100, 20, 50, false))
c.ToPNG("dotline.png")
Expand Down

0 comments on commit a2c7aca

Please sign in to comment.