forked from soggybag/shared-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
philippos.js
166 lines (138 loc) · 3.63 KB
/
philippos.js
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
import ctx, { size } from './main.js'
ctx.restore()
const x = 1 * size
const y = 1 * size
ctx.beginPath()
ctx.rect(x, y, size, size)
ctx.fillStyle = '#031B38'
ctx.fill()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 2, 0, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 5, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 8, 180, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 8, 90, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 11, 30, Math.PI /2 )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 14, 180, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 14, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 17, 20, Math.PI )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 20, 180, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 20, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 23, 60, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 26, Math.PI * (5/3), Math.PI )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 29, 180, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 29, Math.PI / 6, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 32, 30, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 35, Math.PI * (3/4), Math.PI )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 38, Math.PI * (2/3), Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 41, 0, Math.PI /2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 41, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 44, Math.PI / 2, Math.PI )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 47, Math.PI / 2, Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 41, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 44, Math.PI, Math.PI / 24)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 47, 0, Math.PI)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86FAF3'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 50, Math.PI /3, Math.PI )
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()
ctx.beginPath()
ctx.arc(x + size / 2, y + size / 2, 53, Math.PI * (3/4), Math.PI * 2)
ctx.lineWidth = 1.5
ctx.strokeStyle = '#86A0FA'
ctx.stroke()