Problem/Motivation
According to MDN document, SVG requires xmlns attribute in outermost svg element. But current throbber SVG images has no xmlns attribute.
Steps to reproduce
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.


Proposed resolution
Add xmlns attribute in the root svg element.
Remaining tasks
User interface changes
No.
API changes
No.
Data model changes
No.
| Comment | File | Size | Author |
|---|---|---|---|
| feeds-svg.png | 71.57 KB | tom konda | |
| throbber-inactive-svg.png | 107.18 KB | tom konda |
Issue fork drupal-3466480
Show commands
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:
- 3466480-new-throbber-svg
changes, plain diff MR !9110
Comments
Comment #2
tom kondaComment #4
tom kondaComment #5
smustgrave commentedSeems straight forward.
Comment #8
nod_Committed 08f436e and pushed to 11.x. Thanks!