@@ -8,13 +8,27 @@ license:CC0-1.0
8
8
9
9
<!-- define elements -->
10
10
11
+ <element name =" down_arrow" >
12
+ <image ><data ><![CDATA[
13
+ <svg width="9" height="5">
14
+ <path fill="#fff" d="M 0,0 l 4.5,5 4.5,-5 z" />
15
+ </svg>
16
+ ]]> </data ></image >
17
+ </element >
18
+
11
19
<element name =" oscillators_diagram" >
12
20
<image ><data ><![CDATA[
13
21
<svg width="285" height="58">
22
+ <!-- Arrows -->
23
+ <path fill="#fecb24"
24
+ d="
25
+ M 0,9 l 3,5 3,-5 z
26
+ M 53,8 l 1.5,6 -5.5,-2 z
27
+ " />
28
+
29
+ <!-- Lines -->
14
30
<path fill="none" stroke="#fecb24" strokeWidth="1"
15
31
d="
16
- m 0,9 l 3,5 3,-5
17
- m 48,-1 l 1.5,6 -5.5,-2
18
32
M 30,3 h 14 l 23,23 h 10
19
33
m 52,6 h -9 l -25,25 h -65
20
34
m 156,-25 h 99
@@ -28,7 +42,7 @@ license:CC0-1.0
28
42
<element name =" envelope_diagram" >
29
43
<image ><data ><![CDATA[
30
44
<svg width="87" height="62">
31
- <path fill="none" stroke="#ffffff " strokeWidth="1"
45
+ <path fill="none" stroke="#fff " strokeWidth="1"
32
46
d="
33
47
M 5,31 L 21,1 38,40 51,22 H 72 L 78,31
34
48
M 87,31 H 0
@@ -183,8 +197,6 @@ license:CC0-1.0
183
197
184
198
<element name =" compare_text" ><text string =" Compare" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
185
199
<element name =" write_text" ><text string =" Write" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
186
- <element name =" up_arrow_text" ><text string =" ▲" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
187
- <element name =" down_arrow_text" ><text string =" ▼" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
188
200
189
201
<element name =" master_text" ><text string =" Master" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
190
202
<element name =" storage_text" ><text string =" Storage" ><color red =" 0.83" green =" 0.86" blue =" 0.83" /></text ></element >
@@ -514,8 +526,10 @@ license:CC0-1.0
514
526
<element ref =" compare_text" ><bounds x =" 113" y =" 19" width =" 24" height =" 6" /></element >
515
527
<element ref =" write_text" ><bounds x =" 162" y =" 19" width =" 16" height =" 6" /></element >
516
528
517
- <element ref =" up_arrow_text" ><bounds x =" 121" y =" 92" width =" 9" height =" 8" /></element >
518
- <element ref =" down_arrow_text" ><bounds x =" 121" y =" 130" width =" 9" height =" 8" /></element >
529
+ <!-- up -->
530
+ <element ref =" down_arrow" ><orientation rotate =" 180" /><bounds x =" 121" y =" 92" width =" 9" height =" 5" /></element >
531
+ <!-- down -->
532
+ <element ref =" down_arrow" ><bounds x =" 121" y =" 130" width =" 9" height =" 5" /></element >
519
533
520
534
<!-- SEQUENCER: -->
521
535
<element ref =" master_text" ><bounds x =" 824" y =" 20" width =" 19" height =" 6" /></element >
0 commit comments