- Clean unused css font info: when we convert a text object to path the whole style attribute information remains, family size, etc… Enabling this option all font related info is removed.
For example this style inherited:
font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu
will change to:fill-opacity: 1; stroke:none; fill:#000000
- Collapse groups of one object: Ungroups recursively groups of one object applying transforms and styles to the object contained by the group
- Delete empty paragraphs: Delete paragraphs without text, the empty text paragraphs are only visible from the XML editor and are very difficult to remove from the main inkskape window
InkScape plugin: Clean document
0
Clean document is a script for cleaning internally Inkscape document content, cleaning is performed on the selected objects or all objects in the document if nothing selected.
Currently this extension only have three options: