From f65a13d36164213e23afcdff8df4a6983bc2c473 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Mon, 29 Sep 2025 17:27:59 -0700 Subject: [PATCH] set default for CornerTrait.cornerSmoothing The documentation references a default of `0` so add that to the definition. --- openapi/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 8e49ea6..3e01ea5 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -3303,6 +3303,7 @@ components: from 0 to 1. 0 is the default and means that the corner is perfectly circular. A value of 0.6 means the corner matches the iOS 7 "squircle" icon shape. Other values produce various other curves. + default: 0 rectangleCornerRadii: type: array items: