Skip to content

Commit

Permalink
[EDT-711] feat: Add CornerRadius methods for shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-mcgeek committed Apr 11, 2023
1 parent 6723be8 commit 9b8bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/ShapeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ShapeController {
};

/**
* This method updates properties of the rectangle and polygon shapes
* This method updates radii of the rectangle and polygon shapes
* @param shapeFrameId The ID of the shapeFrame that needs to get updated.
* @param radius A radius object to update a desired corner;
* @returns
Expand Down

0 comments on commit 9b8bea1

Please sign in to comment.