qrohlf / trianglify

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

Opacity options #13

Closed pthm closed 10 years ago

pthm commented 10 years ago

Added options for opacity for use in stacked css backgrounds or anything else that might require it

qrohlf commented 10 years ago

Very cool, I'll take a look and probably merge it this weekend!

pthm commented 10 years ago

Removed the commented line, didn't realise I had left that in there, however it does allow you to set global opacity, could be another option you might want to add

blimey85 commented 8 years ago

Was the opacity option removed at some point? I don't see any mention of it in the current version but I don't see where it was removed either.

qrohlf commented 8 years ago

@blimey85 it was removed when I refactored a bunch of the render code. Feel free to add it back in, it'll need to be implemented for both the SVG and canvas renderers in pattern.js.