RESOLVED CONFIGURATION CHANGED 104189
SVG image is pixelated when viewports are used
https://bugs.webkit.org/show_bug.cgi?id=104189
Summary SVG image is pixelated when viewports are used
Philip Rogers
Reported 2012-12-05 16:43:23 PST
Consider the following repro: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 300" width="1600" height="1200"> <image xlink:href="http://upload.wikimedia.org/wikipedia/en/c/ce/SVG-logo.svg" y="20" width="100" height="100"/> </svg>​ (Also available on http://jsfiddle.net/WRVcg/1/) The image appears pixelated when it should not.
Attachments
Ahmad Saleem
Comment 1 2022-07-10 13:14:49 PDT
I am unable to reproduce this issue in Safari 15.5 / Safari Technical Preview 148 on macOS 12.4. Safari rendering matches with all other browsers (Firefox Nightly 104 and Chrome Canary 105) and the render image is not pixelated. Thanks!
Ryosuke Niwa
Comment 2 2022-07-10 14:04:00 PDT
Thanks for testing!
Note You need to log in before you can comment on or make changes to this bug.