Dashicons: Fix font ID in SVG file.

see #33084.

git-svn-id: https://develop.svn.wordpress.org/trunk@33394 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-07-23 10:02:54 +00:00
parent eb7070c7f8
commit 91c3561350
1 changed files with 267 additions and 267 deletions

View File

@ -3,7 +3,7 @@
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="dashiconsregular" horiz-adv-x="2000" >
<font id="dashicons" horiz-adv-x="2000" >
<font-face units-per-em="2000" ascent="2000" descent="0" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB