搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

SVGs rendered incorrectly in Firefox 29

  • 2 个回答
  • 1 人有此问题
  • 12 次查看
  • 最后回复者为 Kohei

more options

I'm working on developing an online calculus course for a university. All of the graphics for the course are SVGs created in Mathematica. A few upgrades back (I don't remember specifically which update), the SVGs started being rendered at what looks like quarter size. The problem has persisted in Firefox 29. If I downgrade to Firefox 24 ESR they are rendered correctly. Here (https://dl.dropboxusercontent.com/u/48216943/good.png) is a link to what the site looks like under Firefox 24. Here (https://dl.dropboxusercontent.com/u/48216943/bad.png) is a link to what the site looks like under Firefox 29. Here (https://dl.dropboxusercontent.com/u/48216943/sfield.svg) is a link to the SVG. I have a 2012 Macbook Pro with a retina display running a fresh copy of Mac OS 10.9.

I'm working on developing an online calculus course for a university. All of the graphics for the course are SVGs created in Mathematica. A few upgrades back (I don't remember specifically which update), the SVGs started being rendered at what looks like quarter size. The problem has persisted in Firefox 29. If I downgrade to Firefox 24 ESR they are rendered correctly. Here (https://dl.dropboxusercontent.com/u/48216943/good.png) is a link to what the site looks like under Firefox 24. Here (https://dl.dropboxusercontent.com/u/48216943/bad.png) is a link to what the site looks like under Firefox 29. Here (https://dl.dropboxusercontent.com/u/48216943/sfield.svg) is a link to the SVG. I have a 2012 Macbook Pro with a retina display running a fresh copy of Mac OS 10.9.

所有回复 (2)

more options

Have you compared the rendering with other browsers?

On my system, the file looks largest in Firefox. My Windows font size is larger than average, so if set layout.css.devPixelsPerPx to undo Firefox's adjustments, then I get the same rendering in Firefox as I do in Chrome. In Internet Explorer 11, the file looks even smaller.

more options

Firefox 24, Firefox 29 and Chrome show the same result when I open the SVG file. I guess your issue reproduces only when the SVG is embedded in HTML. Can you please post the HTML source also?