Hi,
It looks like when exporting a document as SVG, Illustrator will not export empty layers. I can't find any editor settings to control this, but saw there was an svg export script provided. I was hoping I could modify this to include empty layers, but the script is at such a high level that you don't have a chance to look at the logic of how illustrator decides which layers to export or not.
Does anyone know if there's a lower-level script example for svg that iterates over all document nodes so we have more control over what is being exported?
Thanks