mirror of
https://github.com/wassname/anz-2040-draft.git
synced 2026-09-11 12:00:41 +08:00
Clarify Plan A and separate the ANZ autocracy risk
This commit is contained in:
@@ -86,7 +86,7 @@ for e in d["edges"]:
|
||||
out.append(f'{path_start}<title>{html.escape(e["tooltip"])}</title></path>')
|
||||
else:
|
||||
out.append(f'{path_start}</path>')
|
||||
if e.get("label") and not e.get("dashed"): # dashed (secondary) edges stay unlabelled
|
||||
if e.get("label"):
|
||||
# place the label near the source (in the gap just below the parent) so labels on
|
||||
# tier-skipping edges don't land on top of the boxes in the row they cross
|
||||
# adjacent edges: label at the midpoint (siblings have spread apart there, so they
|
||||
|
||||
Reference in New Issue
Block a user