NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Sara Arjona
2021-01-15 08:25:39 +01:00
parent 2943454ee8
commit 5146b7e563
+1 -1
View File
@@ -1,6 +1,6 @@
<?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" >
<svg xmlns="http://www.w3.org/2000/svg">
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMid meet">
<defs>
<font id="VideoJS" horiz-adv-x="1792">
<font-face font-family="VideoJS"

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB