Skip to content

Commit 5affe40

Browse files
committed
Try SVG
1 parent 16e6dbc commit 5affe40

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ACHIEVEMENTS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@ A curated list of major achievements by the Web Chat team. This document celebra
4343

4444
---
4545

46+
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg" style="max-width: 100%; height: auto">
47+
<defs>
48+
<radialGradient id="glow-circle" cx="50%" cy="50%" r="50%">
49+
<stop offset="0%" stop-color="#C7DFFF" />
50+
<stop offset="100%" stop-color="#5A91DD" />
51+
</radialGradient>
52+
<filter id="fluent-shadow" x="-20%" y="-20%" width="140%" height="140%">
53+
<feDropShadow dx="0" dy="4" stdDeviation="6" flood-color="#000" flood-opacity="0.15" />
54+
</filter>
55+
<clipPath id="squircle">
56+
<path d="M50,0 H350 Q400,0 400,50 V350 Q400,400 350,400 H50 Q0,400 0,350 V50 Q0,0 50,0 Z" />
57+
</clipPath>
58+
</defs>
59+
60+
<g filter="url(#fluent-shadow)">
61+
<rect x="0" y="0" width="400" height="400" rx="80" ry="80" fill="#fff" />
62+
<image href="https://raw.githubusercontent.com/microsoft/BotFramework-WebChat/refs/heads/main/__tests__/html2/fluentTheme/carousel.html.snap-2.png" x="0" y="0" width="400" height="400" clip-path="url(#squircle)" preserveAspectRatio="xMidYMid slice" />
63+
</g>
64+
65+
<circle cx="30" cy="30" r="16" fill="url(#glow-circle)" />
66+
<circle cx="370" cy="370" r="12" fill="url(#glow-circle)" />
67+
</svg>
68+
4669
## 🎨 UI & Theming
4770

4871
### ✨ Fluent Theme Overhaul

0 commit comments

Comments
 (0)