Essentially I need to change every SVG so that the page color is changed from whatever it was set as to #000000
For example, in the code:
Code: Select all
pagecolor="#666666"
Code: Select all
pagecolor="#000000"
I also need to remove all excess clip paths from the SVGs, or effectively run the Vacuum Defs command under File.
Does anyone know if it is possible to do this with a script or some way that I can do it quickly, because it is a very large task to do manually.
Thank you.