Open
Description
There appears to be no simple way to change attribute values, remove an attribute, nor add an attribute for an SvgElement because its attribute collection is private and the access methods that involve the collection are either protected or internal or both. How can I do this without forking the code?