Skip to content

Commit

Permalink
switch color base to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jul 17, 2014
1 parent be74058 commit ad802ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/style/styledeclaration.js
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ function parseColor(value) {

function stopsFn(params, color) {
var stops = params.stops;
var base = params.base || (color ? 1.05 : 1.75);
var base = params.base || (color ? 1 : 1.75);

return function(z) {

0 comments on commit ad802ce

Please sign in to comment.