I have an SVG file that I am applying CSS to. Most rules seem to work, but when I apply rules about the rounding of corners (rx:5; ry:5) it has no effect. \'Inline\' style r
Scripting can't be simpler, why not to use it:
yourRect.setAttributeNS(null, "rx", "5"); yourRect.setAttributeNS(null, "ry", "5");