mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
NOBUG: Fixed SVG browser compatibility
This commit is contained in:
parent
f9d76e4905
commit
2aa5e7e892
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet">
|
||||||
<defs>
|
<defs>
|
||||||
<font id="VideoJS" horiz-adv-x="1792">
|
<font id="VideoJS" horiz-adv-x="1792">
|
||||||
<font-face font-family="VideoJS"
|
<font-face font-family="VideoJS"
|
||||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue