fix build error for issue 7
This commit is contained in:
parent
590d870f56
commit
a2c7aca3d5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ func main() {
|
||||||
c.SetBackground(color.RGBA{230, 230, 230, 255})
|
c.SetBackground(color.RGBA{230, 230, 230, 255})
|
||||||
c.SetLineWidth(10)
|
c.SetLineWidth(10)
|
||||||
c.SetIterations(15000)
|
c.SetIterations(15000)
|
||||||
c.SetColorSchema(common.Plasma)
|
c.SetColorSchema(common.DarkPink)
|
||||||
c.FillBackground()
|
c.FillBackground()
|
||||||
c.Draw(arts.NewDotLine(100, 20, 50, false))
|
c.Draw(arts.NewDotLine(100, 20, 50, false))
|
||||||
c.ToPNG("dotline.png")
|
c.ToPNG("dotline.png")
|
||||||
|
|
Loading…
Reference in a new issue