Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brand/build/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def _circ_arc(


def async_loop(cx: float, cy: float, r: float) -> str:
"""aiohttp cue: an async event-loop cycle (two chasing arrows) knocked out
of a gold disc."""
"""aiohttp cue: an async event-loop cycle two opposed curved arrows
knocked out of a gold disc."""
rad = r * 0.52
w = 3.4
loop = _circ_arc(cx, cy, rad, 25, 165, w, color=CREAM) + _circ_arc(
Expand Down