Hacker News new | ask | show | jobs
by vbezhenar 4138 days ago
It might sound weird but I actually like to draw simple SVG images using text editor. SVG is well suited for that, it's readable and compact.
1 comments

Yes, I've done that too. What's even nicer is that you can write scripts that generate SVG. Drawing symmetric things like a gear can be very cumbersome in a vector editor, but it's really nice if you draw it with a script. (And I was finally able to make use of all the math & geometry I learned in school)