feat(brand): redesign logo around the slogan — footsteps visiting the sun of your day

'당신의 하루에 다녀가다'를 직접 표현: 골드 해(하루)를 향해 대각선으로
걸어가는 웜 화이트 발자국 캡슐 3개(멀수록 작아지는 깊이감) + 은은한 링.
기존 색 구성(딥 그린 그라데이션/웜 화이트/머스터드 골드) 유지.
iOS·워치·워치 위젯 앱 아이콘과 스플래시 로고에 일괄 적용.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013yKDMhuF39GVYy3FMcGHh7
This commit is contained in:
songyc macbook 2026-07-13 03:47:12 +09:00
parent ecb7b43d31
commit 921eb4bccf
5 changed files with 25 additions and 15 deletions

View File

@ -1,26 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
하루 다님 앱 로고 (원본 벡터)
콘셉트: "하루(열린 원형 링) + 지금(골드 점) + 다님(발자국 캡슐 2개)"
팔레트: 딥 모스 그린 배경(#377A5B→#27573F) / 웜 화이트(#FAFAF6) / 머스터드 골드(#D9A621)
래스터 산출은 scripts 없이 시뮬 검증용 CoreGraphics 스크립트로 동일 지오메트리를 그린다.
하루 다님 앱 로고 (원본 소스 오브 트루스)
콘셉트: "당신의 하루에 다녀가다" — 해(하루)를 향해 대각선으로 걸어가는 발자국 길.
- 배경: 딥 그린 그라데이션 (#377A5B → #27573F)
- 해: 우상단 골드 원 (#D9A621) + 은은한 링 (화이트 8%)
- 발자국: 웜 화이트(#FAFAF6) 캡슐 3개, -51° 방향 정렬, 좌우로 번갈아 어긋나며
멀어질수록 작아져 "하루 속으로 걸어 들어가는" 깊이감
래스터화는 scratchpad/render_logo.swift (CoreGraphics, 동일 지오메트리) 사용.
이 파일의 지오메트리를 수정하면 render_logo.swift도 같이 맞출 것.
-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<linearGradient id="bg" x1="0" y1="0" x2="1024" y2="1024" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#377A5B"/>
<stop offset="1" stop-color="#27573F"/>
</linearGradient>
</defs>
<!-- 배경 -->
<rect width="1024" height="1024" fill="url(#bg)"/>
<!-- 하루 링: -10°에서 시계 방향으로 290° (틈은 우상단) -->
<path d="M 807.4 459.9 A 300 300 0 1 1 564.1 216.6"
fill="none" stroke="#FAFAF6" stroke-width="64" stroke-linecap="round"/>
<!-- 지금 점: 링 틈(-45°)에 놓인 골드 원 -->
<circle cx="724.1" cy="299.9" r="57" fill="#D9A621"/>
<!-- 다님 발자국: 위-오른쪽으로 걷는 캡슐 두 개 -->
<rect x="300.5" y="557" width="195" height="110" rx="55" fill="#FAFAF6"
transform="rotate(-35 398 612)"/>
<rect x="485.5" y="387" width="195" height="110" rx="55" fill="#FAFAF6"
transform="rotate(-35 583 442)"/>
<!-- 해 주위 은은한 링 -->
<circle cx="740" cy="286" r="172" fill="none" stroke="#FAFAF6" stroke-opacity="0.08" stroke-width="10"/>
<!-- 해 (하루) -->
<circle cx="740" cy="286" r="124" fill="#D9A621"/>
<!-- 발자국 길 (캡슐 3개, -51° 회전, 중심 기준) -->
<rect x="-100" y="-43" width="200" height="86" rx="43" fill="#FAFAF6"
transform="translate(332 852) rotate(-51)"/>
<rect x="-86" y="-37" width="172" height="74" rx="37" fill="#FAFAF6"
transform="translate(432 641) rotate(-51)"/>
<rect x="-73" y="-31" width="146" height="62" rx="31" fill="#FAFAF6"
transform="translate(598 512) rotate(-51)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 755 KiB