Skip to content

Commit

Permalink
fill_off defaults to fill when fill_off_comes_from not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Nov 16, 2023
1 parent c9a37a4 commit 0f6c7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/htmljs/animint.js
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,8 @@ var animint = function (to_select, json_file) {
}
if (g_info.params.hasOwnProperty(fill_off_comes_from)) {
fill_off = g_info.params[fill_off_comes_from];
}else{
fill_off = fill;
}
if(aes.hasOwnProperty(fill_comes_from)){
get_fill = get_attr(fill_comes_from);
Expand Down

0 comments on commit 0f6c7fb

Please sign in to comment.