Open
Bug 2041445
Opened 2 months ago
Updated 2 months ago
shape() relative units are incorrect under zoom property
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: bdcubbage, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.25 KB,
text/html
|
Details |
Steps to reproduce:
el {
clip-path: shape(...); /* Use relative units here. polygon() doesn't have this issue /
zoom: 2; / any number that isn't 1 */
}
Actual results:
An incorrect path is clipped. The shape paths' relative units are seemingly zoomed twice over.
Expected results:
The element should appear zoomed while remaining the same relative clip path.
Comment 1•2 months ago
|
||
Thanks for the bug report! I can reproduce at least as far back as Nightly 2024-06-01 (v128.0a1), so not a recently-introduced bug.
Blocks: basic-shape, csszoom
Severity: -- → S3
Status: UNCONFIRMED → NEW
status-firefox151:
--- → wontfix
status-firefox152:
--- → wontfix
status-firefox153:
--- → affected
status-firefox-esr115:
--- → wontfix
status-firefox-esr140:
--- → wontfix
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•