okay, colors for everything

This commit is contained in:
2025-11-05 03:11:41 -07:00
parent 12e0518948
commit a38466b8e0
3 changed files with 10 additions and 5 deletions

View File

@@ -18,8 +18,7 @@ You can drag and drop a JSON file to load it.
Both nodes and edges can have an extra object with metadata, some of which is
used by this program. An array called `offset` will adjust the positioning of
labels. An array called `color` will set the color via 0 to 1 RGBA values
(node only).
labels. An array called `color` will set the color via 0 to 1 RGBA values.
Added `areas` which are exactly like nodes except that they always draw a white
label and can have a custom radius specified. Drawn between edges and nodes.