rainyear / javascript-in-one-pic

Learn javascript in one picture.

Home Page:https://git.io/Js-pic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG version

deltaworld opened this issue · comments

Can we have a SVG version of the image please

commented

@deltaworld I will do it after finishing the entire map, any suggestion about how to do this will be helpful!

I can do this for you if need be. Probably bring the image into Illustrator in vector format then output from there. What application was used to create the original diagram?

commented

@deltaworld I use Mindnode. It also exports OPML file, I think there should be a way to convert OPML file into SVG.

commented

I had a little look and one option might be exporting it to FreeMind and then export it from there to svg.
Plus if its good in FreeMind then think about using that please as its free and available on all OSs, have no idea how good it is tho, dont use these sorta things.

commented

@deltaworld I'll try it with the final version!

commented

@PAEz I think I should just export a FreeMind version.

are you just generating this by hand? Seems appropriate that you would outline it in code for smoother edits.

+1 for SVG

You could generate a svg from the pdf using inkscape cli..
inkscape --export-plain-svg out.svg js\ in\ one\ pic.pdf

result is here -> https://gist.github.com/ubergesundheit/0577fe4570e6f7a1d5f0

commented

@ubergesundheit Coool! 👍