Skip to content

Commit

Permalink
Switch to white background.
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Jul 25, 2014
1 parent 5ec677d commit 3275498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coaltrace.html
Expand Up @@ -20,7 +20,7 @@
</style> </style>
</head> </head>


<body style="background-color:#343434;"> <body style="background-color:white;">


<script src="processing.min.js"></script> <script src="processing.min.js"></script>
<canvas datasrc="coaltrace.pjs" width="600" height="450">Can't load canvas object</canvas> <canvas datasrc="coaltrace.pjs" width="600" height="450">Can't load canvas object</canvas>
Expand Down
2 changes: 1 addition & 1 deletion coaltrace.pjs
Expand Up @@ -52,7 +52,7 @@ void setup() {
STATISTICS = false; STATISTICS = false;
HELP = false; HELP = false;
FRATE = false; FRATE = false;
GRAYBG = true; GRAYBG = false;
BRANCHCOLORING = true; BRANCHCOLORING = true;


CHARGE = 30; // 50 CHARGE = 30; // 50
Expand Down

0 comments on commit 3275498

Please sign in to comment.