Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2024 at 05:27 UTC
Updated:
21 Aug 2024 at 13:49 UTC
Jump to comment: Most recent
According to MDN document, SVG requires xmlns attribute in outermost svg element. But current throbber SVG images has no xmlns attribute.
Access to /core/misc/feed.svg using a web browser, this svg file is recognized as a SVG image. But access to /core/misc/throbber-active.svg, this svg file is recognized as a normal XML document.


Add xmlns attribute in the root svg element.
No.
No.
No.
| Comment | File | Size | Author |
|---|---|---|---|
| feeds-svg.png | 71.57 KB | tom konda | |
| throbber-inactive-svg.png | 107.18 KB | tom konda |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tom kondaComment #4
tom kondaComment #5
smustgrave commentedSeems straight forward.
Comment #8
nod_Committed 08f436e and pushed to 11.x. Thanks!