From 94b90761ebbdf33686e82feb5a89f98d049c5b65 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 27 Dec 2022 16:07:26 +0100 Subject: Bugfixes --- library/src/visualize/image.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'library/src/visualize') 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 (named) +/// The width of the image. +/// +/// - height: Rel (named) +/// The height of the image. +/// /// ## Category /// visualize #[func] -- cgit v1.2.3