summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-27 16:07:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-27 16:07:26 +0100
commit94b90761ebbdf33686e82feb5a89f98d049c5b65 (patch)
tree19ede419461efc0a9316b4188e092de42ca4be0b /library/src
parentfd3d3b10ceff64386da93d46dc3ac7ffab83b8e1 (diff)
Bugfixes
Diffstat (limited to 'library/src')
-rw-r--r--library/src/visualize/image.rs6
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]