qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Gaps between polygons #14

Closed qrohlf closed 10 years ago

qrohlf commented 10 years ago

Due to antialiasing/SVG rendering/??? lines show up in between polygons on some browsers. Might be due to non-integer values for vertex coordinates - maybe rounding the coordinates to integer values would fix it? (It also would probably lower the size of the generated svg!)

qrohlf commented 10 years ago

(more or less) fixed in v0.1.3