From 6c2e157264ccec14a8fa2623e03d684c9181a78a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 25 Sep 2021 17:29:30 +0300 Subject: refactor(web/tvl/logo): Convert lambdas into elements Some mostly manual refactoring of the logo, assisted by inkscape to determine some details. Changes: * grid-aligned lambda & virus body shape * replaced all lambdas except the top-left one with statements of that lambda, this ensures that they actually have the same shape * flipped the feet ... I think it looks better like this? * split the virus body and lambda into different groups, which also easily allows styling them separately Change-Id: Idaf1e3fe273b8c5461f5e433c1b0124fc534d9c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3634 Tested-by: BuildkiteCI Reviewed-by: tazjin --- web/tvl/logo/default.nix | 3 ++- web/tvl/logo/logo-shapes.svg | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) (limited to 'web/tvl/logo') diff --git a/web/tvl/logo/default.nix b/web/tvl/logo/default.nix index 9b7d5b9a0a27..0c0d0e5a95ec 100644 --- a/web/tvl/logo/default.nix +++ b/web/tvl/logo/default.nix @@ -60,7 +60,8 @@ let logoShapes = builtins.readFile ./logo-shapes.svg; logoSvg = style: '' - + ${logoShapes} diff --git a/web/tvl/logo/logo-shapes.svg b/web/tvl/logo/logo-shapes.svg index beb91c14867a..069b79fa632b 100644 --- a/web/tvl/logo/logo-shapes.svg +++ b/web/tvl/logo/logo-shapes.svg @@ -1,15 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + + + -- cgit 1.4.1