Changeset 17680 for trunk/FACT++/www


Ignore:
Timestamp:
04/22/14 23:30:07 (10 years ago)
Author:
tbretz
Message:
Opacity of 'gray out' to 50%
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.js

    r17023 r17680  
    15361536    var ctx = canv.getContext("2d");
    15371537
    1538     ctx.fillStyle = "rgba(255, 255, 255, 0.75)";
     1538    ctx.fillStyle = "rgba(255, 255, 255, 0.5)";
    15391539    ctx.fillRect(0, 0, canv.width, canv.height);
    15401540}
Note: See TracChangeset for help on using the changeset viewer.