esimov / triangle

Convert images to computer generated art using delaunay triangulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme states -width flag, -linewidth is in source

jnflint opened this issue · comments

from main.go
lineWidth = flag.Float64("linewidth", 1, "Wireframe line width")

Thanks for reporting. The issue is fixed now.

Sorry to bother, the examples in the readme also need updating.
Thanks for the app, I really like the results.

@jnflint yes you are right. I will make some code refactoring and will update shortly.

@jnflint the typing errors now are corrected. Also i have extended a little bit the library to support the svg result to be accessed via web browser.