NOBUG: Fixed SVG browser compatibility

This commit is contained in:
Dan Poltawski 2017-04-21 15:48:28 +01:00
parent 427327e9be
commit bff89dd434

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: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB