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

[advice] how to implement bezier curve with DrawLine #161

Open MushiTheMoshi opened 2 years ago

MushiTheMoshi commented 2 years ago

Hi there,

First of all , really cool work done here, much appreciated.

I am writing a program that follows a path and draw some images with scatter distribution over the same path, I was wondering if you could advice how implement a bezier curve style for the DrawLine method.

I hope you can help me.

Thanks in advance, Julio