Uebersicht: gestauchte Ringskala und staerker gespreizte Flusspunkte

Der Ring wuchs linear bis zur Skala - bei 15 kW Vollausschlag war ein
Geschoss mit 300 W ein Strich von zwei Grad. Jetzt bekommt das untere
Zehntel knapp ein Drittel des Rings, der volle Ausschlag bleibt bei skala.
Bei mehreren Segmenten wird ueber die Summe gerechnet, sonst waere die
Skala nicht additiv. Die Punkte laufen jetzt von 2,4 bis 13 statt 3,5 bis 10.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-16 09:43:32 +02:00
co-authored by Claude Opus 5
parent 993a4fe6f8
commit fe12e57d88
3 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -3614,7 +3614,7 @@ svg.enf.enf-hoch { max-height: none; }
/* --- Flüsse -------------------------------------------------------------- */
.enf .enf-bett {
fill: none; stroke: #252b31; stroke-linecap: round;
stroke-width: calc(var(--breite, 0) * 1px + 5px);
stroke-width: calc(var(--breite, 0) * .7px + 5px);
stroke-dasharray: 1 1; stroke-dashoffset: 1;
transition: stroke-width .8s;
animation: enf-zeichnen .9s cubic-bezier(.5, 0, .2, 1) forwards; animation-delay: var(--verz);