This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch session-mgmt-simple in repository https://gitbox.apache.org/repos/asf/roller.git
commit 030db06814db5d1bf362145f015531988d202bf5 Author: David M. Johnson <[email protected]> AuthorDate: Sun Feb 9 17:47:40 2025 -0500 SVG favicon and a couple of alternative ones. --- app/src/main/webapp/favicon-feed.svg | 18 ++++++++++++++++++ app/src/main/webapp/favicon-red.svg | 16 ++++++++++++++++ app/src/main/webapp/favicon-rw.svg | 23 +++++++++++++++++++++++ app/src/main/webapp/favicon.ico | Bin 894 -> 0 bytes app/src/main/webapp/favicon.svg | 16 ++++++++++++++++ 5 files changed, 73 insertions(+) diff --git a/app/src/main/webapp/favicon-feed.svg b/app/src/main/webapp/favicon-feed.svg new file mode 100644 index 000000000..478b76efa --- /dev/null +++ b/app/src/main/webapp/favicon-feed.svg @@ -0,0 +1,18 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <defs> + <radialGradient id="grad" cx="30%" cy="30%" r="70%"> + <stop offset="0%" style="stop-color:#FF8A3D"/> + <stop offset="25%" style="stop-color:#FF7526"/> + <stop offset="50%" style="stop-color:#FF6011"/> + <stop offset="75%" style="stop-color:#F54D00"/> + <stop offset="100%" style="stop-color:#E64600"/> + </radialGradient> + <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> + <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/> + </filter> + </defs> + <circle cx="16" cy="16" r="15" fill="url(#grad)" stroke="white" stroke-width="1" filter="url(#shadow)"/> + <circle cx="11" cy="21" r="2" fill="white"/> + <path d="M9 13a10 10 0 0 1 10 10" fill="none" stroke="white" stroke-width="3"/> + <path d="M9 8a15 15 0 0 1 15 15" fill="none" stroke="white" stroke-width="3"/> +</svg> diff --git a/app/src/main/webapp/favicon-red.svg b/app/src/main/webapp/favicon-red.svg new file mode 100644 index 000000000..ae9faf183 --- /dev/null +++ b/app/src/main/webapp/favicon-red.svg @@ -0,0 +1,16 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <defs> + <radialGradient id="grad" cx="30%" cy="30%" r="70%"> + <stop offset="0%" style="stop-color:#FF6B6B"/> + <stop offset="25%" style="stop-color:#FF4646"/> + <stop offset="50%" style="stop-color:#E03636"/> + <stop offset="75%" style="stop-color:#C42B2B"/> + <stop offset="100%" style="stop-color:#991E1E"/> + </radialGradient> + <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> + <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/> + </filter> + </defs> + <rect x="1" y="1" width="30" height="30" rx="4" fill="url(#grad)" stroke="white" stroke-width="1" filter="url(#shadow)"/> + <text x="16" y="22" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="20" fill="white">R</text> +</svg> \ No newline at end of file diff --git a/app/src/main/webapp/favicon-rw.svg b/app/src/main/webapp/favicon-rw.svg new file mode 100644 index 000000000..fcb3111bc --- /dev/null +++ b/app/src/main/webapp/favicon-rw.svg @@ -0,0 +1,23 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <defs> + <radialGradient id="grad" cx="30%" cy="30%" r="70%"> + <stop offset="0%" style="stop-color:#6BA2FF"/> + <stop offset="25%" style="stop-color:#4682FF"/> + <stop offset="50%" style="stop-color:#3668E0"/> + <stop offset="75%" style="stop-color:#2B54C4"/> + <stop offset="100%" style="stop-color:#1E3C99"/> + </radialGradient> + <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> + <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/> + </filter> + </defs> + <circle cx="16" cy="16" r="15" fill="url(#grad)" stroke="white" stroke-width="1" filter="url(#shadow)"/> + <text x="16" y="22" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="12" fill="white">RW</text> + <!-- Main star --> + <path d="M16 4 L17 7 L20 8 L17 9 L16 12 L15 9 L12 8 L15 7 Z" fill="#FFD700"/> + <!-- Enhanced sparkles --> + <path d="M13 5 L13.5 5.5 L13 6 L12.5 5.5 Z" fill="#FFE666"/> + <path d="M19 5 L19.5 5.5 L19 6 L18.5 5.5 Z" fill="#FFE666"/> + <path d="M16 2 L16.5 2.5 L16 3 L15.5 2.5 Z" fill="#FFE666"/> + <path d="M14 3 L14.3 3.3 L14 3.6 L13.7 3.3 Z" fill="#FFE666"/> + <path d="M18 3 L18.3 3.3 L18 3.6 L17.7 3.3 Z" fill="#FFE666"/></svg> diff --git a/app/src/main/webapp/favicon.ico b/app/src/main/webapp/favicon.ico deleted file mode 100644 index e7c7eef11..000000000 Binary files a/app/src/main/webapp/favicon.ico and /dev/null differ diff --git a/app/src/main/webapp/favicon.svg b/app/src/main/webapp/favicon.svg new file mode 100644 index 000000000..a15d14b10 --- /dev/null +++ b/app/src/main/webapp/favicon.svg @@ -0,0 +1,16 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <defs> + <radialGradient id="grad" cx="30%" cy="30%" r="70%"> + <stop offset="0%" style="stop-color:#6BA2FF"/> + <stop offset="25%" style="stop-color:#4682FF"/> + <stop offset="50%" style="stop-color:#3668E0"/> + <stop offset="75%" style="stop-color:#2B54C4"/> + <stop offset="100%" style="stop-color:#1E3C99"/> + </radialGradient> + <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"> + <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity="0.3"/> + </filter> + </defs> + <rect x="1" y="1" width="30" height="30" rx="4" fill="url(#grad)" stroke="white" stroke-width="1" filter="url(#shadow)"/> + <text x="16" y="22" text-anchor="middle" font-family="Arial" font-weight="bold" font-size="20" fill="white">R</text> +</svg>
