Dashicons: Fix incorrect ID in SVG version of font.

See #34221.

Built from https://develop.svn.wordpress.org/trunk@37037


git-svn-id: http://core.svn.wordpress.org/trunk@37004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mel Choyce 2016-03-18 20:43:26 +00:00
parent 02523f91c2
commit 04c2d5d253
2 changed files with 3 additions and 3 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" />
@ -266,4 +266,4 @@
<glyph unicode="&#xf546;" d="M1705 1730q95 -95 128.5 -224.5t0 -258.5t-128.5 -224l-705 -707q-92 -93 -216 -127.5t-249 -5t-221 117.5q-2 1 -9 6.5t-10 8.5q-95 95 -128.5 224t0 258t128.5 225l494 495q67 68 162 83t177 -25q53 -26 83 -58q88 -88 88 -212t-88 -212l-493 -495q-29 -29 -70.5 -29 t-70.5 29t-29 70.5t29 70.5l493 495q29 29 29 70.5t-29 70.5q-28 29 -70 29t-70 -29l-494 -495q-67 -68 -82.5 -163t25.5 -177q24 -51 57 -84t84 -57q82 -41 176.5 -26t162.5 83l705 707q87 88 87 212.5t-87 212.5q-83 81 -200 86q-12 -1 -24 0q-37 5 -60 27 q-29 30 -28.5 72.5t30.5 72.5q21 21 56 28q19 3 40 -2q194 -10 327 -143z" />
<glyph unicode="&#xf547;" d="M300 1700h1400q45 0 72.5 -27.5t27.5 -72.5v-1000q0 -45 -27.5 -72.5t-72.5 -27.5h-1400q-45 0 -72.5 27.5t-27.5 72.5v1000q0 45 27.5 72.5t72.5 27.5zM1600 1500h-1200v-800h1200v800zM1300 1400h-800v-400zM1900 300v100h-1800v-100q0 -44 32 -72t78 -28h1580 q46 0 78 28t32 72z" />
</font>
</defs></svg>
</defs></svg>

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta4-37036';
$wp_version = '4.5-beta4-37037';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.