Skip to content

fix(web-runtime): [OCISDEV-909] add explicit sizes to logo assets#13842

Open
LukasHirt wants to merge 1 commit into
stable-12.4from
chore/backport-logo-fix
Open

fix(web-runtime): [OCISDEV-909] add explicit sizes to logo assets#13842
LukasHirt wants to merge 1 commit into
stable-12.4from
chore/backport-logo-fix

Conversation

@LukasHirt
Copy link
Copy Markdown
Collaborator

This is a backport of #13834

@LukasHirt LukasHirt self-assigned this Jun 4, 2026
@LukasHirt LukasHirt enabled auto-merge (squash) June 4, 2026 07:57
@kw-security
Copy link
Copy Markdown

kw-security commented Jun 4, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

The topbar logo was not visible in Firefox because the SVG files lacked
explicit `width` and `height` attributes. Firefox requires these
attributes to establish intrinsic dimensions when loading SVGs
via `<img>`; without them it renders the image as 0×0. Chrome infers
the dimensions from `viewBox` alone.

Signed-off-by: Lukas Hirt <info@hirt.cz>
@LukasHirt LukasHirt force-pushed the chore/backport-logo-fix branch from 426fc0e to 4070440 Compare June 5, 2026 19:36
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants