SVG Haiku #12
5.6
Evaluation
5.6 avg
4.5 physics accuracy
7.5 design quality
5.5 animation quality
4 slider ux
6.5 completeness
5.5 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 is inverted (value=0 at top → crowns in air is correct in appearance only because min=0 maps to the start position, but the writing-mode slider in most browsers has bottom=high value, so direction is likely inverted); displaced-water calculation uses a broken formula (waterLevel computed as 380 - depth*1.8 px, then compared to crown pixel positions directly, conflating pixels with cm³ in a physically nonsensical way) and the "silver" density of 7.4 g/cm³ is plausible for a silver-copper alloy but the water rise uses a capped arbitrary pixel formula rather than true Archimedes volume-to-area conversion.

7,820 output tokens · claude-haiku-4-5-20251001 · end_turn

Slider is inverted (value=0 at top → crowns in air is correct in appearance only because min=0 maps to the start position, but the writing-mode slider in most browsers has bottom=high value, so direction is likely inverted); displaced-water calculation uses a broken formula (waterLevel computed as 380 - depth*1.8 px, then compared to crown pixel positions directly, conflating pixels with cm³ in a physically nonsensical way) and the "silver" density of 7.4 g/cm³ is plausible for a silver-copper alloy but the water rise uses a capped arbitrary pixel formula rather than true Archimedes volume-to-area conversion.