Commit Graph

2 Commits

Author SHA1 Message Date
Tobias Bieniek c5eb24ef0b
logo: Split `path` into multiple paths (#719)
Passing SVG files through `svgo` often makes them harder to edit for applications like InkScape or Sketch. This commit splits the single `path` in the files into multiple paths to resolve this issue. The file is now slightly larger, but should be a lot more maintainable. If more compression is needed then svgo should be applied in a build step, but the repository should contain the raw source file.
2020-11-20 08:36:07 +01:00
Hynek Schlawack 32fb12789e Add white logo for dark mode
Run both through svgo (saved 17.2% for white and 23% for black).
2020-11-16 07:52:35 +01:00