feat(brand): logo v3 — person walking toward the clock of their day

시계와 사람을 포함해 슬로건('당신의 하루에 다녀가다')과 앱 콘셉트(시간
추적)를 직접 표현: 우상단 웜 화이트 시계 링(골드 10:10 바늘) + 그곳을
향해 걷는 웜 화이트 픽토그램 + 지나온 발자국 점 2개. 색 구성은 유지.
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 05:57:11 +09:00
parent 921eb4bccf
commit 209042575e
5 changed files with 23 additions and 16 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
하루 다님 앱 로고 (원본 소스 오브 트루스)
콘셉트: "당신의 하루에 다녀가다" — 해(하루)를 향해 대각선으로 걸어가는 발자국 길.
하루 다님 앱 로고 (원본 소스 오브 트루스) — v3
콘셉트: "당신의 하루에 다녀가다" — 하루(시계)를 향해 걸어가는 사람.
- 배경: 딥 그린 그라데이션 (#377A5B → #27573F)
- 해: 우상단 골드 원 (#D9A621) + 은은한 링 (화이트 8%)
- 발자국: 웜 화이트(#FAFAF6) 캡슐 3개, -51° 방향 정렬, 좌우로 번갈아 어긋나며
멀어질수록 작아져 "하루 속으로 걸어 들어가는" 깊이감
- 시계: 우상단 웜 화이트 링(중심 726,292 r152 굵기 32) + 골드 시침·분침(10:10) + 골드 중심점
- 사람: 웜 화이트 걷는 픽토그램 (머리 원 + 라운드 캡 스트로크 몸통/팔/다리)
- 발자국: 사람 뒤로 이어지는 점 2개 (지나온 길, 뒤로 갈수록 작고 흐리게)
래스터화는 scratchpad/render_logo.swift (CoreGraphics, 동일 지오메트리) 사용.
이 파일의 지오메트리를 수정하면 render_logo.swift도 같이 맞출 것.
-->
@ -20,17 +20,24 @@
<!-- 배경 -->
<rect width="1024" height="1024" fill="url(#bg)"/>
<!-- 해 주위 은은한 링 -->
<circle cx="740" cy="286" r="172" fill="none" stroke="#FAFAF6" stroke-opacity="0.08" stroke-width="10"/>
<!-- 시계 (하루) -->
<circle cx="726" cy="292" r="152" fill="none" stroke="#FAFAF6" stroke-width="32"/>
<!-- 분침 (-60° = 2시 방향), 시침 (-150° = 10시 방향) -->
<line x1="726" y1="292" x2="774" y2="208.9" stroke="#D9A621" stroke-width="26" stroke-linecap="round"/>
<line x1="726" y1="292" x2="668.8" y2="259" stroke="#D9A621" stroke-width="26" stroke-linecap="round"/>
<circle cx="726" cy="292" r="20" fill="#D9A621"/>
<!-- 해 (하루) -->
<circle cx="740" cy="286" r="124" fill="#D9A621"/>
<!-- 사람 (다님): 시계를 향해 걷는 픽토그램 -->
<circle cx="495" cy="404" r="57" fill="#FAFAF6"/>
<g stroke="#FAFAF6" stroke-linecap="round" fill="none">
<line x1="488" y1="488" x2="458" y2="655" stroke-width="68"/>
<line x1="480" y1="519" x2="588" y2="594" stroke-width="44"/>
<line x1="480" y1="519" x2="390" y2="618" stroke-width="44"/>
<line x1="458" y1="655" x2="581" y2="814" stroke-width="48"/>
<line x1="458" y1="655" x2="341" y2="825" stroke-width="48"/>
</g>
<!-- 발자국 길 (캡슐 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)"/>
<!-- 발자국 (지나온 길) -->
<circle cx="250" cy="886" r="18" fill="#FAFAF6" fill-opacity="0.75"/>
<circle cx="166" cy="922" r="13" fill="#FAFAF6" fill-opacity="0.45"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 762 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 762 KiB