Rounded corners on export not working properly

Clicking on the cog and pasting the “round corners” custom parameter does not honour the “visual corrections” parameter. (This is very useful!)

This is the copied code - you can see it’s the same whether visual corrections is ticked or not:

Without “visual corrections”:

{
customParameters = (
{
name = Filter;
value = “RoundCorner;25;1;”;
}
);
}

With “visual corrections”:

{
customParameters = (
{
name = Filter;
value = “RoundCorner;25;”;
}
);
}

Can we fix? Many thanks!

Oops, my error, I stand corrected - the is a “1” after the 25 - I’m guessing this is the parameter?
Maybe it’s just not obvious on my export - would altering the “1” make the effect more pronounced?

Yes, visual corrections is the third parameter. Set it to 1 to enable or 0 to disable. The default value is 0, so if there is no third argument to the filter, visual corrections is 0 (off).

Got it, thanks Florian. Is it possible to make it more pronounced, or is it just on or off?

Visual corrections is on/off. Use the radius to change the impact.