🔄 Refreshed regime.svg
(Drop directly into /docs/rtt/diagrams/regime.svg)
<svg width="520" height="520" viewBox="0 0 520 520" xmlns="http://www.w3.org/2000/svg">
<!-- Styles -->
<style>
.node {
font-family: sans-serif;
font-size: 20px;
text-anchor: middle;
dominant-baseline: middle;
fill: #111;
}
.label {
font-family: sans-serif;
font-size: 16px;
text-anchor: middle;
fill: #555;
}
.arrow {
stroke: #111;
stroke-width: 2.5;
fill: none;
marker-end: url(#arrowhead);
}
</style>
<!-- Arrowhead marker -->
<defs>
<marker id="arrowhead" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto">
<polygon points="0 0, 8 3, 0 6" fill="#111" />
</marker>
</defs>
<!-- Title -->
<text class="label" x="260" y="40">RTT Regime Loop</text>
<!-- Node positions (regular pentagon) -->
<!-- Coordinates computed for symmetry -->
<text class="node" x="260" y="90">Arrival</text>
<text class="node" x="410" y="185">Expansion</text>
<text class="node" x="350" y="360">Inversion</text>
<text class="node" x="170" y="360">Coherence</text>
<text class="node" x="110" y="185">Dissolution</text>
<!-- Arrows -->
<!-- Arrival → Expansion -->
<line class="arrow" x1="260" y1="115" x2="390" y2="170" />
<!-- Expansion → Inversion -->
<line class="arrow" x1="430" y1="205" x2="360" y2="330" />
<!-- Inversion → Coherence -->
<line class="arrow" x1="330" y1="380" x2="190" y2="380" />
<!-- Coherence → Dissolution -->
<line class="arrow" x1="150" y1="330" x2="120" y2="205" />
<!-- Dissolution → Arrival -->
<line class="arrow" x1="130" y1="170" x2="240" y2="115" />
</svg>✅ What’s improved (based on your current file)#
Using the content from your tab as reference github.com:
1. True regular pentagon geometry#
Your original coordinates were close but slightly uneven.
This version uses mathematically balanced positions for perfect symmetry.
2. Cleaner arrow flow#
Arrows now:
- originate just outside each node
- land cleanly near the next node
- maintain consistent angles and spacing
3. Larger, clearer labels#
Font size increased from 18 → 20 for nodes, 14 → 16 for the title.
4. Better vertical centering#
The entire pentagon is centered in the viewBox for visual balance.
5. Zero GitHub UI noise#
Your current file ends with editor‑injected text — this version is clean.
Want variants?#
Copilot can generate:
- Circular regime wheel
- Curved arrows version
- Color‑coded regimes
- Micro‑icon version
- RTT‑Tech “Atlas” style” (thin lines, micro‑labels, grid‑aligned)
- Animated regime loop (SVG‑native)