Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
neocarto committed Oct 23, 2023
1 parent 510ef85 commit d40e9fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layers/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ export function addfooter(selection, width, height, options = {}) {
.attr("dominant-baseline", "hanging")
.attr("fill", fill)
.attr("font-family", "sans-serif")
.attr("fill-opacity", 1);
.attr("fill-opacity", 1)
.text((d) => d);
}

0 comments on commit d40e9fa

Please sign in to comment.