Chrome SVG字体呈现错误

时间:2013-10-30 01:07:26

标签: html5 css3 google-chrome canvas fonts

我注意到谷歌浏览器中的错误,版本30.0.1599.101 m

使用SVG字体时,字体在dom中正确呈现,但在canvas元素上没有正确呈现。

这是一个例子 http://jsfiddle.net/Bodman/9M5ma/

@font-face {
    font-family:'robotobold';
    src: url(http://darkroast.net/canvas/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold) format('svg');
}

我知道这是一个类似的问题,但没有找到真正的答案 Chrome rendering SVG font on <canvas> with random characters

这个问题的任何解决方案?

0 个答案:

没有答案