Skip to content

Commit

Permalink
Update generate_svg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilunicmobile authored Jan 10, 2025
1 parent a5610a8 commit 32975c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats_tracker/generate_svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "<svg width=\"300px\" height=\"300px\" xmlns=\"http://www.w3.org/2000/svg\"
<style>
@import url(\"https://fonts.googleapis.com/css?family=Source+Code+Pro\");
</style>
<image href=\"background.png\" width=\"100%\"/>
<image href=\"background.png\" width=\"100%\" height=\"100%\"/>
<text x=\"50%\" y=\"90px\" font-size=\"65\" text-anchor=\"middle\" fill=\"black\" font-family=\"Source Code Pro\" font-weight=\"bold\">$value</text>
</svg>" > loc.svg
# TEMP_DEB="$(mktemp)" &&
Expand Down

0 comments on commit 32975c7

Please sign in to comment.