File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# ex
22
3+ <svg xmlns =" http://www.w3.org/2000/svg " viewBox =" 0 0 200 250 " style =" position :relative ;top :0 ; left :0px ;width :100px ;height :50px ;float :left ;" >
4+ <!-- Background circle -->
5+ <circle cx =" 10 " cy =" 100 " r =" 90 " fill =" #00000 " />
6+
7+ <!-- Inner circle -->
8+ <circle cx =" 100 " cy =" 100 " r =" 75 " fill =" #FFFFFF " />
9+
10+ <!-- Stylized exception symbol -->
11+ <path d =" M70 70 L130 70 M70 100 L110 100 M70 130 L130 130 " stroke =" #000000 " stroke-width =" 12 " stroke-linecap =" round " />
12+
13+ <!-- Red exception indicator -->
14+ <path d =" M140 60 L110 130 " stroke =" #FC8181 " stroke-width =" 10 " stroke-linecap =" round " />
15+ <circle cx =" 110 " cy =" 130 " r =" 10 " fill =" #FC8181 " />
16+ </svg >
17+
318Exception handling library for clojure
419
520## Api docs
You can’t perform that action at this time.
0 commit comments