如何在 Inkscape 中定义 .inx 参数的最大值以依赖于其他一些参数

How to define .inx parameter's max value in Inkscape to depend on some other parameter

我正在 Inkscape 上进行一些图形的参数化生成,参数的最大值取决于其他参数的选定值。

我在互联网上搜索了很多,但没有找到有关如何设置的信息。

在我的例子中,我想设置一个函数 f 给我:ratio_max = f(columns):

<param name="columns" type="int" min="3" max="100" _gui-text="Cols">6</param>
<param name="ratio" type="float" min="0.5" max="1" precision="3" appearance="full" _gui-text="ratio">1.0</param>

有可能吗?

目前的 Inkscape 0.92.4 不可能,inx 文件是静态的。