Skip to content

Commit 64e98b7

Browse files
docs(Diagram): Update rectangle shape information (#3243)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent e1b283c commit 64e98b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/diagram/shapes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Some Shape types provide unique behavior or settings:
137137
````
138138
* The `Terminator` Shape normally requires a `Width` that is larger than the `Height`.
139139
* The `Text` Shape has no borders and background. It occupies the minimum required amount of space to enclose the text content. To display text Shapes with some empty space around the content, use transparent Shapes of another type.
140-
* All shapes, except `Circle`, `Image`, `Rectangle`, and `Text` can display with rounded corners. See [`CornerRadius` in the Styling section](#styling).
140+
* All shapes, except `Circle`, `Image`, and `Text` can display with rounded corners. See [`CornerRadius` in the Styling section](#styling).
141141
142142
>caption Using transparent Rectangle shapes instead of Text shapes
143143

0 commit comments

Comments
 (0)