website: more poly line tweaks

This commit is contained in:
Jack Pearkes 2014-07-27 23:12:37 -04:00
parent d97a235f77
commit 91331ce763

View File

@ -124,7 +124,7 @@ Engine.Shape.Puller.prototype = {
} }
ctx.closePath(); ctx.closePath();
ctx.lineWidth = 0.4 * scale; ctx.lineWidth = 0.4 * scale;
ctx.strokeStyle = 'rgba(108,0,243,0.1)'; ctx.strokeStyle = 'rgba(108,0,243,0.15)';
ctx.stroke(); ctx.stroke();
if (this.alpha < 1) { if (this.alpha < 1) {