fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.34k stars 608 forks source link

Bezier width #90

Open jwb95 opened 4 years ago

jwb95 commented 4 years ago

Hi, is there a parameter in the code I could modify to change the width of the beziers?

Thank you

fogleman commented 4 years ago

https://github.com/fogleman/primitive/blob/master/primitive/quadratic.go#L27

jwb95 commented 4 years ago

Thanks for the quick answer. Unfortunately, changing this parameter had no effect on the beziers for me.

jwb95 commented 4 years ago

Further instruction would be much appreciated.