Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | Remove transparent background from figure. | katesalazar | |
Before this change, the figure presented black text on transparent background, which might be unconvenient when using a browser able to pass a dark theme preference to some environments where this document is published, currently notably GitHub. A white background could help a better visualization compromise. White background on the figure is the single purpose of this revision. This PNG was compiled using: dot -Tpng states.gv -o states.png |