SVG in script dialogs

Can we please have SVG's in script dialogs :slight_smile:

You can?

Many thanks, but an SVG cannot be dragged and dropped into the other tab of the dialog editor.

Put the svg code in a variable and use Dopus.LoadImage with your variable.

Edit: if you want the svg code not to disturb the rest of the code, you can use modules: declare that variable in a module script file (myscript.js.osm).

Yes you're right, we'll enable that.