-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
279 lines (270 loc) · 15.9 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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<html>
<head>
<style>
table {
text-align: center;
border-collapse: collapse;
}
table td,
table th {
padding: 3px 2px;
width: 150px;
border-left: 2px solid #abb9c5;
}
table tbody td {
font-size: 13px;
}
table thead {
border-bottom: 2px solid #444444;
}
table thead th {
font-weight: bold;
border-left: 2px solid #abb9c5;
}
table thead th:first-child {
border-left: none;
}
</style>
</head>
<body>
<p>Note: This file is used by Github Actions to deploy a website on Github Pages.</p>
<h2>
Comparison Original SVG Icons with Reworked Open-Source Icons
</h2>
<table>
<thead>
<tr>
<th colspan="2" style="background: #dddddd;">Original Capella Icons</td>
<th colspan="3">Reworked Icon</th>
<th></th>
</tr>
<tr>
<th style="background: #dddddd;"><code>svg</code>, not outlined</th>
<th style="background: #dddddd;"><code>png</code></th>
<th><code>svg</code>, not outlined</th>
<th><code>svg</code>, outlined</th>
<th><code>png</code> height 64px</th>
<th>comment</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="svg/capella-github/OperationalCapability.svg" alt="n/a"></td>
<td><img src="png/capella-github/OperationalCapability.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/OperationalCapability.svg" alt="missing"></td>
<td><img src="svg/outlined/OperationalCapability.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/OperationalCapability_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/Mission.svg" alt="n/a"></td>
<td><img src="png/capella-github/Mission.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/Mission.svg" alt="missing"></td>
<td><img src="svg/outlined/Mission.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/Mission_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/Capability.svg" alt="n/a"></td>
<td><img src="png/capella-github/Capability.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/Capability.svg" alt="missing"></td>
<td><img src="svg/outlined/Capability.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/Capability_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/CapabilityRealization.svg" alt="n/a"></td>
<td><img src="png/capella-github/CapabilityRealization.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/CapabilityRealization.svg" alt="missing"></td>
<td><img src="svg/outlined/CapabilityRealization.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/CapabilityRealization_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/OperationalEntity.svg" alt="n/a"></td>
<td><img src="png/capella-github/OperationalEntity.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/OperationalEntity.svg" alt="missing"></td>
<td><img src="svg/outlined/OperationalEntity.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/OperationalEntity_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/OperationalActor.svg" alt="n/a"></td>
<td><img src="png/capella-github/OperationalActor.png" alt="Capella png not found"><img src="png/capella-github/OperationalActor_1.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/OperationalActor.svg" alt="missing"></td>
<td><img src="svg/outlined/OperationalActor.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/OperationalActor_64.png" alt="svg not converted?"></td>
<td>Wrong SVG in Capella repo</td>
</tr>
<tr>
<td><img src="svg/capella-github/SystemActor.svg" alt="n/a"></td>
<td><img src="png/capella-github/SystemActor.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/SystemActor.svg" alt="missing"></td>
<td><img src="svg/outlined/SystemActor.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/SystemActor_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/LogicalActor.svg" alt="n/a"></td>
<td><img src="png/capella-github/LogicalActor.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/LogicalActor.svg" alt="missing"></td>
<td><img src="svg/outlined/LogicalActor.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/LogicalActor_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/PhysicalActor.svg" alt="n/a"></td>
<td><img src="png/capella-github/PhysicalActor.png" alt="Capella png not found"><img src="png/capella-github/PhysicalActor_1.png" alt="n/a"></td>
<td><img src="svg/opensource-font/PhysicalActor.svg" alt="missing"></td>
<td><img src="svg/outlined/PhysicalActor.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/PhysicalActor_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/OperationalActivity.svg" alt="n/a"></td>
<td><img src="png/capella-github/OperationalActivity.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/OperationalActivity.svg" alt="missing"></td>
<td><img src="svg/outlined/OperationalActivity.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/OperationalActivity_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/SystemFunction.svg" alt="n/a"></td>
<td><img src="png/capella-github/SystemFunction.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/SystemFunction.svg" alt="missing"></td>
<td><img src="svg/outlined/SystemFunction.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/SystemFunction_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/LogicalFunction.svg" alt="n/a"></td>
<td><img src="png/capella-github/LogicalFunction.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/LogicalFunction.svg" alt="missing"></td>
<td><img src="svg/outlined/LogicalFunction.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/LogicalFunction_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/PhysicalFunction.svg" alt="n/a"></td>
<td><img src="png/capella-github/PhysicalFunction.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/PhysicalFunction.svg" alt="missing"></td>
<td><img src="svg/outlined/PhysicalFunction.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/PhysicalFunction_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/FunctionalChain.svg" alt="n/a"></td>
<td><img src="png/capella-github/FunctionalChain.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/FunctionalChain.svg" alt="missing"></td>
<td><img src="svg/outlined/FunctionalChain.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/FunctionalChain_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/SystemComponent.svg" alt="n/a"></td>
<td><img src="png/capella-github/SystemComponent.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/SystemComponent.svg" alt="missing"></td>
<td><img src="svg/outlined/SystemComponent.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/SystemComponent_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/LogicalComponent.svg" alt="n/a"></td>
<td><img src="png/capella-github/LogicalComponent.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/LogicalComponent.svg" alt="missing"></td>
<td><img src="svg/outlined/LogicalComponent.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/LogicalComponent_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/PhysicalComponent.svg" alt="n/a"></td>
<td><img src="png/capella-github/PhysicalComponent.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/PhysicalComponent.svg" alt="missing"></td>
<td><img src="svg/outlined/PhysicalComponent.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/PhysicalComponent_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/PhysicalComponentBehavior.svg" alt="n/a"></td>
<td><img src="png/capella-github/PhysicalComponentBehavior.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/PhysicalComponentBehavior.svg" alt="missing"></td>
<td><img src="svg/outlined/PhysicalComponentBehavior.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/PhysicalComponentBehavior_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/PhysicalComponentNode.svg" alt="n/a"></td>
<td><img src="png/capella-github/PhysicalComponentNode.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/PhysicalComponentNode.svg" alt="missing"></td>
<td><img src="svg/outlined/PhysicalComponentNode.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/PhysicalComponentNode_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/CSCI.svg" alt="n/a"></td>
<td><img src="png/capella-github/CSCI.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/CSCI.svg" alt="missing"></td>
<td><img src="svg/outlined/CSCI.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/CSCI_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/MissionPkg.svg" alt="n/a"></td>
<td><img src="png/capella-github/MissionPkg.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/MissionPkg.svg" alt="missing"></td>
<td><img src="svg/outlined/MissionPkg.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/MissionPkg_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/DataPkg.svg" alt="n/a"></td>
<td><img src="png/capella-github/DataPkg.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/DataPkg.svg" alt="missing"></td>
<td><img src="svg/outlined/DataPkg.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/DataPkg_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/CapabilityPkg.svg" alt="n/a"></td>
<td><img src="png/capella-github/CapabilityPkg.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/CapabilityPkg.svg" alt="missing"></td>
<td><img src="svg/outlined/CapabilityPkg.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/CapabilityPkg_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/SystemFunctionPkg.svg" alt="n/a"></td>
<td><img src="png/capella-github/SystemFunctionPkg.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/SystemFunctionPkg.svg" alt="opensource svg not found"></td>
<td><img src="svg/outlined/SystemFunctionPkg.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/SystemFunctionPkg_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/LogicalComponentPkg.svg" alt="n/a"></td>
<td><img src="png/capella-github/LogicalComponentPkg.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/LogicalComponentPkg.svg" alt="missing"></td>
<td><img src="svg/outlined/LogicalComponentPkg.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/LogicalComponentPkg_64.png" alt="svg not converted?"></td>
<td></td>
</tr>
<tr>
<td><img src="svg/capella-github/Requirement.svg" alt="n/a"></td>
<td><img src="png/capella-github/Requirement.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/Requirement.svg" alt="missing"></td>
<td><img src="svg/outlined/Requirement.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/Requirement_64.png" alt="svg not converted?"></td>
<td>from Requirements VP</td>
</tr>
<tr>
<td><img src="svg/capella-github/RequirementsModule.svg" alt="n/a"></td>
<td><img src="png/capella-github/RequirementsModule.png" alt="Capella png not found"></td>
<td><img src="svg/opensource-font/RequirementsModule.svg" alt="missing"></td>
<td><img src="svg/outlined/RequirementsModule.svg" alt="svg not converted?"></td>
<td><img src="png/auto-convert/RequirementsModule_64.png" alt="svg not converted?"></td>
<td>from Requirements VP, original is in gif format</td>
</tr>
</tbody>
</table>
</body>
</html>