Skip to content

Commit a1c81c7

Browse files
committed
Merged PR 50306: Corner smoothing
1 parent 8c7717c commit a1c81c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Interface/Figma.Types.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ public class DefaultShapeNode : SceneNode, DefaultShapeMixin, TransitionMixin
596596
public StrokeJoin? strokeJoin { get; set; }
597597
public object[] strokeGeometry { get; set; }
598598
public number? strokeMiterAngle { get; set; }
599+
public number? cornerSmoothing { get; set; }
599600

600601
public Reaction[] reactions { get; set; }
601602

0 commit comments

Comments
 (0)