newsdev / ai2html

A script for Adobe Illustrator that converts your Illustrator artwork into an html page.
http://ai2html.org
Other
897 stars 145 forks source link

SVG export generates external image files when effects are used #85

Closed mbloch closed 6 years ago

mbloch commented 6 years ago

For example, a recent graphic had a large number of closed paths with an inner glow effect applied. Illustrator generated an external image for each path. We would prefer not to create the images, even it meant that some effects would be missing from the SVG.

I'm proposing to modify SVG files after they are generated by AI, deleting any img tags and also deleting the linked files.

(ai2html should also display a warning when this happens)

mbloch commented 6 years ago

This was added in v0.67.0