newsdev / ai2html

A script for Adobe Illustrator that converts your Illustrator artwork into an html page.

Home Page:http://ai2html.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`inline_svg: true` throws an error

jsoma opened this issue · comments

With the newest release,inline_svg: true now causes the error

RuntimeError on line 3510: null is not an object

Minimal steps to reproduce:

  1. Run ai2html on a new Illustrator file to get the default settings block
  2. Add inline_svg: true to the settings block
  3. Run ai2html
  4. Error

Workaround

For the moment I just remove inline_svg: true from the settings block and make use of the new feature, changing each affected SVG layer's name to be :svg,inline

Thanks for filing this, it will be fixed in the next release!