Comment 33 for bug 909328

Revision history for this message
Kris (kris-degussem) wrote :

> Do you think there a valid use case for replacing attribute names ?

No. I have to admit that I'm not an svg specialist nor a graphics specialist, so I have only a limited view on niche applications.

By the way: thanks for the documentation of the dialog so far. I do not know a dedicated page so far on Inkscape documentation through doxygen, so therefore I wanted to add a little explanation. The /** */ comments are added in front of a single function to document it. To add a note in the code about several members functions or private variables, /* */ will do. /** */ can not be used for multiple consecutive functions or data members in the code, so might generate wrong HTML output. (I downloaded the GUI and the package on windows from http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc)