Handmade SVG

I made a logo for Minimalist Finance the other day. I realized I don’t have any graphics tools installed. So I opened VSCode and think it’s…

I made a logo for Minimalist Finance the other day. I realized I don’t have any graphics tools installed. So I opened VSCode and think it’s a good time to learn a bit of SVG and made myself a simple logo

What I learned

  • Create images by code makes alignment quite easy
  • macOS can natively display SVG and updates when file content changes
  • To convert SVG to PNG use this command
qlmanage -t -s 400 -o . min_finance.svg