hftf / coords

2 stars 1 forks source link

Use globalAlpha instead of opacity for variability. #58

Closed MattiasBuelens closed 10 years ago

MattiasBuelens commented 10 years ago

Originally I used CSS opacity because I didn't want overlapping "avoid" regions to blend their alpha. However, that same thing can be achieved by clearing first before filling to prevent blending.

MattiasBuelens commented 10 years ago

Actually, what do you think looks the best? Blending or no blending? It's a one line change. varia-alpha

hftf commented 10 years ago

Left one looks better, I suppose.

MattiasBuelens commented 10 years ago

All right, 7688a00 takes care of that.