Dashicons: Fix incorrect ID in SVG version of font.

See #34221.


git-svn-id: https://develop.svn.wordpress.org/trunk@37037 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mel Choyce 2016-03-18 20:42:40 +00:00
parent b4dfa41abb
commit f6281aa6d6

View File

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

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB