Skip to content

Add 24x24 black and white Indent logo variants#16

Open
johannkm wants to merge 1 commit intomainfrom
indent-2026-03-27-24x24-logos
Open

Add 24x24 black and white Indent logo variants#16
johannkm wants to merge 1 commit intomainfrom
indent-2026-03-27-24x24-logos

Conversation

@johannkm
Copy link
Copy Markdown
Contributor

Summary

  • Adds 24x24 versions of the black and white Indent logos in PNG, SVG, and GIF formats
  • PNG and GIF are downscaled from the originals using Lanczos resampling; SVGs set width/height to 24 while preserving the viewBox

New files

File Format
black_indent_logo_24x24.png PNG
black_indent_logo_24x24.svg SVG
black_indent_logo_24x24.gif GIF
white_indent_logo_24x24.png PNG
white_indent_logo_24x24.svg SVG
white_indent_logo_24x24.gif GIF

Test plan

  • Verify 24x24 PNG renders correctly
  • Visually confirm SVG and GIF variants

View in Indent
Comment @indent ... on this PR to send a message.

…IF formats.

Generated with [Indent](https://indent.com)
Co-Authored-By: Indent <noreply@indent.com>
@indent
Copy link
Copy Markdown

indent Bot commented Mar 27, 2026

Issues

1 potential issue found:

  • Autofix The 24x24 SVGs declare width="24" height="24" but retain viewBox="0 0 16 16", unlike the existing 16x16 SVGs where width/height matches viewBox. This renders correctly (SVG scales viewBox to fit) but is a minor inconsistency that could confuse future editors.

Summary

This PR adds 24x24 pixel versions of the black and white Indent logos in PNG, SVG, and GIF formats, supplementing the existing logo assets in the repository.

  • Added black_indent_logo_24x24.{png,svg,gif} and white_indent_logo_24x24.{png,svg,gif} (6 new files)
  • SVGs reuse the same path data as the existing 16x16 SVGs with width/height scaled to 24
  • PNGs include proper anti-aliasing; GIFs use 1-bit transparency with shapes matching PNGs exactly
  • Naming follows existing {color}_indent_logo_{size}.{ext} convention

CI Checks

No CI checks configured for this repository.

Autofix All

@johannkm johannkm added the indent label Mar 27, 2026 — with indent
@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

viewBox vs width/height mismatch: This SVG declares width="24" height="24" but keeps viewBox="0 0 16 16" from the original 16x16 SVG. This works correctly (SVG scales the 16x16 coordinate space to fill the 24x24 canvas), but differs from the existing convention where black_indent_logo.svg uses width="16" height="16" viewBox="0 0 16 16" with matching values. Not a bug, just a minor inconsistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant