Bug 85518
Summary: | [Skia?] SVG image in IMG tag is rendered at native resolution and then scaled up for screen. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | askerb, schenney, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philip Rogers
What steps will reproduce the problem?
1. Go to the http://wiesmann.codiferes.net/wordpress/?p=13438&lang=en
What is the expected result?
Python logo is rendered at the correct resolution for the screen (250 × 250) and looks sharp.
What happens instead?
Python logo is rendered at its native size (110 × 110) and then upscaled, which results in the a blocky appearance.
This appears on Skia-backed ports so my uneducated guess is that it's a bug in Skia's mac backend.
(Original bug: crbug.com/125905)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Looks fine in Safari, FWIW.
Asker Brodersen
This issue is also present on Windows 7 using 18.0.1025.168 m, so not just a Mac-specific bug.
Asker Brodersen
(In reply to comment #2)
> This issue is also present on Windows 7 using 18.0.1025.168 m, so not just a Mac-specific bug.
Just to be clear: Chrome 18.0.1025.168 m.