[Webkit-unassigned] [Bug 126398] <img src=foo.svg> where foo.svg is an SVG file that contains text looks blurry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 23:11:29 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126398





--- Comment #3 from Mathias Bynens <mathias at qiwi.be>  2014-01-02 23:09:18 PST ---
(In reply to comment #2)
> I think it is a resolution problem in combination with retina displays.

Sounds about right. This is what a Chromium engineer said (https://code.google.com/p/chromium/issues/detail?id=331387#c5):

> My guess is that the retina is rendering the SVG at non-retina res, and zooming it up 2x. So it's still a "zoom", just implicit (in the same way that a non-retina PNG is resampled 2x by the browser).

> You use SVG Filters to change the color of the text. Do you see the same problem without using filters on the text?

Removing the SVG filter applied to the text indeed removes the (unintended) blur.

FWIW, Firefox seemed to have the same issue, but it’s fixed now. https://bugzilla.mozilla.org/show_bug.cgi?id=600207

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list