Skip to content

Commit 6cda1cb

Browse files
committed
logo-v2
1 parent f27871c commit 6cda1cb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/logo.typ

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
(left-cx + 3, left-cy + 5),
3434
(left-cx + 5, left-cy - 1),
3535
(left-cx - 1, left-cy - 3),
36-
(left-cx - 5, left-cy),
37-
(left-cx + 1, left-cy + 1),
36+
(left-cx - 5, left-cy - 1),
3837
)
3938

4039
// Edges between inner nodes (showing a complex graph)
4140
let inner-edges = (
4241
(0, 1), (1, 2), (2, 3), (3, 4), (4, 0),
43-
(0, 5), (1, 5), (2, 5), (3, 5), (4, 5),
4442
)
4543

4644
for (i, pt) in inner-nodes.enumerate() {
@@ -52,8 +50,6 @@
5250
}
5351

5452
// === Text below ===
55-
content(
56-
(50, 16),
57-
text(fill: col-sat, size: 30pt)[100-Problem-Reductions]
58-
)
53+
content((12, 16), text(fill: col-sat.darken(20%), size: 24pt)[100])
54+
content((45, 16), text(fill: col-sat, size: 30pt)[Problem-Reductions])
5955
})

0 commit comments

Comments
 (0)