-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradialmenumockup
More file actions
83 lines (65 loc) · 1.61 KB
/
radialmenumockup
File metadata and controls
83 lines (65 loc) · 1.61 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
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
#RADIAL MENU MOCK-UP
circle(0 0 16) #CENTER)
circle(90 0 16) #EAST)
circle(0 90 16) #SOUTH)
circle(-90 0 16) #WEST)
circle(0 -90 16) #NORTH)
def textSize = 10
text(-4 2 textSize "file")
text(-9 89 textSize "create")
text(79 -2 textSize "helpers")
text(-10 -92 textSize "modify")
text(-105 -2 textSize "properties")
text(34 79 7 "polyline")
text(-44 79 7 "text")
text(72 45 7 "snap")
text(74 39 7 "on/off")
text(76 -41 7 "track")
text(70 -48 7 "on/off")
text(35 -82 7 "move")
text(-47 -82 7 "scale")
text(-85 40 7 "color")
text(-85 -39 7 "line")
text(-85 -45 7 "weight")
#UPPER HALF
#WNW
arc(0 0 100 1.84 2.27) #15 deg to 40 deg)
arc(0 0 80 1.84 2.27) #15 deg to 40 deg)
line(78 20 96 25)
line(61 52 76 65)
#NNW
arc(0 0 100 2.44 2.88) #50 deg to 75 deg)
arc(0 0 80 2.44 2.88) #50 deg to 75 deg)
line(52 61 64 76)
line(21 77 26 96)
#ENE
arc(0 0 100 0.26 0.7) #15 deg to 40 deg)
arc(0 0 80 0.26 0.7) #15 deg to 40 deg)
line(-78 20 -96 25)
line(-61 52 -76 65)
#NNE
arc(0 0 100 0.87 1.3) #50 deg to 75 deg)
arc(0 0 80 0.87 1.3) #50 deg to 75 deg)
line(-52 61 -64 76)
line(-21 77 -26 96)
#LOWER HALF
#ESE
arc(0 0 100 -2.88 -2.44) #15 deg to 40 deg)
arc(0 0 80 -2.88 -2.44) #15 deg to 40 deg)
line(-78 -20 -96 -25)
line(-61 -52 -76 -65)
#SSE
arc(0 0 100 -1.3 -0.87) #50 deg to 75 deg)
arc(0 0 80 -1.3 -0.87) #50 deg to 75 deg)
line(-52 -61 -64 -76)
line(-21 -77 -26 -96)
#SSE
arc(0 0 100 -2.26 -1.84) #50 deg to 75 deg)
arc(0 0 80 -2.26 -1.84) #50 deg to 75 deg)
line(52 -61 64 -76)
line(21 -77 26 -96)
#ESE
arc(0 0 100 -0.7 -0.26) #15 deg to 40 deg)
arc(0 0 80 -0.7 -0.26) #15 deg to 40 deg)
line(78 -20 96 -25)
line(61 -52 76 -65)