mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Followup 418f2606e0
: put <?xml tag back.
These aren't optional in SVG files. Browsers will display them without, but dropping them breaks MIME type detection, which breaks data URI embedding: the underline-u icon was being embedded as data:text/plain,... Bug: 58119 Change-Id: Ia790877fcd536f2714626ccf47beadd09cb4fac9
This commit is contained in:
parent
35dc56fec8
commit
b2fa114c5a
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve">
|
||||
|
|
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 716 B |
Loading…
Reference in a new issue