Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Batchelor
3762d3a444 Convert and update Android Vector files (#803)
* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid

* Reverted the auto generated vector drawables that don't match the SVG properly.

* Removed broken vector files that didn't have a previous version. Revert openstreetmap.
2024-09-15 07:44:04 +01:00
Terence Eden
6a1f96d529 Re-do Android Vector Drawables 2023-03-19 14:30:09 +00:00
Paul Capron
4b7befcf65 Add Visual Studio Code logo (923 bytes) (#595)
The reference logo is an official SVG, taken from
https://code.visualstudio.com/brand

The tiny SVG is a simplified & minified version of it.
Mostly, there is less shadows / blur / etc. (less SVG <filter>),
so as to make the tiny SVG fit into 1 KiB.

The Android Vector Drawable is a converted version of the tiny SVG, via
Android Studio. Because Vector Drawable doesn’t have equivalents to most
SVG <filter>, it ends up “flatter” than the SVG. However, the logo is
still easily identifiable.
2021-10-07 11:49:45 +01:00