diff --git a/frontend/static/icon.svg b/frontend/static/icon.svg index 265b344..4676e99 100644 --- a/frontend/static/icon.svg +++ b/frontend/static/icon.svg @@ -1,12 +1,21 @@ + (51.2-460.8). Rotated, the rings span 102.9-409.1 on BOTH axes including stroke, so an Android + circle crop cannot clip them. The stricter circular test is unaffected by the rotation: the + farthest painted point is 51 (centre offset) + 117 (radius + half stroke) = 168 from the + middle, comfortably inside the 204.8 safe radius, and rotating about that same middle does + not change any point's distance from it. --> - + into a smudge — the same reason the camera icon this replaces was three shapes and no more. + + The -45° tilt lifts the right band above the left. It is negative because SVG's y axis points + down, so a positive angle would rotate the other way and drop the right band instead. Applying + it to the GROUP rather than to each shape is what keeps the interlock intact — the circles and + the overlap arc below are all still authored on the horizontal axis and rotate together, so + the crossing geometry never has to be recomputed. --> +