Skip to content

Commit

Permalink
Rerender logo
Browse files Browse the repository at this point in the history
  • Loading branch information
eprovst committed Aug 19, 2023
1 parent 73036c1 commit 3a16241
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/src/assets/render_logo.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using CairoMakie, DomainColoring

fig = Figure(resolution=(500, 500), figure_padding=0)
axs = Axis(fig[1, 1])

domaincolor!(axs, z -> im*(z+.1im)^3-1, 2.5, all=true)

hidedecorations!(axs)
tightlimits!(axs)
save("logo.png", fig)

0 comments on commit 3a16241

Please sign in to comment.