You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(render_shapes): use Path.circle, lean comments (review)
- circle path: use mpath.Path.circle((x,y), r) instead of hand-rolling
unit_circle.vertices*r+center (byte-identical; drops the hoist + comment).
- trim narrating/duplicated comments (build docstring, reuse comment) and correct
the trans-once comment (the old per-collection transform was redundant work, not a
visible double-transform — verified main-vs-branch byte-identical).
0 commit comments