Created attachment 412552 [details] Screenshot in Safari 13.1.2 https://jsfiddle.net/uq6dmrt2/1/ HTML: <svg width=100 height=100> <circle id="c1" /> </svg> CSS: svg { border: 1px solid gray; } circle { cx: 50%; cy: 50%; r: calc(50% - 4px / 2); stroke: darkblue; stroke-width: 4px; transform: rotate(-90deg); transform-origin: 50% 50%; fill: transparent; } When the browser is zoomed (edit menu, not pinch zoom), the transform origin is incorrect and the circle gets truncated. (Safari 13.1.2)
<rdar://problem/70791313>
This seems to be fixed with Safari Technology Preview 201. *** This bug has been marked as a duplicate of bug 194903 ***