Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: add xmlns attribute to amazon-q.svg for proper rendering#19738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 2 commits intomainfromblink/fix-amazon-q-svg-xmlns
Sep 8, 2025

Conversation

blink-so[bot]
Copy link
Contributor

@blink-soblink-sobot commentedSep 8, 2025

Problem

Theamazon-q.svg icon was not rendering properly in browsers, appearing as a broken image on the icons page.

Root Cause

The SVG was missing thexmlns="http://www.w3.org/2000/svg" attribute, which is required for browsers to properly identify and render SVG content when loaded as images.

Solution

Added the missingxmlns attribute to the<svg> element.

Testing

✅ Verified the icon now renders correctly in browsers
✅ Tested on both light and dark backgrounds
✅ Confirmed the fix resolves the broken icon display

Before: Broken image icon
After: Proper blue gradient Amazon Q logo

The amazon-q.svg icon was not rendering properly in browsers because it was missing the xmlns attribute. This attribute is required for browsers to properly identify and render SVG content when loaded as images.Fixes the broken icon display on the icons page.
@matifalimatifali marked this pull request as ready for reviewSeptember 8, 2025 13:59
@matifalimatifali added cherry-pick/v2.25Needs to be cherry-picked to the 2.25 release branch cherry-pick/v2.26Needs to be cherry-picked to the 2.26 release branch cherry-pick/v2.24Needs to be cherry-picked to the 2.24 release branch labelsSep 8, 2025
@matifalimatifali merged commitd7d69d1 intomainSep 8, 2025
38 checks passed
@matifalimatifali deleted the blink/fix-amazon-q-svg-xmlns branchSeptember 8, 2025 16:01
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 8, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ethanndicksonethanndicksonethanndickson approved these changes

@aslilacaslilacAwaiting requested review from aslilacaslilac is a code owner

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner is a code owner

Assignees
No one assigned
Labels
cherry-pick/v2.24Needs to be cherry-picked to the 2.24 release branchcherry-pick/v2.25Needs to be cherry-picked to the 2.25 release branchcherry-pick/v2.26Needs to be cherry-picked to the 2.26 release branch
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ethanndickson@matifali

[8]ページ先頭

©2009-2025 Movatter.jp