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

Opacity is not supported on strokes in exported SVG artwork. #114

Closed archietse closed 5 years ago

mbloch commented 5 years ago

Support for opacity and multiply was recently added to SVG export. In the future, we can look into a more versatile solution -- scripting the "Export As" command by dynamically generating and running an "action." (The Export As command generates higher-quality SVG than the "exportFile()" API function).