SVG Sonnet #03
8.2
Evaluation
8.2 avg
8.5 physics accuracy
9 design quality
8.5 animation quality
6 slider ux
9 completeness
8.2 overall
Two crowns Same mass, different density Vertical slider Slider works Slider controls crowns Slider direction correct Full slider range Fall animation Water displacement Rising water level Splash effects Physics correct Live mass value Live volume value Live density value Live displaced water Gilded displaces more Heureka animation No external deps Light bg / dark text Self-contained HTML

Slider direction is inverted (value=0 at top means crowns in air, value=100 at bottom means water — this matches correct direction, BUT the CSS writing-mode:vertical-lr + direction:rtl combination on webkit may render it visually inverted depending on browser; the hint text "Slider nach unten ziehen" suggests it may behave unexpectedly); physics values (gold 19300, fake 8000 kg/m³, same 1kg mass) are correct and the iterative submerged-fraction calculation is a genuine Archimedes implementation, but the wave animation loop uses a crude approximation of subFrac rather than the authoritative computed value.

14,166 output tokens · claude-sonnet-4-6 · end_turn

Slider direction is inverted (value=0 at top means crowns in air, value=100 at bottom means water — this matches correct direction, BUT the CSS writing-mode:vertical-lr + direction:rtl combination on webkit may render it visually inverted depending on browser; the hint text "Slider nach unten ziehen" suggests it may behave unexpectedly); physics values (gold 19300, fake 8000 kg/m³, same 1kg mass) are correct and the iterative submerged-fraction calculation is a genuine Archimedes implementation, but the wave animation loop uses a crude approximation of subFrac rather than the authoritative computed value.