Re: Icon sets
Posted by
xnakos on
Oct 04, 2012; 2:59pm
URL: https://forum.librecad.org/Icon-sets-tp5707060p5707090.html
Here is a python script that does most of the work.
explode.pyUsage: python explode.py <svg filename goes here>
For now, it creates a temp folder and puts all created svgs in it.
Using an external command was not needed (since we are not talking about conversion to png). More testing is welcome (the results seem fine, though). Don't worry about visibility of the layers in the original svg. It is handled in the script.