fix build error for issue 7

This commit is contained in:
jdxyw 2021-10-22 20:58:44 +08:00
parent 590d870f56
commit a2c7aca3d5
1 changed files with 1 additions and 1 deletions

View File

@ -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")