-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 3.08 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.1/dat.gui.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<svg style="display: none;">
<path d="M152.813,198.661c-18.056,0-32.896-14.036-34.18-31.771H92.903c-1.285,17.734-16.124,31.771-34.18,31.771
s-32.896-14.036-34.18-31.771H9.711c-1.067,0-2.017-0.678-2.364-1.687l-2.542-7.392c-6.406-18.624-6.406-39.137,0-57.761
l2.542-7.391c0.348-1.009,1.297-1.687,2.364-1.687h21.842L26.939,41.14c-0.271-2.926,0.709-5.85,2.689-8.021
c1.979-2.172,4.8-3.417,7.738-3.417h20.711c2.938,0,5.759,1.245,7.739,3.417c1.98,2.171,2.96,5.095,2.689,8.021l-4.614,49.834
h41.793c4.826,0,8.752-3.926,8.752-8.752v-47.52h-5.632c-1.381,0-2.5-1.119-2.5-2.5v-2.042c0-9.741,7.925-17.667,17.667-17.667
h69.516c9.742,0,17.667,7.926,17.667,17.667v2.042c0,1.381-1.119,2.5-2.5,2.5h-5.254v118.245c0,7.688-6.254,13.942-13.942,13.942
h-2.466C185.708,184.625,170.868,198.661,152.813,198.661z M152.813,135.12c-16.14,0-29.271,13.131-29.271,29.271
s13.131,29.271,29.271,29.271s29.27-13.131,29.27-29.271S168.952,135.12,152.813,135.12z M58.723,135.12
c-16.14,0-29.271,13.131-29.271,29.271s13.131,29.271,29.271,29.271s29.271-13.131,29.271-29.271S74.862,135.12,58.723,135.12z
M186.992,161.89h2.466c4.931,0,8.942-4.012,8.942-8.942V34.703h-78.964v47.52c0,7.583-6.169,13.752-13.752,13.752H11.495
l-1.962,5.704c-6.046,17.574-6.046,36.933,0,54.507l1.962,5.705h13.047c1.285-17.734,16.124-31.771,34.18-31.771
s32.896,14.036,34.18,31.771h25.729c1.285-17.734,16.124-31.771,34.18-31.771C170.868,130.12,185.708,144.156,186.992,161.89z
M36.575,90.974H58.87l3.643-39.341H32.932L36.575,90.974z M32.469,46.634h30.507l0.551-5.954c0.144-1.551-0.355-3.04-1.405-4.191
s-2.486-1.785-4.044-1.785H37.367c-1.558,0-2.994,0.634-4.043,1.785s-1.549,2.64-1.405,4.191L32.469,46.634z M200.901,29.703h5.246
c-0.242-6.773-5.828-12.209-12.659-12.209h-69.516c-6.831,0-12.417,5.436-12.659,12.209H200.901z M152.813,182.618
c-10.051,0-18.228-8.177-18.228-18.228s8.177-18.228,18.228-18.228s18.228,8.177,18.228,18.228S162.863,182.618,152.813,182.618z
M152.813,151.163c-7.294,0-13.228,5.934-13.228,13.228s5.934,13.228,13.228,13.228c7.293,0,13.228-5.934,13.228-13.228
S160.106,151.163,152.813,151.163z M58.723,182.618c-10.051,0-18.228-8.177-18.228-18.228s8.177-18.228,18.228-18.228
s18.228,8.177,18.228,18.228S68.773,182.618,58.723,182.618z M58.723,151.163c-7.293,0-13.228,5.934-13.228,13.228
s5.934,13.228,13.228,13.228c7.294,0,13.228-5.934,13.228-13.228S66.017,151.163,58.723,151.163z M176.884,111.474h-36.309
c-1.381,0-2.5-1.119-2.5-2.5v-62.21c0-1.381,1.119-2.5,2.5-2.5h36.309c1.381,0,2.5,1.119,2.5,2.5v62.21
C179.384,110.355,178.265,111.474,176.884,111.474z M143.075,106.474h31.309v-57.21h-31.309V106.474z"/>
</svg>
</body>
</html>