Skip to content

feat(icons): add lemon squeezy - #79

Merged
BryanBerger98 merged 2 commits into
canaryfrom
feat/add-lemon-squeezy
May 23, 2026
Merged

feat(icons): add lemon squeezy#79
BryanBerger98 merged 2 commits into
canaryfrom
feat/add-lemon-squeezy

Conversation

@BryanBerger98

Copy link
Copy Markdown
Contributor

Summary

Adds the Lemon Squeezy brand icon, sourced from official assets.

Millésimes

Files

  • icons/lemon-squeezy/meta.json
  • icons/lemon-squeezy/2022/color.svg + mono.svg

Notes

Source SVG is 21×28 (non-square). Applied translate(3 0) scale(0.8571) wrapping transform to fit the mark into viewBox="0 0 24 24" per svg.md §1.1. Geometry verbatim, no coordinate rewriting. Visual diff ratio is elevated (~19%) due to canvas aspect-ratio mismatch between the square 24×24 produced PNG and the portrait 256×341 reference PNG — this is confirmed noise per icon-fidelity.md §1.3b. Mark shape, color, and silhouette are visually identical to the reference.

Generated by the add-icons skill.

BryanBerger98 and others added 2 commits May 23, 2026 20:17
the <g transform> was computed from viewBox (0 0 21 28) instead of the real
path bbox. paths extend beyond the viewBox (y_max=28.431 > 28, x_min=-0.595).
replace translate(3 0) scale(0.8571) with translate(3.7230 0.3851) scale(0.8306)
in both color.svg and mono.svg.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@BryanBerger98
BryanBerger98 merged commit cb939f4 into canary May 23, 2026
1 check passed
@BryanBerger98
BryanBerger98 deleted the feat/add-lemon-squeezy branch May 23, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant