I realised that there seems to have no vector version of the We Build SG logo so I decided to create one. At first I thought the sketch file has it but actually it doesn't 😅
So I re-create the vector version from the largest raster image available and try to map it as close as possible. In this vector version:
Roughly +/-1 pixels off
The letter 'w' doesn't have a drop shadow. It's possible to have it in SVG but oh well.
The letter 'w' is a path instead of pure text so the user doesn't need to have a Vollkorn font locally and there's no need to embed the whole font into the source file.
The files:
webuild.svg - exported from Affinity Designer. The real source file is not included in this PR because this SVG file should be universally editable by anyone already.
webuild.optimized.svg - further optimized via SVGOMG and manually by hand, to make the source lighter in file size and also slightly more readable for the hardcore SVG folks.
I realised that there seems to have no vector version of the We Build SG logo so I decided to create one. At first I thought the
sketch
file has it but actually it doesn't 😅So I re-create the vector version from the largest raster image available and try to map it as close as possible. In this vector version:
path
instead of pure text so the user doesn't need to have a Vollkorn font locally and there's no need to embed the whole font into the source file.The files:
webuild.svg
- exported from Affinity Designer. The real source file is not included in this PR because this SVG file should be universally editable by anyone already.webuild.optimized.svg
- further optimized via SVGOMG and manually by hand, to make the source lighter in file size and also slightly more readable for the hardcore SVG folks.