Files
decision/frontend/public/hexagram-tsing.svg
T
YvvandClaude Opus 4.8 172eab4c7c design(sceau): hexagramme 井 traits épais, coins nets, aspect carré
- viewBox 112×105, height 8, rx supprimé (rendu cut)
- inline app.vue + SVG public alignés
- géométrie calée sur les modèles IMAGES/PERVIER/Hexagrammes

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-03 06:54:05 +02:00

47 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 105" fill="currentColor">
<!-- Hexagram 48 — 井 Tsing — Le Puits -->
<!-- K'an (Eau) / Souen (Bois) — signature Yvv -->
<!-- Traits épais, coins nets, aspect ~carré (réf. images PERVIER/Hexagrammes) -->
<defs>
<filter id="emboss" x="-10%" y="-10%" width="120%" height="120%">
<feComponentTransfer in="SourceAlpha" result="inv">
<feFuncA type="table" tableValues="1 0"/>
</feComponentTransfer>
<feOffset in="inv" dx="1.5" dy="1.5" result="sOff"/>
<feGaussianBlur in="sOff" stdDeviation="1" result="sBlur"/>
<feFlood flood-color="#000" flood-opacity="0.3"/>
<feComposite in2="sBlur" operator="in" result="sDark"/>
<feComposite in="sDark" in2="SourceAlpha" operator="in" result="sClip"/>
<feOffset in="inv" dx="-1" dy="-1" result="hOff"/>
<feGaussianBlur in="hOff" stdDeviation="0.8" result="hBlur"/>
<feFlood flood-color="#fff" flood-opacity="0.4"/>
<feComposite in2="hBlur" operator="in" result="hLight"/>
<feComposite in="hLight" in2="SourceAlpha" operator="in" result="hClip"/>
<feMerge>
<feMergeNode in="SourceGraphic"/>
<feMergeNode in="sClip"/>
<feMergeNode in="hClip"/>
</feMerge>
</filter>
</defs>
<g filter="url(#emboss)">
<!-- Line 6 (top) — yin -->
<rect x="6" y="6" width="42" height="8"/>
<rect x="64" y="6" width="42" height="8"/>
<!-- Line 5 — yang -->
<rect x="6" y="23" width="100" height="8"/>
<!-- Line 4 — yin -->
<rect x="6" y="40" width="42" height="8"/>
<rect x="64" y="40" width="42" height="8"/>
<!-- Line 3 — yang -->
<rect x="6" y="57" width="100" height="8"/>
<!-- Line 2 — yang -->
<rect x="6" y="74" width="100" height="8"/>
<!-- Line 1 (bottom) — yin -->
<rect x="6" y="91" width="42" height="8"/>
<rect x="64" y="91" width="42" height="8"/>
</g>
</svg>