aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-25 13:15:21 -0500
committerCraig Jennings <c@cjennings.net>2026-05-25 13:15:21 -0500
commit08e993940b31cb98ee3cd0cb4de574fd0632868c (patch)
tree07c79aa0509c866b6e3594ee2d3b7c8f4652decb /assets
parentc42cae07ba697761bb1376464720c3bc7ea5643d (diff)
downloaddotemacs-08e993940b31cb98ee3cd0cb4de574fd0632868c.tar.gz
dotemacs-08e993940b31cb98ee3cd0cb4de574fd0632868c.zip
feat(dashboard): render the butterfly banner with a transparency mask
The dashboard banner showed the butterfly PNG without its transparency, because the image descriptor was built before the mask props were set. I moved the banner setup (dashboard-startup-banner, dashboard-banner-logo-title) ahead of dashboard-setup-startup-hook and added dashboard-image-extra-props with :mask heuristic, so the mask is in place when the startup hook builds the buffer. If a *dashboard* buffer already exists I refresh it, so the change shows without a restart. I also re-encoded the PNG smaller and kept the previous encoding as M-x_butterfly.png.bak.
Diffstat (limited to 'assets')
-rw-r--r--assets/M-x_butterfly.pngbin92971 -> 75822 bytes
-rw-r--r--assets/M-x_butterfly.png.bakbin0 -> 92971 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/assets/M-x_butterfly.png b/assets/M-x_butterfly.png
index 4e6a26b51..af86d67a7 100644
--- a/assets/M-x_butterfly.png
+++ b/assets/M-x_butterfly.png
Binary files differ
diff --git a/assets/M-x_butterfly.png.bak b/assets/M-x_butterfly.png.bak
new file mode 100644
index 000000000..4e6a26b51
--- /dev/null
+++ b/assets/M-x_butterfly.png.bak
Binary files differ