Skip to content

Commit

Permalink
try to get auto trimming working with svg
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Jun 25, 2024
1 parent e91cb4b commit 494dcd3
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 46 deletions.
3 changes: 2 additions & 1 deletion docs/src/assets/gen_logo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,5 @@ plot!(

##### ----- SAVE ----- #####
plot!(; grid=false, background_color=nothing)
savefig("logo.svg")
# savefig("logo.svg")
savefig("logo.png")
2 changes: 1 addition & 1 deletion docs/src/assets/gen_trim_logo.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia --project=../../ gen_logo.jl
mogrify -trim logo.svg
magick mogrify -trim logo.png
Loading

0 comments on commit 494dcd3

Please sign in to comment.