fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.4k stars 358 forks source link

Can 'drawarc' support counterclockwise operation #164

Open haixuxu opened 2 years ago

haixuxu commented 2 years ago

Can it support counterclockwise operation?

dc.DrawArc(x+r-2, y+l/2, r+0.4, -1*0.76*PI, 2.23*PI , true)