mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
NOBUG: Fixed SVG browser compatibility
This commit is contained in:
parent
480b9726f6
commit
340196b809
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" stroke="#000">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" stroke="#000" preserveAspectRatio="xMinYMid meet">
|
||||
<path d="M8,80s-5,8,5,9l78,0s9,0,5-9l-40-71s-4-6-8,0z" stroke-width="2" fill="#fff" fill-rule="evenodd" />
|
||||
<path d="M52,10 L10,85 L93,85z" stroke-width="2" stroke-linejoin="round" fill="#fc0" fill-rule="evenodd"/>
|
||||
<path d="M52,32l0,26" stroke-width="9" stroke-linecap="round" fill-rule="evenodd"/>
|
||||
|
|
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 458 B |
Loading…
Add table
Add a link
Reference in a new issue