svn commit: r1928648 - in apr/site/branches/new-logo: docs docs/coverage docs/images logo xdocs/images xdocs/stylesheets
[email protected] Sat, 20 Sep 2025 17:56:22 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: brane
Date: Sat Sep 20 17:56:22 2025
New Revision: 1928648
Log:
Remove width and height attributes from the optimised logo SVG files,
so that setting their dimensions in CSS works. The CSS validator didn't
like the non-numeric width and height attributes on the <img> tag.
Modified:
apr/site/branches/new-logo/docs/anonsvn.html
apr/site/branches/new-logo/docs/compiling_unix.html
apr/site/branches/new-logo/docs/compiling_win32.html
apr/site/branches/new-logo/docs/coverage/index.html
apr/site/branches/new-logo/docs/download.html
apr/site/branches/new-logo/docs/guidelines.html
apr/site/branches/new-logo/docs/images/apr-logo-site.svg
apr/site/branches/new-logo/docs/images/apr-logo-standalone.svg
apr/site/branches/new-logo/docs/index.html
apr/site/branches/new-logo/docs/mailing-lists.html
apr/site/branches/new-logo/docs/patches.html
apr/site/branches/new-logo/docs/projects.html
apr/site/branches/new-logo/docs/security_report.html
apr/site/branches/new-logo/docs/style.css
apr/site/branches/new-logo/docs/versioning.html
apr/site/branches/new-logo/logo/README
apr/site/branches/new-logo/xdocs/images/apr-logo-site.svg
apr/site/branches/new-logo/xdocs/images/apr-logo-standalone.svg
apr/site/branches/new-logo/xdocs/stylesheets/site.vsl
Modified: apr/site/branches/new-logo/docs/anonsvn.html
==============================================================================
--- apr/site/branches/new-logo/docs/anonsvn.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/anonsvn.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/compiling_unix.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_unix.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/compiling_unix.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/compiling_win32.html
==============================================================================
--- apr/site/branches/new-logo/docs/compiling_win32.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/compiling_win32.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/coverage/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/coverage/index.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/coverage/index.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/download.html
==============================================================================
--- apr/site/branches/new-logo/docs/download.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/download.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/guidelines.html
==============================================================================
--- apr/site/branches/new-logo/docs/guidelines.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/guidelines.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/images/apr-logo-site.svg
==============================================================================
Binary file (source and/or target). No diff available.
Modified: apr/site/branches/new-logo/docs/images/apr-logo-standalone.svg
==============================================================================
Binary file (source and/or target). No diff available.
Modified: apr/site/branches/new-logo/docs/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/index.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/index.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/mailing-lists.html
==============================================================================
--- apr/site/branches/new-logo/docs/mailing-lists.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/mailing-lists.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/patches.html
==============================================================================
--- apr/site/branches/new-logo/docs/patches.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/patches.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/projects.html
==============================================================================
--- apr/site/branches/new-logo/docs/projects.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/projects.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/security_report.html
==============================================================================
--- apr/site/branches/new-logo/docs/security_report.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/security_report.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/docs/style.css
==============================================================================
--- apr/site/branches/new-logo/docs/style.css Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/style.css Sat Sep 20 17:56:22 2025 (r1928648)
@@ -114,6 +114,10 @@ td.mlh {
left: var(--apr-logo-left);
top: calc(-1 * var(--apr-logo-bar-height));
}
+#logo > a > img {
+ height: 100%;
+ width: auto;
+}
#logo > div {
background: var(--apr-bg-logo);
position: relative;
Modified: apr/site/branches/new-logo/docs/versioning.html
==============================================================================
--- apr/site/branches/new-logo/docs/versioning.html Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/docs/versioning.html Sat Sep 20 17:56:22 2025 (r1928648)
@@ -16,8 +16,7 @@
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">
Modified: apr/site/branches/new-logo/logo/README
==============================================================================
--- apr/site/branches/new-logo/logo/README Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/logo/README Sat Sep 20 17:56:22 2025 (r1928648)
@@ -85,3 +85,9 @@ Step 3: Export the image as a plain or o
or there may be special effects (4 decimal points is good enough), and
style classes should be preserved if you plan on modifying the colours
through CSS.
+
+Step 4: Check the generated SVG file:
+ - the <svg> element should *not* have width and height attributes,
+ only the viewBox, or the image won't scale correctly with CSS;
+ - remove any vestigial font-related attributes on the group and
+ paths converted from text.
Modified: apr/site/branches/new-logo/xdocs/images/apr-logo-site.svg
==============================================================================
Binary file (source and/or target). No diff available.
Modified: apr/site/branches/new-logo/xdocs/images/apr-logo-standalone.svg
==============================================================================
Binary file (source and/or target). No diff available.
Modified: apr/site/branches/new-logo/xdocs/stylesheets/site.vsl
==============================================================================
--- apr/site/branches/new-logo/xdocs/stylesheets/site.vsl Sat Sep 20 17:22:49 2025 (r1928647)
+++ apr/site/branches/new-logo/xdocs/stylesheets/site.vsl Sat Sep 20 17:56:22 2025 (r1928648)
@@ -109,8 +109,7 @@ $node
<body>
<div id="logo">
<div><label for="hamburger">☰</label></div>
- <a href="/"><img height=100% width="auto"
- src="/images/apr-logo-site.svg"
+ <a href="/"><img src="/images/apr-logo-site.svg"
alt="The Apache Portable Runtime Project"></a>
</div>
<div id="page">