Sceau Tsing: proportions avatars (1.3:1), emboss CSS, sans voile dark
- SVG redessiné: viewBox 130×100, traits fins (5u), ratio calé sur Su.svg - Emboss via CSS drop-shadow au lieu de filtre SVG inline (causait voile) - Supprimé :global() dans scoped CSS (cause du voile sur dark moods) - moods.css et useMood.ts inchangés, dark modes intacts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 240" fill="currentColor">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 100" fill="currentColor">
|
||||
<!-- Hexagram 48 — 井 Tsing — Le Puits (flat) -->
|
||||
<rect x="10" y="10" width="80" height="18" rx="2"/>
|
||||
<rect x="110" y="10" width="80" height="18" rx="2"/>
|
||||
<rect x="10" y="52" width="180" height="18" rx="2"/>
|
||||
<rect x="10" y="94" width="80" height="18" rx="2"/>
|
||||
<rect x="110" y="94" width="80" height="18" rx="2"/>
|
||||
<rect x="10" y="136" width="180" height="18" rx="2"/>
|
||||
<rect x="10" y="178" width="180" height="18" rx="2"/>
|
||||
<rect x="10" y="220" width="80" height="18" rx="2"/>
|
||||
<rect x="110" y="220" width="80" height="18" rx="2"/>
|
||||
<rect x="5" y="5" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="5" width="49" height="5" rx="1"/>
|
||||
<rect x="5" y="22" width="120" height="5" rx="1"/>
|
||||
<rect x="5" y="39" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="39" width="49" height="5" rx="1"/>
|
||||
<rect x="5" y="56" width="120" height="5" rx="1"/>
|
||||
<rect x="5" y="73" width="120" height="5" rx="1"/>
|
||||
<rect x="5" y="90" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="90" width="49" height="5" rx="1"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 619 B |
Reference in New Issue
Block a user