Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Use HTML code in Illustrator

New Here ,
Dec 18, 2016 Dec 18, 2016

I got this site.  http://www.thewarmup.net/map/inferno/ . I wish to add more smoke icons on it. So I think I should copy the "path" code in html to Adobe Illustrator to edit it there. Is itpossible? Code looks like this . _> https://codepaste.net/s19p3s *edited*

Ty for all help >D

4.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Dec 18, 2016 Dec 18, 2016

If you manage to get valid SVG code out of that HTML you can paste that into a text editor and then save as a .SVG. That can be opened in Illustrator.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 29, 2016 Dec 29, 2016

Well, i looked deeper into the site . http://www.thewarmup.net/map/inferno/

I made some discovery. First. The 3 SVG patterns on the site is just for the three grenade icons shown. The Map SVG is directed to a JS file linked in the homepage. Namely : http://www.thewarmup.net/javascript/js.js?v2

Is there a way to ehm, translate this javascript to svg code ? 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 29, 2016 Dec 29, 2016

I'm a little reluctant to open JS code in my browser.

You might want to ask this question in a coding or SVG centered forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 29, 2016 Dec 29, 2016
LATEST

Is there a way to ehm, translate this javascript to svg code ?

You would need to hex-decode the obfuscated JS code and then figure out where your SVG code starts and where it ends (if there is actually any) or what URLs are hidden in the code that may reference external resources liek the smoke puffs, which - bad news for you - aren't SVGs and cannot be edited in AI.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines