diff --git a/man/figures/logo.png b/man/figures/logo.png index 30d2c49..8ffb053 100644 Binary files a/man/figures/logo.png and b/man/figures/logo.png differ diff --git a/man/figures/pikchrHex.svg b/man/figures/pikchrHex.svg index c6f8c0c..ca6cb24 100644 --- a/man/figures/pikchrHex.svg +++ b/man/figures/pikchrHex.svg @@ -1,4 +1,4 @@ - + Pikchr diff --git a/tools/generate_logo.py b/tools/generate_logo.py index 4e2ff74..a26b85f 100644 --- a/tools/generate_logo.py +++ b/tools/generate_logo.py @@ -53,10 +53,14 @@ def f(v): COL_R2 = "rgb(82,190,128)" parts = [] +# Standalone logo SVG: explicit width/height + viewBox so it has a defined +# intrinsic size and renders identically everywhere (no width:100%/height:auto +# artifact from the pikchr() HTML wrapper, which could clip the bottom). parts.append( - "" + "" ""