diff options
Diffstat (limited to 'library/src/visualize/shape.rs')
| -rw-r--r-- | library/src/visualize/shape.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/src/visualize/shape.rs b/library/src/visualize/shape.rs index be80b4fb..9c66e867 100644 --- a/library/src/visualize/shape.rs +++ b/library/src/visualize/shape.rs @@ -7,14 +7,19 @@ use crate::prelude::*; /// # Parameters /// - body: Content (positional) /// The content to place into the shape. +/// /// - width: Rel<Length> (named) /// The shape's width. +/// /// - height: Rel<Length> (named) /// The shape's height. +/// /// - size: Length (named) /// The square's side length. +/// /// - radius: Length (named) /// The circle's radius. +/// /// - stroke: Smart<Sides<Option<PartialStroke>>> (named) /// How to stroke the shape. /// |
