-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathexample.html
More file actions
52 lines (51 loc) · 2.41 KB
/
example.html
File metadata and controls
52 lines (51 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="svg-icons-animate.css"/>
</head>
<body>
<section>
<h3>Success, Fail, Warning</h3>
<div class="svg-box">
<svg class="circular green-stroke">
<circle class="path" cx="75" cy="75" r="50" fill="none" stroke-width="5" stroke-miterlimit="10"/>
</svg>
<svg class="checkmark green-stroke">
<g transform="matrix(0.79961,8.65821e-32,8.39584e-32,0.79961,-489.57,-205.679)">
<path class="checkmark__check" fill="none" d="M616.306,283.025L634.087,300.805L673.361,261.53"/>
</g>
</svg>
</div>
<div class="svg-box">
<svg class="circular red-stroke">
<circle class="path" cx="75" cy="75" r="50" fill="none" stroke-width="5" stroke-miterlimit="10"/>
</svg>
<svg class="cross red-stroke">
<g transform="matrix(0.79961,8.65821e-32,8.39584e-32,0.79961,-502.652,-204.518)">
<path class="first-line" d="M634.087,300.805L673.361,261.53" fill="none"/>
</g>
<g transform="matrix(-1.28587e-16,-0.79961,0.79961,-1.28587e-16,-204.752,543.031)">
<path class="second-line" d="M634.087,300.805L673.361,261.53"/>
</g>
</svg>
</div>
<div class="svg-box">
<svg class="circular yellow-stroke">
<circle class="path" cx="75" cy="75" r="50" fill="none" stroke-width="5" stroke-miterlimit="10"/>
</svg>
<svg class="alert-sign yellow-stroke">
<g transform="matrix(1,0,0,1,-615.516,-257.346)">
<g transform="matrix(0.56541,-0.56541,0.56541,0.56541,93.7153,495.69)">
<path class="line" d="M634.087,300.805L673.361,261.53" fill="none"/>
</g>
<g transform="matrix(2.27612,-2.46519e-32,0,2.27612,-792.339,-404.147)">
<circle class="dot" cx="621.52" cy="316.126" r="1.318" />
</g>
</g>
</svg>
</div>
</section>
</body>
</html>