Closed
Bug 1763153
Opened 3 years ago
Closed 3 years ago
WebExtensions tab capture code mishandles zoom.
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: emilio, Unassigned)
References
Details
This code misuses the zoom value.
devicePixelRatio
already accounts for full zoom, so when a scale is not given it double-applies the full zoom, creating bigger images than necessary.
Reporter | ||
Comment 1•3 years ago
|
||
Ah, nevermind, I misread this. It's using the devicePixelRatio of the parent, so I think it's ok.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•