diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-27 16:07:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-27 16:07:26 +0100 |
| commit | 94b90761ebbdf33686e82feb5a89f98d049c5b65 (patch) | |
| tree | 19ede419461efc0a9316b4188e092de42ca4be0b /library/src | |
| parent | fd3d3b10ceff64386da93d46dc3ac7ffab83b8e1 (diff) | |
Bugfixes
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/visualize/image.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/src/visualize/image.rs b/library/src/visualize/image.rs index bbb54576..07308b78 100644 --- a/library/src/visualize/image.rs +++ b/library/src/visualize/image.rs @@ -23,6 +23,12 @@ use crate::prelude::*; /// - path: EcoString (positional, required) /// Path to an image file. /// +/// - width: Rel<Length> (named) +/// The width of the image. +/// +/// - height: Rel<Length> (named) +/// The height of the image. +/// /// ## Category /// visualize #[func] |
