Bug 104189

Summary: SVG image is pixelated when viewports are used
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, fmalita, rniwa, schenney, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 106159    
Bug Blocks:    

Description Philip Rogers 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.
Comment 1 Ahmad Saleem 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!
Comment 2 Ryosuke Niwa 2022-07-10 14:04:00 PDT
Thanks for testing!