Update svg in code

What is the quickest way to update a modified svg to the code, if I changed the layout of the module? Do I have to re-add all the code to the .cpp module if I run helper.py again?

Just edit the SVG, and don’t run helper again. There have been some posts about how ppl run helper more than once without losing all their code. But most devs don’t use helper at all, so it’s a non-issue.

Not quite, the inputs, outputs, etc, are not moved if I do that. But yes, if it is purely other parts of the design it works quite well to just update the svg.

Oh, right. Yes, you do need to move the UI that is added in code. I usually get the coordinates from my drawing program, then type them into my code.