Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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 ?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now