improving display

This commit is contained in:
Micho 2013-05-23 01:02:51 +02:00
parent 9df7d9d129
commit b4b011c567
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ function renderCanvas() {
}) })
context.stroke(); context.stroke();
var a = (selectedCount > 0) ? 0.1 : 0.2; var a = (selectedCount > 0) ? 0.15 : 0.15;
context.strokeStyle = 'rgba(0,0,0,'+a+')'; context.strokeStyle = 'rgba(0,0,0,'+a+')';
context.lineWidth = 2*radius*((selectedCount > 0) ? 0.4 : 1); context.lineWidth = 2*radius*((selectedCount > 0) ? 0.4 : 1);
context.beginPath(); context.beginPath();