I am using Adobe Illustrator to create SVG images.
I need to set some additional attributes to the elements in the SVG, for example the CSS class
attribute. I would even like to add attribute from a custom namespace to it.
How is this possible? The attributes from a custom namespace are "nice to have", but the class
attribute is a MUST.