Summary: | [Regression] SVG images used as background images are incorrectly scaled. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> | ||||||
Component: | SVG | Assignee: | Philip Rogers <pdr> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | d-r, fmalita, schenney, thorton, webkit.review.bot, zimmermann | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 109609 | ||||||||
Attachments: |
|
Description
Philip Rogers
2013-02-16 21:54:21 PST
Created attachment 188796 [details]
Fix scaling of tiled SVG backgrounds on high-dpi displays
A nasty regression: I can't believe we had no test coverage of this!
Comment on attachment 188796 [details]
Fix scaling of tiled SVG backgrounds on high-dpi displays
Removing the review flag. After sleeping on this, we really need to split this into two patches.
Comment on attachment 188796 [details]
Fix scaling of tiled SVG backgrounds on high-dpi displays
Re-adding the review flag.
I investigated separating this patch into two and I think landing these together is better after all.
Comment on attachment 188796 [details]
Fix scaling of tiled SVG backgrounds on high-dpi displays
LGTM. r=me
Comment on attachment 188796 [details]
Fix scaling of tiled SVG backgrounds on high-dpi displays
Thanks for the review!
Comment on attachment 188796 [details] Fix scaling of tiled SVG backgrounds on high-dpi displays Clearing flags on attachment: 188796 Committed r143257: <http://trac.webkit.org/changeset/143257> All reviewed patches have been landed. Closing bug. |