I'm looking to create an SVG icon set where you can globally edit the roundedness of the icons. Rectangles are easy, since you have a single variable to edit (using rx). But with points in paths they want to convert to bezier paths.
I'm wondering if there's some way to easily apply a single global numeral to radius of paths/points?