Skip to content

Commit 2f758be

Browse files
committed
fixup! cljs compat [wip]
1 parent 27d57bd commit 2f758be

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
318
Exception handling library for clojure
419

520
## Api docs

x.png

-185 KB
Binary file not shown.

0 commit comments

Comments
 (0)