iconic / illustrator-svg-exporter

A better way to generate SVGs from Illustrator.
603 stars 45 forks source link

Not Exporting #12

Open morphosic opened 9 years ago

morphosic commented 9 years ago

When I export, I get the save location dialogue, then, after i click "ok" my screen flashes white and nothing happens. No svg file is exported. Any thoughts?

Windows 8.1 Enterprise (64-bit) Adobe Ilustrator CC 18.1.1 (64-bit)(2014.1.1 Release) SVG Exporter.jsx pulled last week 3/3/2015 svg_exporter

mikedemonz commented 9 years ago

I also have the same issue CS6 just flashes the screen and no file is created.

petermac- commented 9 years ago

Check out #5 for a solution. Make sure the layers you want to export end in ".svg".

yuvilio commented 8 years ago

Spot on fix. I track down the associated layer (clicking with the selection tool on the part i want to export). Double click on the generic "" name of that layer (or whatever it's called) and rename it to something with '.svg' (like my-icon.svg) and run the export and it carries out the export. Worked great on Illustrator 2014.1.1 on Mac when i ran into this issue. Thanks @petermac- !