Skip to content

Commit 119d57b

Browse files
committed
fix(skills): transparent brand glyph + sizing for the brand frame
1 parent bbf6d2d commit 119d57b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

-52.1 KB
Loading

.claude/skills/appstore-screenshots/lib/layouts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
MIN_CAPTION_GAP = 0.05
3636

3737
# Brand layout tuning (fractions of canvas)
38-
GLYPH_TOP = 0.30
39-
GLYPH_WIDTH = 0.28
40-
GLYPH_TEXT_GAP = 0.045
38+
GLYPH_TOP = 0.28
39+
GLYPH_WIDTH = 0.42 # adaptive-icon glyph carries safe-zone padding; oversize to compensate
40+
GLYPH_TEXT_GAP = 0.0 # the glyph's own padding provides the visual gap
4141

4242

4343
def _sky_canvas(width: int, height: int) -> Image.Image:
-52.1 KB
Loading

.claude/skills/playstore-screenshots/lib/layouts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
MIN_CAPTION_GAP = 0.05
3636

3737
# Brand layout tuning (fractions of canvas)
38-
GLYPH_TOP = 0.30
39-
GLYPH_WIDTH = 0.28
40-
GLYPH_TEXT_GAP = 0.045
38+
GLYPH_TOP = 0.28
39+
GLYPH_WIDTH = 0.42 # adaptive-icon glyph carries safe-zone padding; oversize to compensate
40+
GLYPH_TEXT_GAP = 0.0 # the glyph's own padding provides the visual gap
4141

4242

4343
def _sky_canvas(width: int, height: int) -> Image.Image:

0 commit comments

Comments
 (0)