Files
ladybird/Libraries/LibWeb/SVG/SVGCircleElement.cpp
desmese 7c87cbc528 LibWeb/SVG: Fix normalized_diagonal_length in SVGCircle
The conversion of sqrt2 into CSSPixels caused the value to change from
1.41... to 1.42... This led to incorrect results. I moved the division
 inside the  sqrt to prevent this conversion step.
2026-03-08 16:27:48 +01:00

4.4 KiB