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
feat: add corner radius support for rect, frame, polygon, and star sh…
…apes (v0.8)
Rectangles and frames read per-corner radii (topLeft/Right, bottomLeft/Right)
from RectangleCornerMixin. Polygons and stars read uniform cornerRadius from
CornerMixin and compute the rounding-circle center per convex vertex to
exclude points in corner-cut regions.
Co-Authored-By: Claude Opus 4.7 <[email protected]>