newsdev / ai2html

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

Replace all `g-`s with nameSpace prefix #65

Closed blzzz closed 7 years ago

blzzz commented 7 years ago

In ai2html.js, the default g- name space is still hardcoded in a few places – resizer script included. This PR will consequently replace those occurances with the nameSpace variable. Obviously it only makes sense to have/configure a name space variable if it's utilized over the entire code.