Closed
Bug 858357
Opened 12 years ago
Closed 12 years ago
SVG is very blurry, have reduced testcase
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 600207
People
(Reporter: spizder, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130326150557
Steps to reproduce:
<html>
<script>
var url = "ask_logo.svg"; //412 by 312
for (var i = 16; i < 30; i++) {
document.write("<img src='" + url + "' width='" + i + "' height='" + Math.round(i*312/412) + "'>");
}
</script>
</html>
Actual results:
1) Zoom in using Ctrl +
2) On certain zoom levels images become extremely blurry
http://img5.imageshack.us/img5/2899/blurm.jpg
2a) When SVG is used as background image, it often becomes pixelated depending on the size of background container (even on normal zoom level)
http://img845.imageshack.us/img845/2552/pixelsk.png
Expected results:
It should look sharp
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•