at ccc40f5
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200"> <defs> <clipPath id="badge"> <circle cx="100" cy="100" r="96"/> </clipPath> </defs> <!-- Deep monastery-garden green background --> <circle cx="100" cy="100" r="96" fill="#1a3a2a"/> <g clip-path="url(#badge)"> <!-- ── Left tower ── --> <!-- Spire --> <polygon points="20,60 64,60 42,25" fill="#f0e6c8"/> <!-- Body --> <rect x="20" y="60" width="44" height="120" fill="#f0e6c8"/> <!-- ── Right tower ── --> <polygon points="136,60 180,60 158,25" fill="#f0e6c8"/> <rect x="136" y="60" width="44" height="120" fill="#f0e6c8"/> <!-- ── Central nave ── --> <rect x="64" y="88" width="72" height="92" fill="#f0e6c8"/> <!-- ── Left arched window — cherry-blossom pink ── Arc: (30,82)→(54,82), r=12, sweep=1 → clockwise → arch over top --> <path d="M30,108 L30,82 A12,12 0 0,1 54,82 L54,108 Z" fill="#f9adc5"/> <!-- ── Right arched window ── --> <path d="M146,108 L146,82 A12,12 0 0,1 170,82 L170,108 Z" fill="#f9adc5"/> <!-- ── Rose window (8-spoke wheel) ── --> <circle cx="100" cy="113" r="14" fill="none" stroke="#f9adc5" stroke-width="2"/> <circle cx="100" cy="113" r="5" fill="#f9adc5"/> <line x1="100" y1="99" x2="100" y2="127" stroke="#f9adc5" stroke-width="1.5"/> <line x1="86" y1="113" x2="114" y2="113" stroke="#f9adc5" stroke-width="1.5"/> <line x1="90" y1="103" x2="110" y2="123" stroke="#f9adc5" stroke-width="1.5"/> <line x1="110" y1="103" x2="90" y2="123" stroke="#f9adc5" stroke-width="1.5"/> <!-- ── Arch doorway (punched out with background colour) ── Arc: (79,155)→(121,155), r=21, sweep=1 → arch peak at (100,134) --> <path d="M79,180 L79,155 A21,21 0 0,1 121,155 L121,180 Z" fill="#1a3a2a"/> </g> <!-- Moss-green outer ring --> <circle cx="100" cy="100" r="96" fill="none" stroke="#2d5a3d" stroke-width="2.5"/> </svg>