From 5379844bb80e7e5309a15f0528226ebeebbf658f Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:00:19 +0100 Subject: [PATCH] fix: add scale argument --- data/structures/_arguments.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/structures/_arguments.yml b/data/structures/_arguments.yml index 124e628..16bf5a2 100644 --- a/data/structures/_arguments.yml +++ b/data/structures/_arguments.yml @@ -1223,6 +1223,13 @@ arguments: comment: Role of the person. # s + scale: + type: float64 + optional: true + comment: >- + When set, applies a scale transformation to the SVG content. For example, + the scale value `1.15` increases the content size with 15%. You can + use this to remove any padding inherent to the SVG content. scroll: type: bool optional: true