From 31eeb8ec15587bb95dbe82875d6ec252aec28794 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 7 Oct 2018 15:48:57 -0400 Subject: [PATCH 01/12] Rename some SVG identifers for clarity --- bootloader/efi-background.svg | 14 +++++----- bootloader/isolinux/bios-boot.svg | 42 ++++++++++++++-------------- bootloader/refind/efi-banner.svg | 28 +++++++++---------- bootloader/refind/icons/os_nixos.svg | 14 +++++----- logo/nix-snowflake.svg | 22 +++++++-------- logo/nixos-text-below.svg | 14 +++++----- logo/nixos.svg | 14 +++++----- logo/nixos.text.svg | 14 +++++----- weekly/nixos-weekly.svg | 4 +-- 9 files changed, 83 insertions(+), 83 deletions(-) diff --git a/bootloader/efi-background.svg b/bootloader/efi-background.svg index e561580..f9623ef 100644 --- a/bootloader/efi-background.svg +++ b/bootloader/efi-background.svg @@ -474,13 +474,13 @@ + style="opacity:1;fill:url(#gradient-light);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> @@ -505,7 +505,7 @@ width="100%" transform="rotate(-120,407.28823,-715.86995)" id="use4362-2" - xlink:href="#path4260-0" + xlink:href="#lambda-gradient-dark" y="0" x="0" style="display:inline" /> diff --git a/logo/nixos-text-below.svg b/logo/nixos-text-below.svg index 6d19538..8a29273 100644 --- a/logo/nixos-text-below.svg +++ b/logo/nixos-text-below.svg @@ -354,13 +354,13 @@ @@ -408,7 +408,7 @@ width="100%" transform="rotate(-120,407.28823,-715.86995)" id="use4362-2" - xlink:href="#path4260-0" + xlink:href="#lambda-gradient-dark" y="0" x="0" style="display:inline" /> diff --git a/logo/nixos.text.svg b/logo/nixos.text.svg index 85d62ad..ccdbda3 100644 --- a/logo/nixos.text.svg +++ b/logo/nixos.text.svg @@ -361,7 +361,7 @@ @@ -414,7 +414,7 @@ width="100%" transform="rotate(-120,407.28823,-715.86995)" id="use4362-2" - xlink:href="#path4260-0" + xlink:href="#lambda-gradient-dark" y="0" x="0" style="display:inline" /> diff --git a/weekly/nixos-weekly.svg b/weekly/nixos-weekly.svg index 959a2dd..57a2fa2 100644 --- a/weekly/nixos-weekly.svg +++ b/weekly/nixos-weekly.svg @@ -387,13 +387,13 @@ Date: Sun, 7 Oct 2018 16:19:34 -0400 Subject: [PATCH 02/12] Fix mangled guides layer --- logo/nix-snowflake.svg | 138 ++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 84 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 1570d12..d504bb7 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -357,90 +357,60 @@ id="use4877" d="m 460.87178,-633.8425 122.21757,-211.66304 28.53477,48.37003 -32.93839,56.68751 65.4152,0.1718 13.9414,24.1698 -14.23636,24.7211 -93.11177,-0.294 -33.46371,57.6904 z" style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - + + Date: Sun, 7 Oct 2018 16:21:24 -0400 Subject: [PATCH 03/12] snowflake: Inkscape clean up XML Removes unused definitions. --- logo/nix-snowflake.svg | 126 ----------------------------------------- 1 file changed, 126 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index d504bb7..8dfd8de 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -67,22 +67,6 @@ offset="1" style="stop-color:#719efa;stop-opacity:1" /> - - - - - - - - - - - - - - - - - - - - Date: Sun, 7 Oct 2018 16:47:14 -0400 Subject: [PATCH 04/12] snowflake: Inline gradients --- logo/nix-snowflake.svg | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 8dfd8de..82c1ffd 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -21,7 +21,13 @@ id="defs4"> + id="gradient-light" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(70.650339,-1055.1511)" + x1="200.59668" + y1="351.41116" + x2="290.08701" + y2="506.18814"> + id="gradient-dark" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(864.69589,-1491.3405)" + x1="-584.19934" + y1="782.33563" + x2="-496.29703" + y2="937.71399"> - - Date: Sun, 7 Oct 2018 16:58:47 -0400 Subject: [PATCH 05/12] snowflake: Remove guide lambda from old log The other guides are useful to reveal the patern of the new logo, but the old logo has been superseded and is no longer holds sway. --- logo/nix-snowflake.svg | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 82c1ffd..d17d60f 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -63,32 +63,6 @@ offset="1" id="stop5059" /> - - - - - - + - + style="fill:url(#gradient-light);" + xlink:href="#lambda" /> - + style="fill:url(#gradient-dark);" + xlink:href="#lambda" /> Date: Sun, 7 Oct 2018 17:21:35 -0400 Subject: [PATCH 08/12] snowflake: Split gradient and global deps --- logo/nix-snowflake.svg | 109 +++++++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 49 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 8259abd..d68c13c 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -18,51 +18,7 @@ inkscape:version="0.92.0 r15299" sodipodi:docname="nix-snowflake.svg"> - - - - - - - - - - + id="defs-outer"> + + + + + + + + + + + + + style="fill:url(#gradient-light)" + xlink:href="#lambda" + x="0" + y="0" + width="100%" + height="100%" /> + style="fill:url(#gradient-dark)" + xlink:href="#lambda" + x="0" + y="0" + width="100%" + height="100%" /> Date: Sun, 7 Oct 2018 17:27:31 -0400 Subject: [PATCH 09/12] snowflake: Make template colored lambdas defs --- logo/nix-snowflake.svg | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index d68c13c..360e77d 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -260,15 +260,23 @@ offset="1" id="stop5059" /> + + - - + Date: Sun, 7 Oct 2018 17:29:45 -0400 Subject: [PATCH 10/12] snowflake: Move guide layer below print layer --- logo/nix-snowflake.svg | 96 +++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 360e77d..db929f2 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -110,10 +110,57 @@ x="658.02826" y="-958.04022" /> + @@ -160,53 +207,6 @@ d="m 460.87178,-633.8425 122.21757,-211.66304 28.53477,48.37003 -32.93839,56.68751 65.4152,0.1718 13.9414,24.1698 -14.23636,24.7211 -93.11177,-0.294 -33.46371,57.6904 z" style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#5277c3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> - Date: Sun, 7 Oct 2018 17:39:19 -0400 Subject: [PATCH 11/12] snowflake: Rename lambda instantiations --- logo/nix-snowflake.svg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index db929f2..9d5a218 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -281,7 +281,7 @@ height="100%" width="100%" transform="rotate(60,407.11155,-715.78724)" - id="use3439-6" + id="lambda-gradiant-light-0" inkscape:transform-center-y="151.59082" inkscape:transform-center-x="124.43045" xlink:href="#lambda-gradient-light" @@ -291,7 +291,7 @@ height="100%" width="100%" transform="rotate(-60,407.31177,-715.70016)" - id="use3445-0" + id="lambda-gradiant-light-1" inkscape:transform-center-y="75.573958" inkscape:transform-center-x="-168.20651" xlink:href="#lambda-gradient-light" @@ -301,7 +301,7 @@ height="100%" width="100%" transform="rotate(180,407.41868,-715.7565)" - id="use3449-5" + id="lambda-gradiant-light-2" inkscape:transform-center-y="-139.94592" inkscape:transform-center-x="59.669705" xlink:href="#lambda-gradient-light" @@ -311,7 +311,7 @@ height="100%" width="100%" transform="rotate(120,407.33916,-716.08356)" - id="use4354-5" + id="lambda-gradiant-dark-0" xlink:href="#lambda-gradient-dark" y="0" x="0" @@ -320,15 +320,15 @@ style="display:inline" x="0" y="0" + id="lambda-gradiant-dark-1" xlink:href="#lambda-gradient-dark" - id="use1393" width="100%" height="100%" /> Date: Sun, 7 Oct 2018 17:40:07 -0400 Subject: [PATCH 12/12] snowflake: Mimmick gradient code reuse for print --- logo/nix-snowflake.svg | 117 ++++++++++++++++++++++++++--------------- 1 file changed, 75 insertions(+), 42 deletions(-) diff --git a/logo/nix-snowflake.svg b/logo/nix-snowflake.svg index 9d5a218..72b320e 100644 --- a/logo/nix-snowflake.svg +++ b/logo/nix-snowflake.svg @@ -164,48 +164,81 @@ style="display:inline" transform="translate(-156.33871,933.1905)" sodipodi:insensitive="true"> - - - - - - - + + + + + + + + + +