Comment 5 for bug 1707368

Revision history for this message
Goombert (goombert84-deactivatedaccount) wrote :

Thanks! I understand, so the desired outcome is some way of exporting the icons easily without these transforms. In the original SVG there is 1 root group used as a layer with id "Layer_Icons" and then inside that is where "Icon_Sprite" "Icon_Background" and all of the other icons are. We have already wrote a script that loops through the id's of the SVG and calls the command line like this. But we would ideally want to export them with a canvas size of 18x18 that is centered and with the defs minified/vacuumed/cleaned out. One problem with this setup is that the parent group of all the icons is also exported and I believe that could be the cause of why --vacuum-defs does not work either, but even after I ungrouped them from the parent --vacuum-defs still did not work either.