Collection of extensions useful for bulk editing of element attributes.
Menu location: Extensions > Attributes
Edit Attributes
Edits attribute on all selected elements. Available edits:
- set sets new value of attribute (adds attribute if necessary)
- append adds new value to the end of current value of attribute
- prefix adds new value to the beginning of current value of attribute
- subtract deletes the given value string from current value of attribute
- remove deletes attribute of given name
Import Attributes
imports attribute values from given text file. Lines in the file must be in format 'elementId,attributeName,value'. Malformed ids will be skipped, malformed attribute names will cause an error.
Remove Obsolete
removes attributes sodipodi:absref, sodipodi:docbase and sodipodi:docname from the document. These attributes contain absolute paths to resources which can pose a security issue. Inkscape will sometimes re-generate those attributes.