Grunt-Webfont在CSS中生成glyphicon图标的偏移量

时间:2015-07-10 08:12:10

标签: node.js svg gruntjs webfonts fontforge

不久前,我在Mac OS X Yosemite上通过grunt-webfont运行了glyphicon生成到CSS tff。现在我添加了一个新图标,但出于某种原因,图标在新运行后不再对齐。

The red box is where the icons should be.

图标应如下所示:

Icons centered

图像1中图标的大小也是错误的,25x110但图像2 50x50应该是这样。

示例中的CSS如下:

<div id="icon_test" class="icon icon_movies">
</div>

HTML:

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
     viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
<style type="text/css">
    .st0{fill:#666666;}
    .st1{fill:#808080;}
    .st2{fill:#4D4D4D;}
    .st3{fill:#FFFFFF;}
</style>
<g id="GRID">
    <polygon class="st0" points="67.5,54.7 132.5,100 67.5,145.3     "/>
</g>
<g id="Layer_1">
</g>
</svg>

SVG:

module.exports = {
  icons: {
    src: 'client/icons/*.svg',
    dest: 'public/fonts',
    destCss: 'public/css',
    options: {
      embed: ['ttf'],
      font: 'icons',
      types: 'ttf',
      hashes: false,
      htmlDemo: false
    }
  }
};

我的grunt-webfont配置也没有改变:

echo ('<option value="?m=ticketsmith&ticket_company=' . $row['company_id'] . '&type='.$type.'"'.  ($show_uid == $row['company_id'] ? ' selected="selected"' : '' ) . '/>' . $row['company_id'].', ' . $row["company_name"]) ;

之前有没有人遇到过这个问题?

1 个答案:

答案 0 :(得分:0)

显然,当至少有一个sag文件为视图框提供非0 0坐标时,就会发生这种情况。